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

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

#TableStatistics
{
    border-collapse: collapse;
    margin:auto;
    margin-top:30px;
    background-color:white;
}

#TableStatistics tr
{
    border: 1px solid black; 
}

#TableStatistics tr td
{
    text-align:center;
    height:30px;
    width: 150px;
    font-size:13px;
}

#TableStatistics tr td:first-child
{
    font-weight: bold;
}

#TitlesStats img
{
    height:50px;
}

#TitlesStats th
{
    border: 2px solid black;
    padding: 5px;
    background-color:rgba(197, 197, 197, 0.63);
}

#TitlesStats th:not(:first-child)
{
    width:130px;
}

input[type=datetime-local], #VersusDefinerTable select
{
    margin: 0px 7px;
}

#SelectModeTable
{
    display:none;
    margin:auto;
    /*margin-top:40px;*/
    min-width:250px;
    border-collapse:collapse;
    background-color:white;
    /*border-spacing:0;*/
}

#SelectModeTable tr td
{
    padding: 5px;
    text-align:center; 
    font-size: 15px;
    width:50%;
    border: 2px solid black;
}

#VersusDefinerTable
{
    display:none;
}