#full-div {
  /*width: 100vw;*/
  height: 90vh;
}

.center {
  text-align: center;
}

.mobile-img {
  height: 200px !important;
}

/*@media only screen and (max-width: 600px) {*/
@media screen and (max-width: 577px) {
  .mobile-img {
    height: 150px !important;
  }
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.table-pad td, .table-pad th {
  padding: 12px 15px;
}