@charset "utf-8";
/* CSS Document */

.float_left {
	float: left;
	margin: 0px 20px 10px 0px;
}

#aboutdivisions h2 {
    text-align:center;
    color: #00396c;
    font-family: "roboto";
    font-size: 23px;
}

.aboutcolumn {
    text-align: center;
width: 85%;
margin: 0 auto;
    
}

.aboutcolumn h3 {
text-align: center;
font-family: "roboto";
color: #64676d;
    text-transform: inherit;
    font-weight: 300;
    font-size:36px;
	line-height: 40px;
    padding-bottom:5px;
}

#bottomcontent p{
    margin-bottom:15px;
    width: 85%;
    text-align:center;
    margin: auto;
}

.container.full {
background-color: #FFF;
}

#aboutimageright img {
    max-width: 100%;
height: auto;
     margin-left:-6%;
}

#aboutimageleft img {
max-width: 100%;
height: auto;}

@media (max-width: 770px) {
    aboutimageright img {
       
    }
}


table.tb_table {
    width:  100%;
}

tr.tb_first_row {
    background-color: #ddd !important;
	
}

.tb_table tr:nth-child(2n+1) {
    background-color: #eee;
}

.tb_table tr td {
    border-bottom:  1px solid #d3d3d3;
    font-size:  12px;
}
tr.tb_first_row td {

border-left: 1px solid #ccc;
}
tr.tb_first_row:first-child td {
border-left: none;
}

tr.tb_first_row td {
    border-left:  1px solid #ccc;
}
table.tb_table td.td_em {
	color:#999;
}
tr.tb_first_row:first-child td {
    border-left:  none;
}

td.tb_channel_prefix {
    font-weight: bold;
}

.tb_table td {
    text-align: center;
    padding:  1px 0px;
}

.elements_of_channels td {
	padding: 0px 10px;
	border-bottom: 1px solid #eee;
}

.measure_select label {
    padding-right:  20px;
    font-size:  16px;
}

.measure_select {
    float: right;
    position: relative;
    top:  28px;
}

.measure_select select {
    padding:  4px 15px 4px 5px;
}