@charset "UTF-8";
.wid210{
  width: 210px;
}

.w50per{
  width: 100%!important;
}

@media screen and (min-width: 768px){
  .w50per{
    width: 50%!important;
  }
}
@media screen and (max-width: 767px){
  .wid195{
    width: 195px;
    margin: 0 auto;
  }
}
