    #main{
        margin-top:20px;
    }
    .box{
                padding-bottom:40px;
           }                        
       p {
            font-size: 12px;
            font-family: Arial !important;
            line-height: 1.5em;
            color:#4d4d4d;
        }
        table {
            margin-bottom: 10px;
        }
        table td{
            padding: 5px;
            font-size: 12px;
        }
        .scrapWrapper {
            width: 100%;
            height: 65px;
            background: #ffffff;
        }
        .scrap {
            width: 1180px;
            height: 100%;
            margin: 0 auto;
            font-size: 16px;
            line-height: 65px;
        }
        #main, .single #main {
            clear: both;
            padding-top: 8px;
            background: url(../img/main_round_bg01.png)no-repeat left top;
            background-size:100% auto;
        }
        h1.l-headline {
            margin-top:0;
            padding-top:15px;
            font-size: 15px;
            line-height: 18px;
            zoom: 1;
            position: relative;
            text-align:center;
            font-weight:bold;
        }
        .dashline {
            background: url(../img/bg-dashline.png) left top repeat-x;
            height: 1px;
            line-height: 1px;
            font-size: 1px;
            margin: 20px 0;
        }
        #main .roundCorner, .single #main .roundCorner {
            padding-bottom: 13px;
            background: url(../img/main_round_bg02.png) no-repeat left bottom;
            background-size:100% auto;
        }
        #main .roundInner, .single #main .roundInner {
            border-left: 1px solid #e1e1e1;
            border-right: 1px solid #e1e1e1;
            background: #fff url(../img/main_round_bg.gif) repeat-x left bottom;
            padding:0 30px;
        }
        .space20 {
            height: 20px;
            clear: both;
        }
        .align-right, .align-right{
            text-align:right;
        }
        .space10 {
            height: 10px;
            clear: both;
        }
    @media screen and (max-width: 900px){
      .middleNavWrapper {
          display: none;
      }
    }