body
{
   //width: 980px !important;
   //margin-left:  auto;
   //margin-right: auto;
   background-color: rgb(70,70,70);
}
#home
{
   //width: 1010px !important;
   //margin-left: auto !important;
   //margin-right: auto !important;
}

ul li
{
    position: relative;
    color: white;
}
ul li span 
{
    color: #FFFFFF;
    text-shadow: rgba(0,0,0,.7) 0 1px 2px;
}
h3,h4
{
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 0px;        
}
p
{
    padding-left: 5px;
    padding-right: 5px;    
    padding-top: 5px;
    padding-bottom: 0px;
    
    text-shadow: none !important;

}

#dist,#speed
{
   background-color: white !important;
}

.lightYellow
{
    color: yellow !important;
}
.white
{
    color: white !important;
}
.red
{
    color: red;
}
.green
{
    color: green;
}
.redB
{
    color: white;
    background: red;
    font-weight: bold;
}
.yellowB
{
    color: brown;
    background: yellow;
    font-weight: bold;
}
.greenB
{
    color: white;
    background: green;
    font-weight: bold;
}
.blueB
{
    color: white;
    background: blue;
    font-weight: bold;
}
.bold
{
    font-weight: bold;
}
.textInput
{
    background: white !important;
    width: 40px !important;
    height: 25px !important;
    font-size: medium;
}
.selectInput
{
    background: white !important;
    width: auto;
    height: 25px !important;
    margin-left: auto;
    margin-right: auto;

}
.submit
{
    width: 100% !important;
}
.smallBold
{
   font-size: small;
   font-weight: bold;
}
.small
{
   font-size: small;
}
.center
{
   text-align: center;
}
.allowCopyPaste
{
   -webkit-user-select: text; /*text;*/  /* enable copy paste for elements with this class */
}

table
{
    width: 100%;
}
td
{
    width: 50%;
}
textarea
{
    /* background: white !important; */
    background: rgb(100%,100%,80%) !important;
    width: 100% !important;
    min-height: 300px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;//5px;
    color: black;
    font-size: medium;
    -webkit-user-select: text; /*text;*/  /* enable copy paste for elements with this class */
}

#home, #start
{
    //background-image: url();
}
