*{
	box-sizing: border-box;
}
.navi {
	float: right;
	padding: 2px 5px;
	width: 40%; height: 145px;
	box-sizing: border-box;
}
.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 #000000;
	color: #000000;
	text-decoration: none;
}
ul.setPaginate li a {
	color: black;
	display: block;
	text-decoration: none;
	padding: 5px 8px;
	text-decoration: none;
}

.Suggestions {
	display: inline-block;
	width: 80%;
}

#container {
	display: inline-block;
	height: 780px;
}

#leftcontainer {
	border-right: 1px solid #d3d3d3;
	float: left;
	height: 780px;
	padding: 10px;
	width: 26%;
	box-sizing: border-box;
}
#rightcontainer {
	width: 65%;
	float: right;
	padding: 20px;
	height: 520px;
	overflow-x: hidden;
}
#rightcontainer p {} #rightcontainer ul li {} #showdata {
	float: left;
}
.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;
}
@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%;
	}
}
