@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.footer {
  width: 100vw;
  position: fixed;
  bottom: 0;
  background-color: #f5f5f5;
  padding: 0 !important;
}

.copyright {
  padding-top: 1rem;
}

.label {
  color: darkgray !important;
}

@media screen and (min-width: 769px), print {
  .modal-content,
  .modal-card {
    width: 95% !important;
  }
}

.opening__head {
  max-width: 1200px;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

#home__admin-tab .button {
  width: 200px;
}

#content {
  padding: 1rem;
  margin-bottom: 60px;
}

.navbar {
  background-color: #bfd2fc !important;
  padding: 1.5rem;
}

.modal-wrap {
  color: #363636;
  box-sizing: border-box;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
  width: 99%;
}

.modal-wrap strong {
  color: #363636;
}

.bbs__table {
  height: 200px;
}

.bbs__table td {
  vertical-align: middle !important;
}

.bbs__table pre {
  background-color: transparent;
  padding: 0;
}

.bbs__table.table-container {
  overflow-y: auto;
}

.bbs__table__th--user {
  width: 180px;
}

.bbs__table__th--date {
  width: 180px;
}

.bbs__table__th__button {
  width: 95px;
}

