/* Add local css to this file */
/* Try to keep the css classes to the minimum. Use classes from DNN skin css and global.css when you can. */

ol {
    list-style: decimal;
}

#memberPicture {
    float:left;
    margin: .2em 1em 1em 0;
}

#divTestSample {    
    float: right;
    width: 35%;
    padding: .5em;
    background-color: gainsboro;
    overflow: auto;
    margin: 0 0 1em 1em;
}

div.divTestTaker{
    border:1px solid black; 
    background-color:white; 
    padding:.7em .7em .1em .7em; 
    margin:.5em .5em 1.5em 0; 
    width:60%;
}

div.mcleSelfTestBody{
    margin-top:0;
    width:80%;
}

div.mcleSelfTestContent{
    margin-top:1em;
    margin-bottom:1em;
}

#divTestSample td {border:none;}

#faqs li {
    margin-bottom:1em;
}

.bump-up {
    margin-bottom:.2em;
}

div.adSkyscraper{
    float:right;
    margin-left:1em;
}

div.adLeaderboard{
    margin-top:2em;
    margin-bottom:-1em;
}

table.adsCatsList td {
    font-size:70%;
    vertical-align:top;
}

.adsCatsList li {
    list-style-type:none;
} 

