/*
Theme Name: Locksmith - Flatsome Child Theme
Theme URI: http://flatsome.uxthemes.com/
Description: This is a child theme for Flatsome
Author: UX Themes
Author URI: http: //www.uxthemes.com/
Template: flatsome
Version: 2.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.check {
  color: limegreen;
}

.matrix_table {
	font-size:20px;
}

.matrix_table th  {
    background: #efefef;
}

@media screen and (max-width: 768px) {
  .hide-for-medium-up {
    display: table-row;
    background: #efefef;
  }
  .hide-for-medium-up td, th {
    font-weight: bold;
  }
  td:first-child,
  th:first-child {
    display: none;
  }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}