#OptionBlock
{
    font-size:10px;
}

#OptionButton
{
    cursor: pointer; 
    position:absolute; 
    top:10px; 
    right:15px; 
    height:60px; 
    border: 2px solid grey; 
    border-radius:10px;
}

#OptionButton:hover
{
    border-width: 4px;
}

#DeparturesStats
{
    background-color:white; 
    border: 2px solid black; 
    border-collapse:collapse;
    margin:auto; 
    font-size:13px;
    margin-top:25px; 
    left:0; 
    right:0;
    text-align:center;
}

#DeparturesStats tr:first-of-type td 
{
    height:30px;
}

#DeparturesStats tr td:nth-of-type(2)
{
    font-weight:bold;
}

#DeparturesStats td
{
    border: 1px solid black;
    width: 150px;
}

#DeparturesStats td:first-of-type
{
    border: 1px solid black;
    width: 40px;
}

.VectorLine td:nth-of-type(4) { color:green; } 
.VectorLine td:nth-of-type(5) { color:green; } 
.VectorLine td:nth-of-type(6) { color:orange; } 
.VectorLine td:nth-of-type(7) { color:red; }
.VectorLine td:nth-of-type(8) { color:green; } 
.VectorLine td:nth-of-type(9) { color:red; } 

.VectorLine td:nth-of-type(4),.VectorLine td:nth-of-type(5), .VectorLine td:nth-of-type(6),.VectorLine td:nth-of-type(7),
.VectorTitles td:nth-of-type(4),.VectorTitles td:nth-of-type(5),.VectorTitles td:nth-of-type(6),.VectorTitles td:nth-of-type(7)
{
    display:none;
}