/* Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
   ========================================================================== */
.uk-panel.uk-panel-box.tm-panel-teaser {
    padding: 0;
}
.tm-quote {
    margin-bottom: -12px !important;
}

.system-info{
  display: inline-block;
  float: left;
  margin: 0px !important;
  padding: 0px !important;
}
.uk-panel-box-primary .uk-grid-width-medium-1-2 > * {
	width: 100% !important;
}
.list-info {
    list-style: none;
   padding-left: 0px;
}
.list-info li {

    padding: 25px !important;
    text-align: center;
    border: 1px solid #eee;
    font-size: 20px;

}
.odd {
    background-color: #E9F0F7;
}
.table td {
    border: 2px solid rgba(0, 0, 0, 0.05);
}
.table th {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.table th {
    background-color: #1A2856;
    color: #fff;
    text-align: left;
}
.uk-navbar-nav > li > a {

    padding: 0 14px;
}
.gkHighlighterInterface {
    padding: 7px 7px;
}
.sourcecoast .btn {

    background-color: #eee;
    padding: 8px 20px;
    color: #555 !important;

}

.tm-logo img {
	height: 60px;
}