/*a:link
{
    background-color: #E5F1F4;
    border: 4px outset;
    padding: 2px;
    text-decoration: none;
    margin: 5px 0;     
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,204);
}
*/

p
{
	font-size: 1.3em;
    text-align: center;
}

h4
{
	font-weight: 900;
}

a
{
	color: #2196f3;
    font-size: 1em;
    
}

table
{   
    color: black;
	text-align: left;
    margin-left:auto;
    margin-right:auto;
    width: 75%;
 
}

table td
{   
    font-size: medium;
}

#odd
{
    background-color:#444444;
    color: white;
    text-align: center;
    font-weight: bolder;
    border: solid white thin;
}
#even
{
    
    background-color: white;
    color: black;
    text-align: left;
    border-style: solid;
    border-color: black;
    /*border-color: #002F57;*/
    border-width: thin;

}
#downloadtable{
    width: 50%;
}


/*h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Times;
}
h1
{
	color: rgb(51,51,204);
}
h2
{
	color: rgb(0,153,51); 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}*/
ul
{
    margin-bottom: auto;
    margin-top: auto;
}
.BBVersion
{
    font-weight: bolder;
    color:red;    
    background-image: url("../../images/arrow.png");
    background-position:left top;
    text-decoration: none;
}
.BBOtherVersions
{
    font-weight: bold;
    color:#579dbd;
}
.font8
{
    font-size: .8em;
}
#downloadimg{
    display:inline-block; 
    margin-right: 50px;
}
@media screen and (max-width: 1064px)  {
    #downloadimg{
       margin-right: 0; 
    }
    #downloadtable{
         width: auto;
         min-width: 0;
    }
}