*{
	box-sizing: border-box;
}
.navi {
	float: right;
	padding: 2px 5px;
	width: 40%; height: 145px;
	box-sizing: border-box;
}
.navi-clear {
	display: none;
}
.show {
	color: blue;
	margin: 5px 0;
	padding: 3px 5px;
	cursor: pointer;
}
.show a {
	text-decoration: none;
}
.show:hover {
	text-decoration: underline;
}
ul.setPaginate li.setPage {
	padding: 15px 10px;
	font-size: 14px;
}
ul.setPaginate {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	list-style-type: none;
}
ul.setPaginate li.dot {
	padding: 3px 0;
}
ul.setPaginate li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
}
ul.setPaginate li a {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	color: #999999;
	display: inline-block;
	margin: 5px 3px 0 0;
	padding: 0 5px;
	text-align: center;
	text-decoration: none;
}
ul.setPaginate li a:hover,
ul.setPaginate li a.current_page {
	background: none repeat scroll 0 0 #d3d3d3;
	border: 1px solid #157185;
	color: #157185;
	text-decoration: none;
}
ul.setPaginate li a {
	color: #157185;
	display: block;
	text-decoration: none;
	padding: 5px 8px;
}

.input-box input {
	border: 1px solid #4F525B;
	border-radius: none;
	height: 30px;
	width: 85%;
}

.input-box button {
	background-color: #157185;
	border: none;
	border-radius: none;
	color: #FFFFFF;
	cursor: pointer;
	height: 30px;
	width: 10%;
}

.Suggestions {
	display: inline-block;
	width: 80%;
}

.Suggestions a {
	color: #157185;
	display: block;
	font-size: 1.2em;
	margin-bottom: 11px;
	padding: 7px 11px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.Suggestions a:hover {
	background-color: #157185;
	color: #FFFFFF;
}

#container {
	display: inline-block;
	height: 680px;
}

#leftcontainer {
	background-color: rgba(227,242,253,0.52);
	border-right: 1px solid #d3d3d3;
	float: left;
	height: 680px;
	padding: 10px;
	width: 26%;
	box-sizing: border-box;
}
#rightcontainer {
	width: 74%;
	float: right;
	padding-left: 50px;
	height: 535px;
	overflow-x: hidden;
}
#rightcontainer p {} #rightcontainer ul li {} #showdata {
	color: #4F525B;
	float: left;
	font-size: 1.1em;
	text-align: left;
}
#rightcontainer ul {
	list-style: none;
}
#rightcontainer ul li::before {
	color: #157185;
	content: "\2022";
	display: inline-block;
	margin-left: -1em;
	width: 1em;
}
#rightcontainer h1 {
	border-bottom: 2px solid #439ea4;
	color: #000000;
	font-family: 'Vollkorn', serif;
	font-weight: 300;
	text-align: left;
}
#showdata {
	padding: 0px 20px;
}
.Print_Friendly {
	width: 100%;
	display: inline-block;
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #d3d3d3;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 5px;
}
.Print_Friendly_Mobile {
	display: none;
	visibility: hidden;
}
@media (max-width: 983px) {
	.Suggestions {
		display: none;
	}
	#leftcontainer {
		width: 100%;
		border-right-style: none;
		height: auto;
		border-bottom: 1px solid #E3E2E0;
	}
	#rightcontainer {
		width: 100%;
		margin-left: auto;
		padding: 0px;
		margin-right: auto;
	}
	.navi {
		margin-left: 0px;
		width: 100%;
		box-sizing: content-box;
	}
	.navi-clear {
		clear: both;
		display: inherit;
	}
	.Print_Friendly {
		display: none;
		visibility: hidden;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.Print_Friendly_Mobile {
		padding-top: 8px;
		padding-bottom: 8px;
		display: inherit;
		visibility: visible;
	}
}
