@media only screen and (min-width:768px) {
  .rw_av2_room_group_simple_data_reswave {
    font-size: 1.0rem;
    padding: 10px 0;
    font-weight: bold;
  }
  .rw_av2_room_group_simple_data_reswave input[type="button"] {
    background-color: #333 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
    float: right;
    width: 35% !important;
    margin: 0px 10px 10px 10px;
    outline: none;
  }
  .rw_av2_room_group_simple_data_reswave input[type="button"]:hover {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #333 !important;
  }
  .rw_av2_room_group_simple_rate_range {
    margin: 10px 0 10px 10px;
  }
  .rw_av_oneResultBlock{
    padding:0px 5px;
  }
}

/* Mobile Attributes */
@media only screen and (max-width:767px) {
  .rw_av2_room_group_simple_data_reswave {
    padding: 5px;
  }
  .rw_av2_room_group_simple_data_reswave input[type="button"] {
    background-color: #333 !important;
    color: #fff !important;
    border-radius:0;
    font-size: 0.9rem;
    border: 1px solid #333 !important;
    outline: none;
    padding:10px 25px !important;
  }
  .rw_av2_room_group_simple_data_reswave input[type="button"]:hover {
    background-color: #fff !important;
    color: #333 !important;
    border: 1px solid #333 !important;
  }
  .rw_av2_room_group_simple_rate_range {
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom:5px;
  }
}
