@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
font-family: 'Roboto', sans-serif !important;
background-color:#f9f6f1;
}

.wrapper{
width:100%;
height:auto;
margin:0px auto;
}

.header_div{
float:left;
width:96%;
height:auto;
padding:12px 2%;
background-color:#0179d0 ;
margin-bottom:40px;
text-align:left;
font-size:25px;
line-height:45px;
font-weight:600;
color:#FFFFFF;
}
.telerad_img{
float:left;
width:40px;
height:auto;
margin-right:15px;
}

.telerad_body_div{
float:left;
width:96%;
padding-left:2%;
padding-right:2%;
height:auto;
text-align:left;
font-size:17px;
color:#000000;
line-height:20px;

}

table{
width:600px;
}

.table_header{
padding:10px;
text-align:left;
color:#000000;
font-size:14px;
line-height:28px;
}

.footer {
    margin-top: 0;
    /* border-top: 1px solid #292929; */
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    z-index: 9999;
   /* top: 95%;*/
    width: 100%;
}

.footer-inner {
    padding: 10px 0;
    font-size: 12px;
    background: #111;
    color: #FFFFFF;
	text-align:center;
   
}


@media only screen and (max-width:999px){
.wrapper{
float:left;
width:100%;
height:auto;
margin:0% 0%;
}
.telerad_body_div{
line-height:25px;

}



}



@media only screen and (max-width:480px){
table{
width:100%;
}
.telerad_body_div{
line-height:25px;

}
}