html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
a.aund {
  text-decoration: underline;
}
img.icon-inline {
  display:inline;
  vertical-align: middle;
  margin-right: 0.5em;
}
td > b {
  padding-left: 1rem;
}
.yt-p  {
  color:#fff!important;
  font-size:1rem;
  display:inline-block;
  width: 452px;
  margin:2px auto;
  padding: 0.75rem;
  border-radius:6px;
  background:#3f3fc7;
}
.yt-p a {
  font-size:1rem;
  color:#fff!important;
  text-decoration: underline;
  display: inline-block;
}
.col-4 {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width:33.333%;
}
.col-3 {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  width:25%;
} 
.row-news div {
  border-top: 2px solid #9f90f0;
  border-bottom: 2px solid #9f90f0;
  border-left: 2px solid #9f90f0;
  height:80px;
}
.last {
  border-right: 2px solid #9f90f0;
}
.row-news p {
  margin: 4px;
  text-align:left;
  font-size: small;
}
.row-news a {
  font-size: small;
}
.row-news img {
  float:left;
  margin-right:8px;
  width:100px;
  height:100%;
  border-right: 1px solid #9f90f080;
}
tr > td > b {
  color:#000;
}
.row-news a:hover img {
  border-right: 1px solid #fff;
  box-shadow: 3px 0px 2px #888888;
  margin-right: 7px;
}
.row-news a:hover p b {
  color:#f00;
}
.row-news a.nohover:hover p b {
  color:#000;
}