/* 
    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: 138px;
    margin-top: 230px;
}

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

table tr td {
    padding-right: 20px;
}

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

@media only screen and (max-width : 320px) {
    table tr td img {width: 56px;}
}