﻿@media screen and (max-width:1200px) {
    body { }
        
    .HeaderOuterWrapper { float:left; width:100%; background:#000; border-top:2px solid #ECC148  }
    .HeaderInnerWrapper { margin:0px auto; width:980px; }

    .MainOuterWrapper { float:left; width:100%; }
    .MainInnerWrapper { margin:0px auto; width:980px; }

    .FooterOuterWrapper { float:left; width:100%; }
    .FooterInnerWrapper {margin:0px auto; width:980px; font-size:12px; }

    .txtSearch { width:925px; } 
    .btnSearch { float:right; } 

    /* PRICE CALCULATOR */
    .ProductSearchWrapper .txtSearch { width:435px; } 
    .ProductSearchWrapper .btnSearch {  }
    .ProductSearchWrapper { }
    .Products { }

    .SelectedProductWrapper {   }

    /* GRIDVIEW */
    .GridView { font-size:12px; }
    .GridView .GridViewHeader { font-size:12px; }
    .GridView .GridViewRow {font-size:12px; }
    .GridView .GridViewFooter {font-size:12px;}
    .GridView .GridViewPager .dxp-lead {  font-size:11px; }
    
    .Members .GridViewHeader:nth-child(1) {width:80px;}
    .Members .GridViewHeader:nth-child(2) {width:720px;}
    .Members .GridViewHeader:nth-child(3) { width:100px;}
    .Members .GridViewHeader:nth-child(4) {width:80px; }
    
    .Products {}
    .Products .GridViewHeader {font-size:10px; padding-left: 2px; padding-bottom: 4px; padding-right: 2px; height:25px; }
    .Products .GridViewRow {font-size:10px; height:50px !important; box-sizing:border-box; }
    .Products .GridViewRow td { padding-left: 2px; padding-bottom: 4px; padding-right: 2px;}
    .Products .GridViewHeader td { white-space:normal; line-height:14px;  }
    .Products .GridViewPager .dxp-num { font-size:12px; padding:6px; padding-left:9px; padding-right:9px; margin-top:0px; }

    .Table {font-size:12px;}
    .Table tr.Result2  td { border:1px solid #444;  font-size:13px;}

    /* CAMPAIGNS */
    .ArticleWrapper .ImageFullSize {max-width:100%; }
}

