.legal #content h1{
    font-size: 20px;
	padding-bottom: 4px !important;
	border: 0px !important;
	border-bottom: 1px dotted #999999 !important;
	padding-top: 30px !important;
}

#pd_maincontent{
	background-color: #FFFFFF;
	background-image: none;
	height: auto !important;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

#pendemo #tabs DIV{
	float: left;
	height: 25px;
	line-height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-weight: bold;
	cursor:pointer;
	text-align: center;
	color: #00446b;
	background-color: white;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	
	-moz-box-shadow: 2px 2px 4px #bcc3c6;
	-webkit-box-shadow: 2px 2px 4px #bcc3c6;
	box-shadow: 2px 2px 4px #bcc3c6;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#bcc3c6')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#bcc3c6');

	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	background-color: #fff;
	/*behavior: url(/css/PIE.htc);*/
	}

#pendemo #tabs .active{
	background-color: #203b54;
	color: white;
	cursor:default;
	border-right: none;
	border-left: none;
}

#pendemo #deck{
	clear:both;
	padding-bottom: 2px;

}

table {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

tr {
    background-color: #ddd;
}

/* Responsive */
@media (max-width: 900px) {

#bg {
    width: 100%;
    max-width: 900px;
}

#pd_maincontent{
    padding-left: 20px;
    padding-right: 20px;
}

}