section#main .news-container {
  height: 486px;
  overflow-y: scroll;
  border: 1px solid #cccccc;
  padding: 10px;
}
section#main .news-img {
  height: 150px;
}
section#main #result-table {
  font-size: 12px;
  min-width: 495px;
  overflow: auto;
}
section#main #result-table thead tr th {
  background-color: #64b32f;
  padding: 1.2rem 0.75rem;
}
section#main #result-table thead tr th:not(:first-child) {
  text-align: center;
}
section#main #result-table thead tr th:nth-child(1) {
  width: 55%;
}
section#main #result-table thead tr th:nth-child(2) {
  width: 10%;
}
section#main #result-table thead tr th:nth-child(3) {
  width: 10%;
}
section#main #result-table thead tr th:nth-child(4) {
  width: 10%;
}
section#main #result-table tbody tr td:not(:first-child) {
  text-align: center;
}
section#main #result-table tbody tr td {
  padding: 1.2rem 0.75rem;
}
section#main #facebook-stream-container {
  margin-bottom: 20px;
}
section#main #instagram-stream-container {
  height: 576px;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  section#main .table-headline {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  section#main h1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  section#main h1:after {
    display: none;
  }
}
/*# sourceMappingURL=Index.css.map */