﻿@media only screen and (max-width: 992px) {
  .RadMsg {
    font-size: 30px !important;
  }
  .rwInnerSpan {
    height: 50px !important;
    width: 60px !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
  .rwOuterSpan {
    background-image: none !important;
    background-repeat: no-repeat !important;
    height: 50px !important;
    width: 60px !important;
    border-style: solid;
    padding-top: 10px !important;
    padding-right: 10px !important;
    text-align: center !important;
    border-radius: 2px;
    border-color: gray;
  }
  .rwPopupButton {
    font-size: 50px !important;
    background-image: none !important;
    background-repeat: no-repeat !important;
    outline: none !important;
    height: 50px !important;
    width: 60px !important;
  }
  .GridFooter {
    background-color: #0072cf;
    height: 40px;
  }
}