@import url("http://curdevstaging.courseassets.com/LIVEcourse/pinnacle/universal/guide/SMEguide/css/mediastyles.css");

/*        
body padding required to compensate for fixed navbar        
*/
body{
    padding-top: 60px; 
}

.container>section{
    border-bottom: 1px solid #ccc;
    margin: 20px 0px;
    padding: 20px 0px;
}

.anchor {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    padding-top: 80px;
    margin-top: -100px;
}

.icon-bar{
    display: block;
    width: 25px;
    height: 3px;
    margin-bottom: 5px;
    background: #666;
}

.dropdown{
    margin: 20px;
}

.btn-drop:hover .icon-bar,
.btn-drop:focus .icon-bar,
.btn-drop:active .icon-bar{
    background: #f60000;
}

.btn-drop{
    background: #eeeeee;
}

.btn-drop:after{
    content: "";
    display: block;
    margin-bottom: -5px;
}

.navbar-fixed-top {
    background: #eeeeee;
}

