#divNewsCont {
  left: 50%;
  right: 50%;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  clip: rect(0px 160px 220px 0px);
  position: relative;
  visibility: visible;
  height: 150px;
}

#divNews  {
  position: absolute;
  font-family: Georgia;
  font-size: 16px;
  color: rgb(255, 255, 255);
}

td {
  background-color: transparent;
  
}

#tds {
  background-color: transparent;
  width: 50%;
  align-content: right;
}

#tdsl {
  background-color: transparent;
  width:50%;
  align-content: center;
  font-size: 1px;
}

#comments {
  font-size: 16px;
  font-family: sans-serif;
}
