/** ----------------------------------------------------------------------------------------------------------- **/
#content {
   position:fixed;
   bottom:40px;
   top:20px;
   overflow:auto;
}
#footer-links {
   padding:0;
   margin:0;
   position:fixed;
   bottom:0;
   left:0;
   width:100%;
   line-height:40px;
   height:40px;
   text-align:center;
}
/** ----------------------------------------------------------------------------------------------------------- **/
#header {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   line-height:40px;
   height:40px;
   text-align:center;
   font-size:15px;
}
#header a {
   text-decoration:none;
   color:var(--color-text-100);
}
/** ----------------------------------------------------------------------------------------------------------- **/
#value {
   font-size:30px;
   text-align:center;
   overflow:hidden;
}
#value input {
   background:none;
   color:#fff;
   border:0;
   font-family: arial,sans-serif;
   font-size:30px;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizelegibility;
}
/** ----------------------------------------------------------------------------------------------------------- **/
