.container{
    display: block;
}
.GameDay{
    display: block;
    border: #000000 1px solid;
    background-color: #FFFFFF;
}
.day{
    clear: both;   
}
.daynumber{
    margin-bottom: 5px;
}
.result{
    display: block;
    height: 100%;
}
.clasament{
    margin-top: 25px;
    display: block;
    width: 100%;
    border:#000000 1px solid;
    background-color: #FFFFFF;
}
.table{
    display: block;
    float: left;
}
.row{
    display: block;
    width: 240px;
    clear: both;
}
.cell{
    display: block;
    float: left;
    border: #000000 1px solid;
}
#date{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}
.promovare{
    background-color: #819cfc;
    font-weight: bold;
}
.retrogradare{
    background-color: #fa6432;
    font-weight: bold;
}
/*.team{
    display: block;
    clear: none;
}
*/
/*#score{
    height: 83px;
    display: block;
    clear: none;
    text-align: center;
}*/

/*Example CSS to create LCD countdown look*/
.lcdstyle{
    background-color:black;
    color:yellow;
    font: bold 18px 'MS Sans Serif';
    padding: 3px;
}

/*Example CSS to create LCD countdown look*/
.lcdstyle sup{
    font-size: 80%;
}