.asabo-main-body{
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.asabo-box{
    max-width: 100%;
    margin-top: .5rem;
    margin-bottom: 0;
    padding: 5px;
}

@media screen and (max-width: 480px) {
  .show-on-desktop {
    display: none !important;
    }
}

@media screen and (min-width: 481px) {
  .hide-on-desktop {
    display: none !important;
  }
}

.my-checkbox-x2 {
  transform: scale(2);
  margin: 5px 15px 0 0;
}
