/* custom.css */
a, img {
    border: none;
}

a {
    color: #0000FF;
    text-decoration: none
}

a:hover {
/ / color: #E4641C;
    text-decoration: underline
}

#toc a:hover {
    color: #000000;
}

a.weblink {
    color: #0000FF;
    text-decoration: underline
}

a.weblink:visited {
    color: #0000FF
}

a.weblink:hover {
    color: #E4641C
}

a.popuplink {
    color: #FF0000;
    text-decoration: none
}

a.popuplink:visited {
    color: #FF0000
}

a.popuplink:hover {
    color: #FF0000;
    text-decoration: underline
}

a.filelink {
    color: #04BC14;
    text-decoration: none
}

a.filelink:visited {
    color: #04BC14
}

a.filelink:hover {
    color: #04BC14;
    text-decoration: underline
}

a.inline-toggle {
    color: Green;
    text-decoration: none;
    font-weight: bold;
    font-family: "Times New Roman", serif;
}

a.inline-toggle:visited {
    color: Green;
}

a.inline-toggle:hover {
    text-decoration: underline
}

.fsmall {
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
    margin: 10px 0px 0px 0px;
}

.crumbs {
    font-size: 8pt;
    margin-bottom: 3px;
    margin-top: 0px;
    color: #FFFFFF
}

.crumbs a {
    text-decoration: underline;
    color: #FFFFFF
}

.crumbs a:visited {
    text-decoration: underline;
    color: #FFFFFF
}

.crumbs a:hover {
    color: #F4BC5C
}

@media screen {
    #idcontent {
        width: 100%;
        padding: 0px !important;
        padding: 10px 15px 5px 10px;
        position: relative;
    }

    #innerdiv {
        padding: 10px 5px 5px 10px !important;
        padding: 0px;
    }

    .topichead {
        padding: 5px;
    }

    .navlinks {
        font-size: 10pt;
    }

    .navlinks a {
        text-decoration: none;
        color: blue;
    }

    .navlinks a:visited {
        text-decoration: none;
        color: blue;
    }

    .navlinks a:hover {
        text-decoration: underline;
        color: blue;
    }

    html.nonscroll {
        overflow: hidden;
    }

    body.nonscroll {
        overflow: hidden;
        height: 100%;
    }

    div.nonscroll {
        overflow-x: auto;
        overflow-y: scroll;
    }
}

/* main style */
@-moz-document url-prefix() {
    html {
        height: 100%;
        overflow: hidden;
    }
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #E8E8E8 !important;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    color: #444444 !important;
    overflow: auto;
}

#hmheadbox {
    background: white;

}

#navbar {
    font-size: 120%;
}

#navbar img {
    border: none;
}

#hmnavbox {
    top: 12px;
    float: left;
    margin: 12px;
}

#hmcontentbox {
    background: white none repeat scroll 0 0;
    box-shadow: 0 4px 12px #777;
    float: left;
    overflow: hidden;
    padding: 0 0 25px;
    z-index: 2;
    max-width: 1000px;
}

#toc_nav {
    float: left;
    margin-left: 75px;
}

#toc_nav a {
    padding: 0 8px;
    top: -10px;
    font-size: 22px;
    color: white;
    text-decoration: none;
}

#main_nav {
    float: right;
    position: relative;
}

#links #social a {
    background: none;
    padding: 0px 5px !important;
    margin-top: -3px;
}

#links > div.dropdown {
    margin-top: -3px;
}

#links > div.dropdown > ul > li > a {
    color: #1a69ab;
    padding: 3px 20px;
}

#links > div.dropdown > ul > li > a:hover {
    color: #ec7600;
}

#links a {
    background: url("../images/nav-divider.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: white;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 19px;
    padding: 10px 5px;
    text-decoration: none;
}

#nolinks a {
    color: white;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 19px;
    padding: 7px 21px 10px 13px;
    text-decoration: none;
}

#links a:hover {
    color: #ec7600;
    border-color: transparent;
}

#social {
    position: relative;
    top: -3px;
    margin: 0 0 0 15px;
}

.dash {
    background: url(../images/nav-divider.png) no-repeat;
    width: 3px;
    height: 32px;
    padding: 15px 17px 5px 5px;
    background-position: right;
    padding: 20px 0px 0px 3px
}

#top_ad {
    height: 0;
    position: relative;
    text-align: center;
    top: -107px;
    width: auto;
}

#top_ad > div {
    margin: auto;
}

#bottom_ad {
    position: relative;
    width: 730px;
    height: 92px;
    min-width: 50px;
    bottom: 0;
    margin: 0 auto;
    left: 25%;
    float: left;
    top: 35px;
}

#right_ad {
    height: auto;
}

#footer {
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

#footer_spacer {
    min-height: 50px;
}

#footer_main {
    background: #191996;
    margin-top: 30px;
}

#footer_end {
    background: #032366;
    height: 50px;
}

#footer_end div {
    color: white;
    font-size: 18px;
    vertical-align: middle;
    padding: 10px 0 11px 45px;
    margin-bottom: 100px;
}

.list_footer {
    width: 20%;
    float: left;
    margin: 1em 0;
}

.list_footer ul {
    list-style: none;
}

.list_footer a, .list_footer p {
    color: white;
}

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.btn {
    padding: 4px 13px;
}

/* DEFAULT CSS */
hr {
    color: #000000
}

a, img {
    border: none;
}

body, table, tr, th, p {
    font-size: 14px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

p {
    text-align: left;
    text-indent: 0px;
    padding: 0 0 0 10px;
    margin: 0;
}

a {
    color: #1a69ab;
}

h1, h2 {
    line-height: 30px;
}

h1 {
    color: #454545;
    margin: 4px;
    font-size: 30px !important;
}

h2 {
    font-size: 24px;
}

/* used for javascript text popups */
#hmpopupdiv {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #FFFFFF;
    padding: 6px;
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #888;
}

/* image lightbox */
#hmlightbox {
    border: none;
    padding: 8px;
    background: #FFF;
    font-size: 110%;
    font-weight: bold;
    color: #777;
    box-shadow: 5px 5px 5px #888;
}

.purchase_act {
    margin-right: 25px;
}

.purchase_link {
    position: relative;
    margin-right: 5px;
}

.purchase_link, .purchase_link:visited {
    color: #454545;
    font-size: 12px;
    text-decoration: none;
}

.p_Heading1 {
    font-size: 24px !important;
}

.width50 {
    width: 48%;
    float: left;
    padding: 0 10px 0 0;
}

.light_blue_section {
    background: #0f96cd;
    color: white;
    font-weight: normal;
    line-height: 31px;
    padding-left: 10px;
    font-size: 14px;
}

.dark_blue_section {
    background: #171796;
    color: white;
    font-weight: normal;
    line-height: 31px;
    padding-left: 10px;
    font-size: 14px;
}

.dark_blue_section a {
    color: white;
    text-decoration: none;
}

#subscribe_form {
    padding: 0 45px;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #C09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-danger, .alert-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: white;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.no_underline {
    text-decoration: none;
}

.landing-page {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    margin: 10px 0;
    padding: 20px 0;
}

.view-this-act {
    width: 360px;
    background: url('../images/view-this-act.png') no-repeat 10px #191996;
    display: block;
    padding: 11px 53px;
    margin-bottom: 7px;
    margin-left: 10px;
    font-size: 19px;
    color: white;
    text-decoration: none;
}

.purchase-this-act {
    width: 360px;
    background: url('../images/purchase-this-act.png') no-repeat 10px #0096db;
    display: block;
    padding: 11px 0 11px 53px;
    margin-left: 10px;
    font-size: 19px;
    color: white;
    text-decoration: none;
}

.purchase-this-act:hover, .view-this-act:hover {
    color: #EC7600;
}

.alt-dash {
    border-right: 1px dashed #b4b4b4;
    padding: 55px 0;
}

input {
    margin: 7px;
}

/* ACT CSS */
html, body {
    margin: 0;
    padding: 0;
}

div#printheader {
    display: none;
}

#idheader, #idheaderbg {
    background: none repeat scroll 0 0 #c4c5c6;
    padding: 4px 10px;
}

#callout-table, #overview-table {
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

#callout-icon {
    display: block;
    position: absolute;
    top: -11px;
    left: -11px;
}

#callout-icon-flag {
    display: block;
    position: absolute;
    top: -11px;
    left: -8px;
}

#callout-table a {
    text-decoration: none;
    color: blue;
}

#callout-table a:visited {
    text-decoration: none;
    color: blue;
}

#overview-table a {
    text-decoration: none;
    color: black;
}

#overview-table a:visited {
    text-decoration: none;
    color: black;
}

#callout-table a:hover, #overview-table a:hover {
    text-decoration: underline;
}

p.help-url {
    margin: 20px 0 5px 0;
    text-align: center;
    font-size: 80%;
    text-decoration: none
}

#switchtoggles {
    text-align: right;
    padding: 0 2px 0 0;
    font-size: 90%;
}

.top_table {
    width: 100%;
}

.topichead {
    padding-right: 10px;
    width: 100%;
}

#news_section img {
    padding: 0 10px 0 0;
}

/* TOC CSS */
.heading1 {
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif !important;
}

.heading2 {
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.heading8 {
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.heading3 {
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}

.heading4 {
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}

.heading5 {
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}

.heading6 {
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}

.hilight1 {
    font-size: 10pt;
    color: #FFFFFF;
    background: #002682;
    text-decoration: none;
}

.hilight2 {
    font-size: 10pt;
    color: #FFFFFF;
    background: #002682;
    text-decoration: none;
}

.hilight3 {
    font-size: 10pt;
    color: #FFFFFF;
    background: #002682;
    text-decoration: none;
}

.hilight4 {
    font-size: 10pt;
    color: #FFFFFF;
    background: #002682;
    text-decoration: none;
}

.hilight5 {
    font-size: 10pt;
    color: #FFFFFF;
    background: #002682;
    text-decoration: none;
}

.hilight6 {
    font-size: 10pt;
    color: #FFFFFF;
    background: #002682;
    text-decoration: none;
}

/* TOC LIST CSS */
#toc {
    padding: 0;
    margin: 0 10px 0 0;
}

#toc li {
    margin-left: 0;
    padding: 1px 0 0 21px;
}

#toc ul {
    padding-left: 0;
    margin-left: 0px
}

/* NEW CSS */
li.heading1, li.heading2,
li.heading8 {
    background: url(../../cicon1.gif) no-repeat;
    margin-left: 0;
    padding-left: 20px
}

.leaf-heading {
    background: url(../../cicon9.gif) no-repeat !important;
}

/* Hide nested lists in the toc */
#toc > li > ul {
    display: none;
}

li.open-topic {
    background: url(../../cicon2.gif) no-repeat !important;
}

#toc ul {
    list-style-type: none;
    margin-left: 0px;
    padding: 0px;
    display: none;
}

#toc li {
    list-style-type: none;
    width: 100%;
}

/* CSS3 loading spinner */
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: progress;
    margin-top: -82px;
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #191996;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.search-container {
    padding: 10px 25px;
}

.acts-block-level {
    width: 85%;
}

.search-btn {
    float: right;
}

.search-options {
    margin-left: 15px;
}

.search-options label {
    margin-right: 15px;
}

#search-results {
    padding: 0 25px;
}

.search-item {
    padding: 0 0 25px 0;
}

.search-link {
    font-size: 18px;
}

.search-url {
    font-size: 14px;
    color: #006621;
}

.meta-description p {
    padding: 0;
}

td.topichead > a {
    display: none;
}

.nav-bot {
    margin-bottom: -20px;
}

.login {
    margin-top: 25px;
}

.li-menu {
    margin-top: 10px;
}

.sidebar-span {
    margin-top: 12px !important;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
.navbar-inverse {
    background: none;
    border: none;
}

.nav.navbar-nav.navbar-right.navbar-user {
    background-color: #191996 !important;
    border-bottom: 9px solid #032366;
    padding: 9px 0 0;
    width: 100%;
    height: 54px;
}

.navbar-right {
    margin-right: 0px;
}

.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.container {
    position: relative;
    width: 100% !important;

}

.navbar-nav > li > a {
    padding: 0px !important;
}

.tab_content {
    font-size: 25px;
}

.top-right {
    float: right;
}

#hmheadbox {
    background-color: #fff !important;
    float: left;
    width: 100%;
}

/*-------------Responsive css------------------*/
@media (max-width: 767px) {
    #toc > h3 {
        color: #FFFFFF;
    }

    #toc {
        position: relative;
        top: 0;
    }

    #toc {
        background-color: #191996;
        margin-top: -8px;
        padding: 20px;
        position: relative;
        top: 0;
        width: 98%;
    }

    .col-md-4.tab-height {
        display: none;
    }

    .col-xs-12.ad-height {
        margin-top: 3%;
    }

    .navbar-header {
        background-color: #191996;
    }

    .nav.navbar-nav.navbar-right.navbar-user {
        background-color: #191996 !important;
        padding: 9px 20px;
        width: auto;
    }

    #toc {
        width: 100%;
    }

    .heading1 {
        color: #fff;
        font-size: 12pt;

    }

    .heading2 {
        color: #fff;
        font-size: 11pt;

    }

    .top-right {
        float: none;
    }

    #toc_nav {
        float: none;
        margin-top: 5px;

    }

    #links a, #links div {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        font-size: 19px;
        padding: 0;
        width: 100% !important;
    }

    #links div a {
        text-align: left;
    }

    #social {
        position: relative;
        top: 10px;
        display: block;
    }

    #links > div.dropdown > ul > li > a {
        color: #fff;
        padding: 3px 20px;
    }

    #social a {
        float: left !important;
        padding: 15px 3px;
        width: auto !important;
    }

    #toc_nav {
        margin-top: -63px;
    }

    .nav.navbar-nav.navbar-right.navbar-user {

        float: right;

        width: 100%;
    }

    .navbar-collapse.in {
        overflow-y: unset;
    }

    #toc_nav a {
        float: left;
        width: auto !important;
    }

    .top-right {

        position: relative;
        top: 20px;
    }

    .nav.navbar-nav.navbar-right.navbar-user {
        background-color: #191996 !important;
        border-bottom: none;
        padding: 9px 20px 30px;
        width: 100%;
        height: auto;
    }

    .width50 {

        width: 100%;
    }

    .view-this-act {
        width: 100%;
        font-size: 16px;
    }

    .purchase-this-act {
        width: 100%;
        font-size: 16px;
    }

    #top_ad {
        height: auto;
    }
}

h1, h2, h4, h5, h6 {
    font-weight: bold !important;
}

.collapse ul li ul {
    position: inherit;
    z-index: 100;

}

.h4, h4 {
    font-size: 14px !important;
}

.login-btn {
    color: rgba(255, 255, 255, 0.6);
    background-color: transparent;
    border-color: transparent;
    font-size: medium
}

@media (min-width: 768px) and (max-width: 1279px) {
    .col-sm-6 {
        width: 45%
    }
}

@media (max-width: 1024px) {
    #top_ad {
        display: none;
    }
}

.top-header {
    background-color: #666666;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
}

@media (min-width: 1280px) {
    .product {
        border: 1px solid #d9d9d9;
        margin: 10px 10px 0px 10px;
    }
}

.bottom-product {
    margin-bottom: 10px;
}

.product {
    border: 1px solid #d9d9d9;
    margin: 10px 10px 0px 10px;
}

.article_img {
    margin: 7px 10px 7px 0px;
}

.article_img1 {
    width: 100%;
    margin: 7px 10px 7px 0px;
}

.lat-article {
    margin-left: 70px;
}

@media (min-width: 768px) and (max-width: 865px) {
    #links a {
        padding: 1px 10px 0px 0px !important;
    }
}

.widget {
    margin-bottom: 10px;
}

.widget a {
    color: #000000;;
}

.widget-image {
    float: left;
}

.widget-text {
    margin: 7px 10px 7px 0px;
}

.widget::after, .widget::before {
    content: " ";
    clear: both;
    display: block;
}

#art-body {
    background: none !important;
}

.no-box {
    box-shadow: none !important;
}

.panel-heading1 {
    background-color: #032366 !important;
    color: #fff !important;
}

.panel-info1 {
    border-color: #032366 !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
    #advert-right {
        display: none;
    }
}

.h3 {
    font-weight: 500;
}

.no-back {
    background: none !important;
}

.new-heading {
    padding-left: 5px !important;
}

.text-wrap > a {
    color: #000000 !important;
    display: inline-block;
    margin-top: 5px;
}

.text-wrap > a:hover {
    color: #000000 !important;
}

.text-wrap {
    margin-left: 65px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 13px !important;
}

@media (min-width: 767px) {
    #toc {
        margin-left: 15px !important;
    }

}

@media (min-width: 1920px) {
    .col-lg-7 {
        width: 67%;
    }

    #toc {
        width: 15%;
    }
}

@media (min-width: 2560px) {
    #hmcontentbox {
    / / margin-left: - 2 % !important;
    }

    #toc {
        width: 15%;
    }

    .col-lg-2 {
        width: 13%;
    / / float: right;
    }
}

.text-wrap1 a:hover {
    color: #000000;
}

.panel {
    border-radius: 0px !important;
}

.panel-heading {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.panel-info > .panel-heading {
    color: #fff !important;
    background-color: #191996 !important;
    border-color: #191996 !important;
}

.panel-info {
    border-color: #191996 !important;
}

.article_img {
    width: 60px;
}

.price {
    font-weight: bold;
    font-size: 1.1em;
    color: #191996;
}

#toc::after, #toc::before, #navMenu::after, #navMenu::before, #menu::after, #menu::before {
    display: none;
}

.home-article {
    border-bottom: 1px solid #DDDDDD;
}
.home-article:after {
    clear: both;
}

.home-article:nth-child(3) {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#page_ad_container {
    text-align: center;
}

#page_ad {
    margin: 0 auto;
    padding-bottom: 25px;
    display: inline-block;
}

.container1 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#wrapper, #hmheadbox {
    margin: auto;
    max-width: 1500px;
    float: none;
}

.container1 {
    background: #fff none repeat scroll 0 0;
}

.container2 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none;
    }

}

@media (max-width: 767px) {
    .pc-menu {
        display: none;
    }

    #hmcontentbox {
        top: 0px !important;
    }
}

@media (min-width: 1920px) {
    .col-lg-2 {
        width: 15.667%;
    }
}

#messages .alert {
    margin: 15px;
}

/* Fix conflicts with twitter bootstrap and google custom search */
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button {
    box-sizing: content-box;
    line-height: normal;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    margin-top: 10px!important;
}

.read-more {
    margin: 10px;
}

.read-more-p {
    text-align: right;
}

.home-section {
    padding: 5px 0 5px 10px;
    font-size: 18px;
}

#home-middle-ad {
    padding: 20px 0;
}

#div-gpt-ad-1459342547509-3 {
    margin: 0 auto;
}

#content-container {
    top: 54px;
}

.pc-menu {
    margin-bottom: -40px;
}

.navbar {
    min-height: 0;
}

/*
 * Subscription modal specific styles 
 */
#subscription-required-image {
    width: 100%;
}
#view-subscription-plans {
    font-size: 18px;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-backdrop.in {
    opacity: 0.9;
}
#subscription-required-modal p, #subscription-required-modal h1, #subscription-required-modal h3 {
    text-align: center;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #1a69ab;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 10px;
    }
}

th {
    font-size: 1.3em;
    font-weight: bold;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 98%!important;
    height: 2.5em;
}

div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
}

.dataTables_filter input {
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}