body {
    background-color: #FFF;
}
#content {

}
#header {
    background-color: #333;
    color: #FFF;
    padding: 5px 5px 5px 15px;
    background-image: url('/sites/IOC-RD/images/bg.png');
}
#footer {
    margin-top: 30px;
}
#outershell {

}
#innershell {

}

.page-header{
    padding-bottom: 0;
    border-bottom: 0;
}
.page-header h1{
    font-weight: normal;
}

.btn-social-apply {
    float: right;
}


@media (min-width: 767px) {
    #content{
        padding: 15px;
        margin: 20px;
    }
}

h1 { font-size: 30px; line-height: 40px; }
h2 { font-size: 24px; line-height: 30px; }
h3 { font-size: 20px; line-height: 26px; }
h4 { font-size: 14px; line-height: 20px; }
h5 { font-size: 12px; line-height: 20px; }
h6 { font-size: 12px; line-height: 20px; }


@media (max-width: 767px) {
    h1 { font-size: 20px; line-height: 22px; }
    h2 { font-size: 18px; line-height: 20px; }
    h3 { font-size: 16px; line-height: 20px; }
    h4 { font-size: 14px; line-height: 20px; }
    h5 { font-size: 12px; line-height: 20px; }
    h6 { font-size: 12px; line-height: 20px; }
    p  { font-size: 12px; }
}

/* Fix for IE 7 not showing RD elements. From https://github.com/twitter/bootstrap/issues/7357#issuecomment-15399097 */
.hidden {
    display: none;
    visibility: hidden;
}
.visible-phone { display: none !important }
.visible-tablet { display: none !important }
.hidden-desktop { display: none !important }
.visible-desktop { display: block !important }
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop { display: block !important }
    .visible-desktop { display: none !important }
    .visible-tablet { display: block !important }
    .hidden-tablet { display: none !important }
}
@media (max-width: 767px) {
    .hidden-desktop { display: block !important }
    .visible-desktop { display: none !important }
    .visible-phone { display: block !important }
    .hidden-phone { display: none !important }
}

#search{
    background-color: #F0ECD0;
}

#profileWidget {
    background-color: #FFF;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    padding: 4px 10px;
}