@charset "utf-8";
/* CSS Document */
body{
	background:#ddd !important;
	}
.wrapper{
	background:#FFF;
	padding:10px;
	-moz-box-shadow: 0px 0px 20px #999; 
	-webkit-box-shadow: 0px 0px 20px #999; 
	box-shadow: 0px 0px 20px #999;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}

.view table {
border-bottom: 1px solid #ddd;
margin: 0 0 1.625em;
width: 60%;
}
.view td {
border-top: 1px solid #ddd;
padding: 6px 10px 6px 0;
}
.footer {
  padding-left: 15px;
  padding-right: 15px;
}
.tbl-bdr{border: 1px solid #A2A1A1;}
.tbl-bdr tr td {
	border: 1px solid #A2A1A1;
	color: #000;
	font: 0.95em;
	padding: 6px;
	text-align: left;
	}
@media only screen and (max-width: 800px) {
	
	.tbl-bdr tr td  {width: 100%;}
}
 
@media only screen and (max-width: 640px) {
	.tbl-bdr tr td {width: 100%;}
}