<style type="text/css">
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 70px;
  padding-bottom: 20px;
  font-size: 15pt;

    background: url('/static/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 60px;    /* sticky footer */

}

table, .table {
    font-size: 12pt;
}

hr {
    border: 0;
    width: 100%;
    height: 2px;
    color: #D9D9D9;
    background-color: #D9D9D9;
    }
    
option {
    color: #2b3e50;
}

.dlicon {
    display: inline;
    line-height: 1.0em;
}

.preview {
    display: inline;
    line-height: 1.0em;
}
.sectionhead { display: block; font-size: 1.10em; font-weight: bold; margin-top: 15px; }
.dataitem { margin-bottom: 5px;}
.datalabel { width: 150px; font-weight: bolder; float: left; }
.copyarea { border-style:solid; border-width:1px; padding:5px; font-style:oblique; }
.dataarea { display:inline; border-style:solid; border-width:1px; margin: 3px; padding:2px; }
.note { font-size: 8pt; font-color:grey }
.appButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    color: white;
    padding:4px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #689324;
}.
appButtonover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
}
.appButton:active {
    position:relative;
    top:1px;
}
.canButton {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
    box-shadow:inset 0px 1px 0px 0px #f29c93;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background-color:#fe1a00;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    color: white;
    padding:4px 12px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
}
.canButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background-color:#ce0100;
}
.canButton:active {
    position:relative;
    top:1px;
}

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.95em;
}

.jumbotron {
    background: url('/static/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.icon_premVoice {
    color: gold;
}

.icon_stdVoice {
}

.icon_voicelist {
    height: 25px;
}

.icon_voicelabel {
    height: 35px;
}

.icon_langlist {
    height: 25px;
}

.icon_langlabel {
    height: 35px;
}


</style>
