  h4.panel-title {text-decoration:underline !important;}
h4 {margin-top: 0px !important;}
.main_content h4, .main_content h4 a {font-size: 14px !important;}
 .servCard { padding: 8px !important; margin-bottom: 20px !important; text-align: center }
 .servCard .box { display: block; height: 320px; }
 .servCard .img { height: 190px; position: relative; }
 .servCard .title {
    border-top: 1px solid #eee;
    margin: 8px 0;
    padding-top: 8px; }

 .servCard:hover{
             border-color: #ccc;
             -webkit-box-shadow: 0 0 3px 3px rgba(50,50,50,.1);
             -moz-box-shadow: 0 0 3px 3px rgba(50,50,50,.1);
             box-shadow: 0 0 3px 3px rgba(50,50,50,.1)
           }
  .nprice {color: grey !important }
  .mprice {color: black !important }
.servCard .btn-primary { padding: 0.25rem 0.5rem !important; }