﻿.container_Width {
    max-width: 900px !important;
    margin: 30px auto;
}
.backColor {
    background: #50c0c1;
    border-bottom: 1px solid #3fa8a9;
}
.backColor2 {
    background: #efefef;
}
.backGround {
    background-color: #50c0c1 ;
    border-color: #50c0c1;
}

#header {
    background: #fff url(../images/logo.png) 95% center no-repeat;
    min-height: 90px;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-right: 0px;
    width: 99%;
}
.logo_padding{
    padding : 5px;
}

/* Table */
.overviewtable, .resulttable {
    border-spacing: 1px;
    border-collapse: separate;
    margin-bottom: 20px;
    width: 100%;
}

    .resulttable td {
        text-align: right;
        padding: 0 5px;
        height: 30px;
        vertical-align: middle;
        background: #E0E0E0;
    }

.overviewtitlecell {
    max-width: 250px;
    text-align: right;
    height: 30px;
    vertical-align: middle;
    background-color: #868686;
    padding: 0 5px;
    color: #FFF;
}

.overviewvaluecell {
    text-align: right;
    height: 30px;
    vertical-align: middle;
    background-color: #C3C3C3;
    padding: 0 5px;
}

.table th {
    text-align: right;
}

.intro-text {
    font-size: 14px;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #575757;
}

@media (min-width: 992px) {
    .div_verticalalign {
        display: flex;
        align-items: center;
    } 

}
