@import url("/static/bootstrap/css/bootstrap.min.css");
@import url("/static/css/all.min.css");

.cH {
  height: calc(100% - 56px)
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 430px) {
  .w-50 {
    width: 100% !important;
    padding: 0px 20px 0px 20px !important;
  }

  .date {
    display: none !important;
  }
}