.scr-table{
	border: 2px solid #6b80bd;
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;	
}
.scr-table th{
	padding: 8px;
	line-height: 1.42857143;
	text-align: center;
	background: #dce0ec !important;
	border: 1px solid #a1b1d7 !important;
}
.scr-table td{
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #ddd;
	font-size: 12px;
}
.scr-tab {
	float:left;
	width:103px;
	text-align:center;
	border:1px solid #ADADAD;
	padding:5px;
	margin-left:5px;
	border-bottom: 0px;
	cursor:pointer;
}
.scr-tab:first-child {
	margin-left:0px;
}
.scr-tab-active {
	background-color: #f0f0f0;
	cursor:default;
}