@font-face {
    font-family: 'montserratregular';

    src: url('fonts/montserrat-regular_0-webfont.eot');

    src: url('fonts/montserrat-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat-regular_0-webfont.woff2') format('woff2'),
        url('fonts/montserrat-regular_0-webfont.woff') format('woff'),
        url('fonts/montserrat-regular_0-webfont.ttf') format('truetype'),
        url('fonts/montserrat-regular_0-webfont.svg#montserratregular') format('svg');

    font-weight: normal;

    font-style: normal;
}

html,
body {
    width: 100%;
    margin: 0;
    background-color: #223a74;
}

.container-t {
    width: 80%;
    overflow: auto;
    border: 1px solid;
    margin: 0 auto;
    color: white;

    /* background: #233342; */
    padding: 15px 30px 45px;
    background-color: #fff;
    margin-top: 100px;
}

.container-t table {
    width: 100%;
    margin-bottom: 0 !important;

    background: #233342;

    border: 0 none !important;
    border-spacing: 3px !important;
    border-collapse: separate;
}

.container-t table tr th {
    background: #425e4f;
    color: #fff;
    font: 10px montserratbold;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}

.container-t table tr td {
    background: #e1e1e1;
    color: #3d3d3d;
    padding: 10px 12px;
    font: 11px/15px montserratregular;
    text-align: center;
}

.container-t table tr td p {
    margin: 0;
    color: inherit;
    font: inherit;
}

.container-t table tr td a {
    color: #3d3d3d;
    text-decoration: none;
}

.container-t table tr:hover td {
    background: #bfd9e2;
}

.container-t table tr td .ver {
    display: block;
    padding-top: 27px;
}

.container-t table tr td a.ver {
    cursor: pointer;
}
.container-t table tbody tr {
    height: 37px;
}

.entry .container-t table tr th {
    border: 0 !important;
}

.entry .container-t table {
    border: 0 none !important;
    border-spacing: 3px !important;
    margin-bottom: 0 !important;
}

#example_filter label{
    font-weight: bold;
    font-size: 17px;
}

#rainP{
    font-size: 20px !important;
}


