
/* Layout structure */
#main{
    min-height: 200px;
}

.container-main{
    -webkit-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1); 
    padding-bottom: 20px;
    border-top: none;
}
.container { position:relative;background: #fff;}
.container .row{margin-bottom: 0;}

.container .content {
    padding-top: 20px;
}

.subtitle {
    margin: 20px 0 15px 0;
}
.subtitle h1 {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    display: inline-block;
    font-size: 16px;
    color: #1e1e1e;
    float: left;
}

.subtitle:after {
    clear: both;
    display: table;
    content: "";
}

@media screen and (max-width: 450px) {
    .subtitle .decline-all {
        clear: left;
    }

    .subtitle .decline-all .btn-decline {
        float: none;
        margin-top: 12px;
    }
}

.bottom-sponsor-logos .box{border-top: 1px solid #d2d2d2;padding-top: 25px;margin-top: 25px;}
.bottom-sponsor-logos img{max-width:  100%;}

/* Left Section */
.section_left img { vertical-align:middle; margin-right:6px; max-width: 273px; }
.content div.section_left div.padding { padding: 10px 0px 0px 23px; }
.content div.section_left div.padding div.padding { padding:4px 0 0 18px; }
.content div.section_left div.padding > h4.fl { padding-top:7px; }

/* Right Section */
.section_right .View_Draft_Diary{height: 69px;position: relative;right: 1px;top: -1px;}
.section_right div.title { font-size:1.2em; padding-bottom:5px; padding-left:11px; }
.section_right div.jobtitle { padding-left:11px; }
.section_right div.head { padding:13px 18px; }
.section_right div.head strong, .section_right div.subhead strong { font-size:14px; font-weight: 800;}
.right-box {
    border: #999999 1px solid;
      -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2); 

}





