.live-blog-autotext {
    float: right;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
}
.autorefreshtext {display: inline-block;margin: 3px 0 0 0;}
.autorefresh-on-off {
    float: right;
    margin: 0px 10px 10px 10px;
    width: 40px;
    height: 14px;
    background: #ee163b;
    border-radius: 20px;
    position: relative;
    padding: 5px 10px;
}
.autorefresh-on-off span.on-off-link {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    transition: all 0.8s ease 0s;
}
.autorefresh-on-off.onstate span.on-off-link {
    background: #fff;
    transform: translateX(25px);
}
.autorefresh-on-off.offstate span.on-off-link {
    transform: translateX(-5px);
    background: #999;
}
.breaking-news-heading { text-align: center; padding-bottom: 20px; }
.breaking-news-content { border: 1px solid #ccc; }
.breaking-news-header { background: #991925; padding: 5px; font-size: 15px; color: #fff; }
.breaking-news-curdate { float: left; }
.breaking-news-refresh { float: right; cursor: pointer; }
.breaking-news-refresh  a { color: #fff; }
.breaking-news-links {padding: 10px 10px;margin: 0;}
.breaking-news-links li { list-style-type: none; padding: 10px; border-bottom: 1px solid #ccc; background: #fff; }
.breaking-news-links li:nth-child(2n) { background: #f2f2f2; }
.breaking-news-date { font-size: 16px; color: #c52e41; font-weight: bold; font-family:arial;padding: 10px 0px;}
.breaking-news-detail { font-size: 16px; color: #333; }
.breaking-news-links div:nth-child(2n) {
    background: #dbdbdb;
}
.read-more-update{
padding: 8px 20px;
box-shadow: 0px 2px 2px 3px #ededed;
font-weight: bold;
font-size: 14px;
border-radius: 3px;
text-transform: uppercase;
background: #ed1c24;
color: #fff;
margin: 15px auto;
width: 15%;
cursor: pointer;
}

.oi-live-news-datetime {
font-size: 16px;
color: #333;
font-weight: bold;
}
.oi-live-update {
display: inline-block;
border-bottom: 2px solid #FF4040;
padding: 0 0 3px 0;
}
.live-blog-capsule1{
    float: left;
    font-size: 15px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0px 9px;
    position: relative;
    color: #fff;
    vertical-align: middle;
    background: #ff4040;
    border-radius: 2px;
    font-family: arial;
    margin: 12px 0;
}
.live-blog-post {
border-bottom: 1px solid #eceaeb;
padding: 24px 0;
}
.live-blog-datetime {
font-size: 16px;
color: #000;
font-weight: 600;
padding: 0 0 12px 0;
}
.live-blog-heading {
line-height: 30px;
font-size: 19px;
}
.live-blog-img {
    padding: 15px 0;
}
.live-blog-post p {
color: #000 !important;
font-size: 16px !important;
line-height: 30px !important;
padding: 12px 0 !important;
font-weight: 400 !important;
letter-spacing: 0 !important;
}
.live-blog-social {text-align: right;padding: 5px 0 0 0;display: none;}
.live-blog-social a {display: inline-block;border-radius: 50%;width: 30px;height: 30px;text-align: center;border: 1px solid #b5b5b5;color: #1f6db5;font-size: 16px;line-height: 30px;}
.live-blog-capsule::before {
    content: "â€¢";
    font-size: 45px;
    position: absolute;
    top: -17px;
    left: 6px;
    margin-right: 3px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker{from{opacity:1}to{opacity:0}}
