@charset "utf-8";
/* CSS Document */

body{
	padding:5px 15px 5px 15px;
}


.table-striped th{
	text-align:left;
}

.header{
	
	padding:10px 0px 10px 0px;
}

.header h3{
	padding:0px;
	margin:0px;
	font-size:14px;
	line-height:14px;
	font-style: italic;
}


.container-fluid{
	max-width:1024px;
	margin:auto auto;
}

.accordion-group,
.accordion-inner {
  border: none;
}
.clear{
	clear:both;
}
