@media (min-width: 1200px) {
  .table-business ul.list-business > li .info-business > p {
    font-size: 16px!important;
  }
}
 
 
/* Hides the header footer combo and top navigation */
.container-fluid {
  display: none!important;
}
 
/* Override Raleway font for the body and all paragraphs individually */
body, p, tspan, span, div, h1, h2, h3, h4, h5, h6 
{ font-family: Montserrat, sans-serif !important; color: #333333 !important;}
 
 
/*  Modern panel / card styling */
section, div {
  border-radius: 16px !important;
  margin-bottom: 20px !important;
}
 
 
/* Override Slider color */
.k-chart .k-handle {
  background-color: #333 !important;
}
 
 
/* hyperlink baseline */
a {
  color: #333333 !important;
  font-weight: 600;
  text-decoration: none;
}
 
a:hover {
  color: #00A651 !important;
}
 
/* Override font size for cards / you can comment out display class below for centering effect*/
 
.large {
  display: inline-block;
 
}
 
 
#OPT_INDEX {
  color: #16be6a !important;
  font-size: 120px !important;
  font-weight: bold !important;
}
 
 
 
.info {
  padding: 10px 16px;
  font: 18px/20px  Montserrat, sans-serif!important;
    font-family:  Montserrat, sans-serif !important;
}
 
 
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 5px!important;
  padding-left: 5px!important;
}
 
 
.table-business ul.list-business > li.border-left {
  border-bottom: 1px solid #000!important;
  border-left: 1px solid #000!important;
}