/* Add here all your css styles (customizations) */
.row-full {
    width:100%;
    z-index:-1;
}

.main-title {
    font-size:30px !important;
    font-weight:bold;
}

.main-title:after {
    display:none !important;
}

.half-container {
    font-size: 1.0em;
    margin: auto;
    width: 970px;
    padding: 15px;
    overflow: auto;
}

.title-divider {
    height: 5px;
    float: left;
    width: 50px;
    background-color: #20215B;
    margin-bottom:6px;
}