table {
  border-color: #9ABAD9;
  margin: 0px auto;
  color: #444;
  border-spacing: 2px;
  max-width: 100%;
}

.table-news-describ {
  background-color: #fff;
  color: black;
  padding: 0px 0 10px 0;
  text-align: left;
}

table th, table td {
  overflow: hidden;
  padding: 10px 18px;
  text-align: center;
  vertical-align: center;
  font-family: Roboto, sans-serif;
  font-size: .875rem;
  word-break: normal;
}

table th {
  background-color: #0c2c83;
  font-weight: 700;
  color: #fff;
}

table td {
  background-color: #ccd8fa;
}

@media screen and (max-width: 400px) {
  table {
    font-size: .75rem;
  }

  table th, table td {
    padding: 8px 12px;
  }
}