﻿/* General */
#Regulation, #Competition, #Result
{
    display: block;
    overflow: hidden;
    padding: 20px;
}
#Regulation h2, #Result h2
{
    text-align: center;
    color: green;
    font-size: 1.5em;
}

/* Regulations */
#Regulation p, #Regulation li, #Competition p, #Result li
{
    font-size: 0.8em;
}
#Regulation ul, #Result ul
{
    overflow: hidden;
    padding: 10px 20px;
    margin: 0 0 0 20px;
}
#Regulation li, #Result li
{
    margin-bottom: 10px;
}
#Regulation strong
{
    /*color: #006400;*/
    color: #c46b16;
}
#Regulation b
{
    color: #CD5C5C;
}

/* Results */
#Result h3
{
    color: #536DFE;
    font-size: 1em;
}
#Result table
{
    width: 95%;
    margin: 5px auto;
    border-collapse: collapse;
    border-top: 1px solid #727272;
    border-left: 1px solid #727272; 
}
#Result th, #Result td
{
    min-width: 70px;
    max-width: 220px;
    font-size: 0.8em;
    padding: 10px;
    border-right: 1px solid #727272;
    border-bottom: 1px solid #727272; 
}
#Result th
{
    color: white;
    background-color: #F44336;
    /*font-weight: normal;*/
}
#Result td
{
    background-color: #FFCDD2;
    text-align: center;
}