/*Table and Mobile classes DEFINED IN SKIN:
.tablet-show,.tablet-hide,.mobile-show,.mobile-hide*/
@media only screen and (max-width: 979px) { /* <= Tablet */
.invisible-tablet {
 display: none;
 visibility: none;
}}

/*Inner Pages' Background Styles*/
#Innerbgstretch{}
#Innerbgstretch .ell{display:none;}
#Innerbgover{}
#main {
    background-image: none !important;
}

/*Custom width setting for realdropzone modules*/
.rdDisabled,.rdMast{width:100%;}

/*CUSTOM STYLES*/
#pricing table td{
 line-height: 1.2em;
}
.wsc_featured_panes{
height: auto !important;
}
@media only screen and (max-width: 979px) { /* <= Tablet */
#dnn_FeaturedPane75, #dnn_FeaturedPane50, #dnn_FeaturedPane25{
width: 233px !important;
padding-bottom: none !important;
}
}
#nav-main li ul li {
    background-image: none !important;
}
.breadcrumbs{
margin-top: 5px !important;
}
.rdR{
background-color: none !important;
width: auto !important;
}
.rdR .rdBtnLnk{
background-color: none !important;
font-size: 18px;
}

/*ASIDE and FB WIDGET, etc on ALL pages in Mobile View*/
@media only screen and (min-width: 320px) and (max-width: 739px) {
#fbsidebar{display:none;}
#aside{display:none;}

#dnn_FeaturedPane75, #dnn_FeaturedPane50, #dnn_FeaturedPane25{
width: auto !important;}
}

.dnn_ctr_Terms_lblTerms{ background-color:white;}


