#logo {
    margin-top: 20px;
}

#header {
    min-height: 90px;
}

#logo a img {
    width: auto;
    height: auto;
    max-width: 104px;
    max-height: 50px;
}

.contact-details {
    margin-top: 13px;
}

table.card {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	margin-bottom: 15px;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

table.card th {
	border: 1px solid #e0e0e0;
	border-right: none;
	background-color: #fafafa;
	text-align: left;
	padding: 10px 15px;
	color: #444;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}

table.card td:last-child {
	border-right: 1px solid #e0e0e0;
}

table.card th:last-child {
	border-right: 1px solid #e0e0e0;
}

table.card td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none;
}

table.card td.label {
	width: 30%;
}

table.card tr:hover td {background-color: #fafafa;}

.ls-slide .caption-transparent a {
    color: #fff;
}

#logo-footer {
    height: auto;
}

.counter .digit {
    margin: 1px;
    padding: 2px;
    background-color: #3a3a3a;
    color: white;
    font-size: 20px;
    border: 1px solid black;
    font-weight: bold;
}

img {
    display: inline-block;
}

.post > h1,
.post > h2,
.post > h3,
.post > h4,
.post > h5,
.post > h6 {
    margin-bottom: 16px;
}

.post li {
    line-height: 28px;
}

#content .title {
	margin-bottom: 20px;
}
