@media (max-width:710px){
  .switch {
    width: 50%;
    height: 35px;
    /* margin: 0; */
    /* float: right; */
  }
  button.btn.dim {
    margin: 0;
    height: 35px;
    top: 0px;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
    width: auto;
  }
}