.top_links{
display: none;
}
#maincontent 
{
    margin-top:25px;
}

#nav_section ul a {
     width: auto;
}

.content_body img{
    box-shadow: none !important;
}

/*when working on a narrow screen, the floating edit buttons are in the way*/
.edit-buttons-overlay.ui-corner-right {
    max-width:100px;
}
.edit-buttons-overlay .content_button .ui-button-text {
    font-size:15px;
}
#content .slipprySlider .sy-slides-wrap {
    padding-bottom:80px;
}
#content .slipprySlider .sy-caption {
    background:transparent;
}
#content .slipprySlider .sy-caption .slider_title, #content .slipprySlider .sy-caption a  {
    color:#1f3c5a ;  /* important */
}
#content .slipprySlider .sy-pager li.sy-active a {
    background:#1f3c5a ;  /* important */
}
#maincontent ul li {
    padding-top:0px;
}
/*removed by SC due to width issues

#filterFrm{
width: 781px ;  /* important */


.subtotal_column{
width: 781px ;  /* important */
}

.transactions listings{
width: 781px ;  /* important */
}

#body_subtab table.listing{
width: 781px;
}

#body_subtab #maincontent.admin{
width: 781px;
}


#maincontent ul li {
    padding-top: 0px;
    line-height: 15px;
    padding-bottom: 8px !important;
}

#maincontent table.calendar td div.sedra {
    padding-bottom: 8px !important;
}

@media (max-width:767px) {
    .home .fck_widget_slider .rsImg {
        width: auto;  /* important */
        height: auto;  /* important */
        margin-left:0px;  /* important */
    }
    .home .fck_widget_slider {
        max-height:600px;  /* important */
    }
    .home .royalSlider.slider_0 {
        height:560px;  /* important */
    }
    .home .rsOverflow {
        max-height:500px;  /* important */
    }
}