.uk-logo {
    max-height: 90px;
	margin-top: 10px;
}
.uk-overflow-container {
	overflow-y: auto;
}
div.tm-page a.uk-position-medium.uk-position-bottom-right.uk-button.uk-button-primary {
	display: none !important;
}

body.blog .uk-article .uk-article-title {
	font-size: 32px;
}
body.blog .uk-article h3 {
	font-size: 24px;
}
body.blog .uk-article div[property="image"] {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-width: 200px;
}

/* Login */
.com-users-login__submit {
	display: inline-block;
}
.com-users-login__submit .btn-primary {
	padding: 3px 54px;
}

/* CB */
li.hide-tab {display: none !important;}

.cb_template .table > thead > tr > th, .cb_template .table > tbody > tr > th, .cb_template .table > tfoot > tr > th, .cb_template .table > thead > tr > td, .cb_template .table > tbody > tr > td, .cb_template .table > tfoot > tr > td {border-top: 0 !important;}
.login-page #modlgn-username, .login-page #modlgn-passwd  {
	min-width: 180px;
}

/* Kunena */
#kunena .table {
	background-color: #f5f5f5;
}
#kunena .alert {
	padding: 10px;
	margin-bottom: 0;
}
#kunena .alert h1 {
	margin: 0;
}
#kunena .navbar {
	margin-bottom: 10px;
}
#kunena .navbar .visible-desktop li a {
	height: auto;
}
#kunena .breadcrumb {
	margin-top: 15px;
}

/* NSR Import */
.nsr-import tbody td {
	white-space: nowrap;
}

@media (max-width: 500px) {
	body.blog .uk-article div[property="image"] {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		max-width: 100%;
	}
}