.content_inside {
	margin-top:50px;
	margin-bottom:80px;
	max-width:1150px;
	width:85%;
}
#kepz_ktg {
	width:90%;
	max-width:300px;	
}
#kepz_ktg table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}
#kepz_ktg table caption {
	font-size: 24px;
	margin: 16px 0 24px 0;
}
#kepz_ktg table tr {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 6px;
}
#kepz_ktg table th,
#kepz_ktg table td {
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
#kepz_ktg table th {
	font-size: 14px;
	text-transform: uppercase;
}
#kepz_ktg table thead tr {
	color:fff;
	background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);	
}
#kepz_ktg table {
	border: 0;
}
#kepz_ktg table caption {
	font-size: 1.3em;
}
#kepz_ktg table thead {
	border: none;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#kepz_ktg table tr {
	border-bottom: 3px solid #ddd;
	display: block;
	margin-bottom: 10px;
}
#kepz_ktg table td {
	border-bottom: 1px solid #ddd;
	display: block;
	font-size: 13px;
	text-align: right;
}
#kepz_ktg table td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#kepz_ktg table td:last-child {
	border-bottom: 0;
}
#tt {
	max-width:800px;
	background-color: rgba(0, 0, 0, 0.49);
    color: whitesmoke;
    border-radius: 25px;
    padding: 20px;
}
.box {
	background:#FFF;
	margin:40px auto;
	padding:20px;
	max-width:800px;
}
.qset
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.qset:before, .effect7:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.qset:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
#tvf {
	max-width:800px;
	margin-top:30px;
	background-color: rgba(0, 0, 0, 0.49);
    color: whitesmoke;
    border-radius: 25px;
    padding: 20px;
}
.dp_mtitle {
	font-size: 24pt;
	color:#37568a;
	font-weight: bold;
	text-align: center;
	padding: 12pt 0 12pt 0;
}
.dp_ltittle {
	font-size: 20pt;
	color: #37568a;
	font-weight: bold;
	text-align: center;
	padding: 12pt 0 12pt 0;
}
#dp_dtable, .dp_d2table {border-collapse: collapse;}
.dp_d2table { margin: 6pt auto;}
#dp_dtable tr td, .dp_d2table tr td{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding-top:6pt;
	padding-bottom:6pt;
	font-size: 11pt;
}
#dp_dtable tr td:first-child{
	width:40%;
}
#dp_dtable tr td:second-child{
	width:60%;
}
.dp_d2table tr td {width: 50%;}
.dp_uparagraph {
	font-size: 11pt;
	text-align: justify;
	text-indent: 12pt;
	padding: 6pt 0 6pt 0;
}
.dp_uparagraph ul li {padding-bottom:6pt;}