h2 {
    margin-bottom  : 0px;
    font-size      : 25px;
    padding-bottom : 10px;
}

/* TABS CSS
   ========================================================================== */
    .tabs .tab-content {
        text-align : justify;
    }
    .tabs .tab-content .col-wrapper {
        padding-right : 7px;
        padding-left  : 7px;
    }
    .tabs .tab-content a:hover {
        color           : #b40a05;
        text-decoration : underline;
    }

/* CONTENT AREA
   ========================================================================== */
    .content-area {
        padding-top: 27px;
    }

/* INDEX LOGIN FORM
   ========================================================================== */
    .index-login { background : url("/public/images/shadow.png") center bottom no-repeat; }
    .index-login .login-form{width: 80%; margin: 0px auto;}
    .index-login .login-rooter{padding-bottom: 15px;}

