/* 
    Document   : about_awards
    Created on : Jun 14, 2013, 5:08:38 PM
    Author     : Ping
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.sidemenu ul {
    margin-left: 144px;
    margin-top: 220px;
}

.sidemenu ul li a {
    width: 171px;
}

table tr td {padding-bottom: 8px;}

table tr td.numbering {
    font-size: 32px;
    font-family: Arial Rounded MT Bold, Verdana;
    color: #ffffff;
    background: #f3700d;
    padding: 5px 5px 5px 13px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    behavior: url(css/PIE.htc);
    display: block;
    margin: 0 10px 10px 0;
}

.adjust {padding: 3px 5px 7px 13px !important;}

.title {font-size: 38px !important;}

table tr td .dot {
    width: 16px;
    height: 16px;
    background: #f3700d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    behavior: url(css/PIE.htc);
    margin: 0 20px;
}

table tr td ol {
    list-style-type: lower-roman;
    margin-left: 20px;
}

table tr td ol li {margin: 8px 0;}

@media only screen and (max-width : 768px) {
    .sidemenu ul {margin-left: 48px;}
}

@media only screen and (max-width : 568px) {
    table tr td .dot {width: 5px; height: 5px; margin: 0 5px;}
    table tr td label.title {font-size: 24px !important; margin-left: 0;}
}