body {
  overflow-x: hidden;
}

.gridContent {
  display: block;
  position: relative;
  margin: 0 auto;
}
#selectMenu {
  margin-bottom: 2%;
  position: relative;
}

#selectMenu select {
  background: #fff;
  padding: 1%;
  border-radius: 30px;
  color: #000;
  font-size: 110%;
  font-weight: bold;
}

#selection * {
  font-weight: bold;
  font-size: 110%;
  border-bottom: 1px solid #ccc;
}

.newsItem {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 6% !important;
  color: #000;
}

.newsItem img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.newsHeaderTitle {
  padding: 0.5vw;
  padding-top: 18px;
}

@media only screen and (min-width: 480px) and (max-width: 760px) {
  .newsItemHeader img {
    width: 48px;
    height: 48px;
  }

  #channel .col-xs-12 {
    width: 50% !important;
  }
}

@media only screen and (min-width: 1900px) and (max-width: 5200px) {
  .col-xl-2 {
    width: 20%;
  }
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.newsItemHeader {
  margin: 10px 0 0;
  line-height: 100%;
  vertical-align: middle;
  font-weight: bold;
  min-height: 64px;
}

.row-height {
  min-height: 64px;
}

.newsItemHeader img {
  padding: 4px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.newsItemMeta {
  color: #999;
  font-size: 80%;
  font-weight: normal;
}

.newsItemBody {
  padding: 0;
  overflow-y: hidden;
  font-size: 95%;
  height: 393px;
}

.newsItemBody h3 {
  font-size: 100%;
  margin: 0;
  padding: 0 10px;
}

.newsItemBody p {
  padding: 0 10px;
  font-size: 90%;
  line-height: 18px;
}

.newsItemFooter {
  position: relative;
  /* margin: 0 10px; */
  border-top: 1px solid #ccc;
  padding: 10px 0;
  display: block;
  width: 100%;
}

.newsItemFooter a {
  color: #333;
  font-size: 12px;
}
.newsItemFooter img {
  width: 18px;
  height: 18px;
  color: #999;
}
.newsItemFooter a:hover {
  text-decoration: none;
}

.nopadding {
  padding: 0;
}

.right {
  text-align: right;
}
#channel > div {
  padding-left: 10px;
  padding-bottom: 0px;
  padding-right: 10px;
}
button#selectBtn {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.newsItemFooter > .row {
  margin: 0 !important;
  padding: 0 10px;
}
