a {
  text-decoration: none;
}

.container {
  border: 1px solid rgba(0, 0, 0, .11);
  padding: 10px;
  width: 600px;
  display: flex;
}

.container_news {
  border: 0px solid rgba(0, 0, 0, .11);
  padding: 0px;
  width: 600px;
  margin: 0 auto;
}

.special__header {
  width: 330px !important;
}

.container:nth-child(3) {
  display: flex;
  justify-content: center;
}

.controls-item {
  display: inline-block;
}

.news-section {
  height: 100%;
}

.news-section a:hover {
  color: #5bc0de;
  text-decoration: none;
}

.date {
  font-size: 0.9em;
  font-weight: bold;
  color: #9b9b9b;
}

.btn {
  margin: 1px;
}

#table-body {
  width: 590px;
}

.news-aside {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  margin: 20px 0;
  /* word-break: break-all; */
  hyphens: auto;
}

.news-content {
  display: flex;
}

.news-container {
  display: flex;
  flex-direction: column;
  border-bottom: 1px#5bc0de solid;
  margin: 10px;
}

.page-width {
  width: 93.5px;
}

.news-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 20px;
}