.fl-logo-text {
    /*font-family: "Helvetica",Verdana,Arial,sans-serif;*/
    font-weight: 400;
    font-size: 24px;
line-height:1.2;
}

@media (min-width: 992px) {
  .fl-page-header-row .col-md-5 {width: 30%;}
  .fl-page-header-row .col-md-7 {width: 70%;}
}

h2 {
font-size:24px;
}
.box {
padding: 0 20px;
background: #eeeeee;
border: 1px solid #ccccccc;
margin-top:20px;
}

/*.box {
    background: #e0eaf3;
    background: #eeeeee;
    padding: 15px 20px;
    border: 1px solid #c7d9e6;
    border: 1px solid #cccccc;
    margin: 20px 20px 40px 0;
    font-size: 15px;
}*/

.box2 {
padding:20px;
background: #eeeeee;
border: 1px solid #173656;
}
.box h3 {
font-size: 24px !important;
color: #173656;
}

/* tables */
table tr:nth-of-type(even) {
background: #ffffff;
}

table {
background: #dfebf4;
border: solid 1px #c7d9e6;
border-collapse: collapse;
width:100%;

}

table th, table tr th {background:#041e42;color:#fff;}

table th strong {color:#fff;}

table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
vertical-align: text-top;
padding:.5em;