/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .tablepress tfoot th, .tablepress thead th {
 	background-color: #55B00C;
 	color:#fff;
 	text-align:center;
 	font-weight:400;
 }
 
 .tablepress tbody td, .tablepress tfoot th {
  text-align: center;
  vertical-align: middle;
}

.column-3 {
  width: 30% !important;
  font-size: 17px;
}

h1, .uk-h1 {
  font-size: 27px;
  line-height: 28px;
}

h2, .uk-h2 {
  font-size: 22px;
  line-height: 24px;
}

.uk-icon-button {background: #98CA71;}

.uk-icon-button.firstPos {background:#55B00C;}
.column-4 i {
	font-size:24px;
	color:#FF7E00;
}



@media (max-width: 767px) {
.tm-logo {width: 88%;text-align: center;    margin-right: 50px;}
}
@media (min-width: 768px) {
.uk-grid{width:100%}
}
@media (max-width: 1219px) {
.tm-logo-large {display:none;}
}
@media (min-width: 1220px) {
.tm-logo {margin-left: 60px;}
}