#viewWrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#viewWrap table img {
    display: block;
    margin: 0 auto;
}

#viewWrap h1, #viewWrap a {
    color: white;
}

#viewWrap > div.short-news-article {
  max-height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#viewWrap > div.short-news-article img {
  display: none;
}

table, tbody, tr, td, thead, tfoot, th {
    max-width: 100% !important;
    /*display: block;*/
}

img {
    max-width: 100%;
}

#pagecontainer {
    background-color: #201F23;
    color: white;
}

#mobileLoginSearch .siTxt {
    color: white;
}

a.read-more {
  display: block;
  margin-top: 30px;
  margin-bottom: 60px;
}

iframe {
  width: 100% !important;
}
