div[id$='-sm'],
div[id$='-nm'],
div[id$='-lg'],
div[id$='-xl'] {
    display: none;
}

#sgec-header-md {
    width: 100%;
    padding: 8px;
}

#sgec-logo-md {
    width: 53px;
    height: 35px;
    background: url("../images/logo/sgec-md.png") no-repeat;
}

#sgec-brand-txt-md .primary-txt {
    font-size: 14px;
}

#sgec-brand-txt-md .sub-txt {
    font-size: 8px;
}

#sgec-contacts-md .primary-txt{
    font-size: 10px;
}

#sgec-contacts-md .bottom-text,
#sgec-brand-txt-md .bottom-text {
    padding-top: 6px;
}

/*
    General section starts
*/
.md .biggest-font {
    font-size: 20px;
    line-height: 1.2;
}

.md .large-font {
    font-size: 18px;
    line-height: 1.4;
}

.md .medium-font {
    font-size: 13px;
    line-height: 1.6;
}

.md .normal-font {
    font-size: 12px;
    line-height: 1.0;
}

.md .small-font {
    font-size: 12px;
    line-height: 1.0;
}
/*
    General section ends
*/

/*
    Slide show section starts
*/
.md #slide-show-wrapper {
    padding: 8px;
    line-height: 1.2;
    margin: 20px auto 10px auto;
}

.md #slide-show-header {
    font-size: 28px;
}

.md #slide-show-sub-txt {
    font-size: 15px;
    margin-top: 15px;
}

.md #slide-show-prod-link {
    font-size: 12px;
    margin-top: 10px;
    top: 46%;
}

.md #slide-show-slider {
    max-width: 300px;
    max-height: 250px;
}
/*
    Slide show section ends
*/

/*
    sgec body section starts
*/
.md .sgec-body {
    max-width: 800px;
    padding: 0px 10px;
    margin: 30px auto 30px auto;
}

.md .content-direction {
    padding: 8px;
}

.md .content-picture img{
    max-width: 200px;
    max-height: 200px;
}

.md .sgec-body .content-heading {
}

.md .sgec-body .content-padding {
    padding: 18px;
}

.md .sgec-body .content-sub-txt {
    margin-top: 10px;
}

.md .content-row:nth-of-type(odd) .content-text{
    padding-right: 18px;
}

.md .content-row:nth-of-type(even) .content-text{
    padding-left: 18px;
}

.md #content-li-wrapper {
    margin-bottom: 32px;
}

/*** Table section starts ***/
.md #performance-tbls {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.md .plus-sign {
    margin-right: 8px;
}

.md .title-elem {
    margin: 10px 0px;
}

.md #performance-tbls .table-header {
    padding: 10px 20px;
    font-size: 12px;
}

.md #performance-tbls table {
    margin: 10px auto 18px 10%;
    font-size: 11px;
}

.md #performance-tbls td {
    padding: 5px 15px ;
    font-size: 12px;
}

.md sup {
    font-size: 10px;
}
/**** Table section ends ****/
/*
    sgec body section end
*/

/*
    Footer section starts
*/
.md #sgec-footer-wrapper .small-font {
    font-size: 10px;
}

.md .footer-elem {
    margin: 10px 0px;
    text-align: center;
}
/*
    Footer section starts
*/
