html {
    height: 100%;
    background: radial-gradient(circle farthest-corner at 50%, #292929,#000000) !important;
}
html, body {
    margin: 0;
    color: #ddd;
}
body {
    font-family:"Roboto",sans-serif;
    xfont-size: 0.8em;
    text-align:center;
background: none;
    font-weight: 100;
    xbackground: -webkit-radial-gradient(50%, circle farthest-corner, #333,#222);
}
h1 {
    color:white;
}
#startStopBtn{
    color: #ff4000;
    border:0.15em solid #ff4000;
}
/* big JAY2K1 logo background */
#svg {
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    margin:auto;
    width:90%;
    height:90%;
    z-index:-10;
}
#path {
    fill:#141414;
    fill-opacity:0.1;
}
/* end of big JAY2K1 logo background */
a {
    color: inherit;
}
a:hover {
    color: #ff4000;
}
hr {
    max-width: 90%;
    background:linear-gradient(to right, rgba(0, 191, 255,0) 10%,#ff4000 50%,rgba(0, 191, 255,0) 90%);
    border: none; 
    height: 1px;
}
#bottom {
    bottom: 15px;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    color:#666;
    font-size: small;
}
select {
    background:#333;
    color:#ddd;
    border: 1px solid #ff4000;
}
#loading {
    background: initial;
    color:#ddd;
}











