 .fare-mahararaja{
   /* box-shadow: inset 2px -1px 0px 0px #ccc; */
    padding: 15px 15px 15px 15px;
    margin-bottom: 25px;
    background: #e9e9e9;
   }
   .h2mhfare {
      font-size: 22px;
      margin-bottom: 15px;
      color: #444;
      padding-top: 0;
      margin-top: 0;
      font-family: inherit;
   }
   .h2mhfare small{
       font-size: 14px;
       padding-bottom: 3px;
       font-style: normal;
       display: block;
       font-weight: bold;
       color: #b52f26;
       text-transform: capitalize;
   }
   .h2mhfare span{
    font-size:18px;
   }
     .fare-mahararaja table.maharaja_fare_table tr.fare_bg td{
      background: #3d3d3d;
      color:#fff;
   }
    .fare-mahararaja tr.fare_bg td:first-child{
      color:#fff;
    }
   table.maharaja_fare_table{
      border-bottom:solid 1px #ccc;
      /*background: #e9e9e9;*/
      background:#fff;
   }
   table.maharaja_fare_table tr{
      border:solid 1px #ccc;
      border-bottom:none;
   }
   table.maharaja_fare_table tr td:first-child{
      color: #000;
      /*font-weight:bold;*/
   }
   table.maharaja_fare_table tr td{
      padding:8px 15px;
      border-left:solid 1px #ccc;
      font-size:16px;
      color:#333;
   }

 /* table.maharaja_fare_table tr td:nth-child(even) {background: #f0f0f0}*/
 @media only screen and (max-width: 768px){
   .fare-mahararaja{
      padding:7px;
   }
   table.maharaja_fare_table tr td{
      padding-left:7px;
      font-size: 14px;
      padding-right:7px;
   }
   .h2mhfare{
      font-size: 17px;
      margin:8px 0 10px 0;
   }
   .h2mhfare span{
      font-size: 15px;
      margin:8px 0 10px 0;
   }
}