nav ul {
  font-size: 16px;
  line-height: 18px;
}

.news {
  border-color: #ffcd00;
}

hr {
  background: #ffcd00;
  border: none;
  height: 1px;
}

#content table {
  border: 1px solid #ffcd00;
  border-collapse: collapse;
}

#content table tr td {
  border: 1px solid #ffcd00;
}



@media screen and (max-width: 620px) {
  nav.mobile_nav ul {
    max-width: 180px;
  }
}



