﻿.news-title{
    margin-left:20px;
    color:#fff;
}

.news-weatherbox {
    border-radius: 5px;
    border: solid thin #666;
}

.news-weatherbox h2, .news-newsBox h2 {
    width: 100%;
    background: #005a9c;
    color: #fff;
    padding: 5px;
    margin: 0;
    text-align: left;
}

.news-newsBox {
    margin-top:10px;
    width: 100%;
    border: solid thin #666;
    border-radius: 5px;
    background:#fff;
}

.news-newsBox{
    height:640px;
}

.news-scroll{
    overflow-y:scroll;
    height:600px;
}

.news-scroll h3{
    margin:15px 0 0 0;
    font-size:1.1rem;
}

.news-scroll a{
    margin-left:15px;
    display:inline-block;
}

.news-newsBox iframe {
    width: 100%;
    border: none;
}

.news-newsBox ul {
    list-style: none;
    overflow-y: auto;
    height:230px;
}

.news-newsBox ul li{
    margin-top:15px;
    margin-left:-20px;
}

.news-header{
    display:inline-block;
    font-weight:bold;
    width:100%;
}

.news-weatherbox {
    background: #fff;
}

.news-weathericon {
    display: inline-block;
    padding: 5px;
}

.news-weatherReport {
    display: inline-block;
    padding: 5px;
}


.news-weatherRow .col-sm-3 {
    margin: 0;
    padding: 0;
}

.news-filldata h3 {
    font-weight: bold !important;
}

.news-iframe {
    height: 400px;
    border: none;
}

.twitter-timeline {
    width: 100% !important;
}
.news-weatherRow {
    background:#fff;
}

.news-weatherRow h2 {
    width: 100%;
    background: #005a9c;
    color: #fff;
    padding: 0 20px 5px 20px;
}

.news-weatherRow .news-weatherbox{
    border-radius:0;
    border:none;

}

.news-newsBox-meeting {
    background: #ccc;
    text-align:center;
}
.news-newsBox-meeting iframe{
    background:#fff;
}
@media screen and (max-width: 720px) {
    .news-newsBox, .news-scroll {
        height: auto;
        overflow-y:auto;
    }
}