@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

body{
	color: #3f3e40;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
}

a {
    color: #337ab7 !important;
    text-decoration: none !important;
}
a:hover {
    text-decoration: underline !important;
}

hr{color:white;}


.title-wrap h2 {
	color: #000000;
	font-size: 18pt;
	font-weight: 500;
	margin-bottom: 5px;
}
.liveblog-content{

}
div#liveblog-898,
div#liveblog-899 {
    width: 100%;
}
.printfriendly.pf-alignleft a img {
    width: 20px;
    position: absolute;
    margin-top: 0px;
    margin-left: -24px;
}
.printfriendly.pf-alignleft a {
    text-decoration: none;
    margin-left: 25px;
}
div#liveblog-898 img,
div#liveblog-899 img {
    max-width: 100%;
    height: auto;
}
/*.wrap-latest p strong{
	color:black !important;
	font-size: 21px !important;
}*/


article.col-sm-6 {
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
article .content {
    min-height: 175px;
}
article div.img a img {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 10px;
}
article .cont-text {
   padding-bottom: 20px;
}
article .cont-text h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #000;
}
article .cont-text h2 a {
	color: #383739 !important;
	font-size: 20px;
	text-decoration: none;
}
article .content p {

    font-size: 14px;
    color: #3f3e40;
}
article .date {
    color: #3f3e40;
    font-size: 11px;

    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
article .readmore {
    color: #4da392 !important;
    font-size: 14px;
    text-decoration: none;
}
@media screen and (min-width: 1500px) {
    article .content {
        min-height: 300px;
    }

}
@media screen and (min-width: 1300px){
    article .content {
        min-height: 215px;
    }
}



.container {
    width: 100%;
}
.row {
    display: inline-block;
    width: 100%;
}

.col-sm-12 {
    display: inline-block;
    width: 100%;
}

.main-content {
    padding: 0;
}
.printfriendly {
    display: none;
}

.chartofday-block {
    margin: 0 0 10px;
    max-height: 700px;
    overflow-y: auto;
}
.chartofday-entry {
clear: both;
    border-bottom: 1px solid #6f6f6f;
    margin: 0 0 20px;
    padding-bottom: 10px;
}
.chartofday-entry:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.chartofday-entry p {
    margin: 0;
    max-width: 100%;
}
.chartofday-entry div {
    width: 100% !important;
    max-width: 100%;
}
.chartofday-entry .chart-img {
    text-align: center;
}
.chartofday-entry img {
    max-width: 100%;
    height: auto;
}
.chartofday-entry .pf-content {
    /*background-color: #f5f5f5;*/
    font-size: 12px;
    line-height: 1.8em;
    padding: 12px 0;
    text-align: center;
}


.chartofday-block h1{
	font-size: 24px !important;
	margin: 10px !important;
}

.liveblog-entry img {max-width: 100%;}
.liveblog-entry .read-more {
   padding-bottom: 10px;
}
.liveblog-entry .printfriendly {
    display: none !important;
}

@media screen and (max-width: 767px) {
    blockquote{
        margin: 0px;
        border-left: 5px solid #ccc;
        padding-left: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
