/*==================================================================================
  Adding custom CSS styling will at times conflict with the styling in the control
  panel. Use this CSS sheet to fix any control-panel styling issues  
===================================================================================*/ 
@media (min-width: 768px) {
    #content .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    #content .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    #content .container {
        width: 1170px;
    }
}


body {
    color: #444;
    font-size: 12px;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
.actionMenu ul.dnn_mact {
    margin-left: -40px !important;
}
.base-container.blue-background {
    background-color: #EDEFF4;
}
div#dnn_ctr35045_ContentPane {
    width: 95%;
}

/* Leaders Page Admin Settings */
.da_admin {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
div#dnn_ctr34628_ContentPane {
    max-width: 90%;
}
div#dnn_ctr35050_ContentPane {
    width: 95%;
}
