.jp-container{
    height:381px;
	padding:720px;
    position:relative;
	font-size: 14px;
	color: #333;
	outline: none;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	-webkit-background-size: 100%; -moz-background-size: 100%; -o-background-size: 100%; 	background-size: 100%;
	background-clip: padding-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	float:left;
	text-align:left;
	border: 8px solid #fff;
	line-height:24px;
	padding:0 20px;
	background: #deefff; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #deefff 0%, #98bede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #deefff 0%,#98bede 100%); /* IE10+ */
	background: linear-gradient(135deg,  #deefff 0%,#98bede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.jp-container h3{ 
    font-size:16px;
    font-weight:bold;
    padding:10px 0;
	text-transform:uppercase;
}
.jp-container h4{ 
    font-size:14px;
    font-weight:bold;
    padding:5px 0;
	text-transform:uppercase;
}
.jp-container p{
	
	padding:5px 0;
}
.jp-container table{
	border-left:1px solid #359be7;
	border-top:1px solid #359be7;
}
.jp-container td{
	border-right:1px solid #359be7;
	border-bottom:1px solid #359be7;
	padding:5px;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.jp-container{
	width: 100% !important;
	padding: 0 !important;
	overflow: hidden;
}
.jspPane{
	width: 95% !important;
}
.jp-container{
	height: 450px;
}
.jspContainer{
	width: 90% !important;
	padding: 0 5%;
}
.cn-container{
	margin: 0;
}
.cn-container p{
	padding: 0;
	margin: 0;
}
}