.mkb-infolist
{
	width: 500px;
}

.mkb-info {
	margin: 10px;
	padding: 10px;
	overflow: hidden;
}

.mkb-info .mkb-image {
	width: 150px;
	min-height: 75px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 8px;
/* 	line-height: 150px; */
}

.mkb-title {
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}

.mkb-text {
	font-size: 9pt; 
	font-stretch: wider; 
}

.mkb-info .mkb-title {
	float: left;
	clear: right;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 350px;
}

.mkb-info .mkb-text {
	width: 350px;
	float: left;
	margin-bottom: 10px;
}

.mkb-chapters {
	margin-bottom: 10px;
}

.mkb-footer {
	clear: both;
	text-align: right;
}

.mkb-chapters {
	float: left;
	clear: both;
}

.mkb-chapters img {
	display: block;
	margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
}

.mkb-chapters .mkb-title {
	float: none;
	width: auto;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 15px;
	font-weight: bold;
	clear: both;
}

.mkb-chapters .mkb-text {
	width: 500px;
	padding-left: 5px;
	clear: both;
}

.mkb-hidden {
}

.mkb-footer .mkb-more {
	cursor: pointer;
	font-weight: bold;
}

.mkb-contact, .mkb-opening, .mkb-apps, .mkb-branch {
	margin: 10px;
	padding: 10px;
}

.mkb-contact table, .mkb-opening table, .mkb-apps table {
	width: 100%;
}

.mkb-contact tr td:first-child, .mkb-opening tr td:first-child {
	padding-right: 10px;
	width: 80px;
}

.mkb-header {
	font-family: verdana; 
	font-size: 11pt;
	font-weight: bold; 
	padding-bottom: 10px;
}

.mkb-apps td {
	text-align: center;
}

.mkb-layer {
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	z-index: 100;
}

.mkb-dialog {
	margin-top: 50px;
	margin-left: auto; 
	margin-right: auto; 
	z-index: 10; 
	text-align: center;
	opacity: 1;
	padding: 15px;
	background-color: #888888;
}

.mkb-branch a {
	text-decoration: none;
}

.mkb-branch-selected {
	font-weight: bold;
}

