a {
  color: white;
  text-decoration: none;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
  }

  ::-webkit-scrollbar {
    display: none;
  }

  #journalGeneralCurrentPeriod .contentBox {
    margin: 40px auto;
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  #journalGeneralCurrentPeriod .contentBox {
    margin: 48px auto;
    min-height: 500px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}

#journalGeneralCurrentPeriod {
  width: 100%;
  height: auto;
}