body{
    background: radial-gradient( silver, #FFFFC2 );
}
h1{
        font-family: Georgia;
        font-style: oblique;
        
}
#linesTable{
    font-size:18px;
    font-family: Arial;
}
#accountInfo { 
    height: 50px; 
    position: fixed;
    padding:10px;
    padding-right:50px;
    bottom:0%;
    display: inline-block;
    background: linear-gradient(to right, silver, black );
    font-size:40px;
    border-top-right-radius: 60px;
    
}

#accountInfo button {
    font-size:35px;
    font-family: Impact;
    border: 1px solid;
    border-radius: 5px;
    background: url("buttonfiregraphic.png");
    background-size:100%;
    color:black;

}

#line{
    
    font-size:20px;
    font-family: Arial;
}
td{
    padding:5px;
}
#goalLine{
    padding: 8px;
    color: blue;
    font-size:20px;
}

.timers{
    font-size:20px;
}

.update{
    font-size:26px;
}
h1{
    font-family:Georgia;
}

.selectTest {
font-size:1em;
width:150px;
height:30px;
    border-radius: 5px;
    background: url("buttonblack.png");
    background-size:100%;

}
 #tabs button{
    border-radius: 5px;
    background: url("buttonblack.png");
    background-size:100%;
    font-family: Times;
    font-size: 20px;
    color:white;
    padding: 5px;
    
}

#selectorTable td{
    padding:0px;
}

#user{
    font-family: "Georgia";
    
    font-size:16px;
    position:fixed;
    z-index: 50;
    top: 0;
    right: 20px;
}

