﻿.titlewhite {
    background-color: white;
}

.titlecontent {
    margin: 5px auto 5px auto;
    width: 100%;
    height: 100px;
    position: relative;
}

.titletextdiv {
    width: 100%;
    text-align: left;
    color: #1879bd;
    bottom: 0;
    left: 0;
    position: absolute;
}

.titletext {
    display: table-cell;
    vertical-align: bottom;
}

.titlecontagent {
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    color: #1879bd;
    text-align: right;
}

.titletoday {
    width: 100%;
    background-color: #1879bd;
    font-size: 1em;
    color: white;
    min-height: 20px;
    position: relative;
}

.titlefooter {
    margin-top: 2px;
    width: 100%;
    height: 1px;
    background-color: #1879bd;
}

.textgazcolor {
    color: #1879bd;
}