@import '/css/reset.css';
@import '/css/md.css';

/***** Basic Layout *****/
.wrapper{
    margin: 0;
    width: 100%;
}
#controls{
    display: none;
}
#main.cols-3 #content{
    float: left;
    width: 80%;
}
#main.cols-3 #sidebar{
    float: right;
    width: 20%;
}
#main.cols-2 #content{
    float: none;
    width: 100%;
}

/***** Basic formatting *****/
h1{
    color:#4E8A8A; 
    font-size:2.3em;
    font-weight: bold; 
    margin-bottom:.5em;
}
h2{
    color:#4E8A8A; 
    font-size:1.7em; 
    font-weight: bold; 
    margin-bottom:.5em;
}
h3{
    font-size:1.3em; 
    font-weight: bold; 
    margin-bottom:.5em;
    margin-top: 1em;
}

/***** Hidden elements *****/
#content .tabs,
#header
{display:none;}

/***** Tables *****/
table{
    margin-top: 1em;
}
thead th{
    border-bottom: 1px solid #999;
}

/***** Facts *****/
.ratingBar{
    width: 50%;
}
