table#hometable {
    width: 600px;
    padding: 0;
    margin-top:20px;
    margin-left:0px;
    background:transparent;
    height: 100px;
}

table#hometable td {
    font-family:'Calibri', Trebuchet MS, Arial; 
    color:black;
    font-size: .85em;
    border: none;
    text-align: center;
    background-color:transparent;
    width: 150px;
}

table#hometable td.x2{
    font-family:'Calibri', Trebuchet MS, Arial; 
    color:rgb(221,93,93);
    font-size: .85em;
    border: none;
    text-align: center;
    background-color:transparent;
    width: 300px;
    padding-right: 45px;
}

table#hometable th {
    font-family:'Calibri', Trebuchet MS, Arial; 
    color:rgb(36,96,27);
    font-size: 1em;
    border: none;
    text-align: center;
    background-color:transparent;
    width: 600px;
    padding-right: 40px;
}

table#hometable td.left {
    font-family:'Calibri', Trebuchet MS, Arial; 
    color:black;
    font-size: .85em;
    border: none;
    text-align: left;
    background-color:transparent;
    width: 150px;

}
table#hometable td.center {
    font-family:'Calibri', Trebuchet MS, Arial; 
    color:black;
    font-size: .85em;
    border: none;
    text-align: center;
    background-color:transparent;
    width: 150px;

}

table#hometable td.right {
    font-family:'Calibri', Trebuchet MS, Arial; 
    color:black;
    font-size: .85em;
    border: none;
    text-align: center;
    background-color:transparent;
    width: 150px;
}
/* ----- */
table#gptable {
    width: 600px;
    padding: 0;
    margin-top:0px;
    margin-left:0px;
    background:transparent;
    height: 10px;
}

table#gp td {
    font-family:'Calibri', Trebuchet MS, Arial; 
    color:black;
    font-size: .85em;
    border: none;
    text-align: center;
    background-color:transparent;
    width: 300px;
    font-weight: bold;
}    
