.rwd-table {
	background: #fff;
	overflow: hidden;
	border:0px;
}
.rwd-table a {
	color: #ff002d;
	text-decoration: none;
}
.rwd-table span {
	color: #ff002d;	
}
.rwd-table tr:nth-of-type(2n) {
	background: #eee;
}
.rwd-table tr {
	border:1px solid #ddd;
	line-height:2em;
	font-size:1em;
}
.rwd-table th{
	background: #9300df;
	overflow: hidden;
	vertical-align:middle;
	line-height: 18px;
	padding: 1% 0 2% 0;
}
.rwd-table th, .rwd-table td {
	margin: 0em;
	border-bottom: 1px solid #ddd;
}
/*.rwd-table th, .rwd-table td:last-child {	border-bottom:	4px solid #efe7e5;}*/
.rwd-table {
	min-width: 100%;
	margin: 0 0 2% 0;
}
/*
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: table;
	font-size:1em;
	width: 100%;
}
.rwd-table td:before {
	content: attr(data-th) "";
	font-weight: bold;
	display: table-cell;
	background-color: #f2415f;
	text-align:left;
	padding: 0 0.7em;
	vertical-align: middle;
	min-width: 80px;
	width: 10%;
	border-right: 1px solid;
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
*/
.rwd-table th {	text-align: center;}
.rwd-table td {text-align: center;padding: 2px 4px;vertical-align: middle;line-height: 1.6em;}
.rwd-table th, .rwd-table td:before {
	color: #fff;
	font-weight: normal;
}

@media (min-width: 760px) {
}
@media (min-width: 680px) {
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td:before {
	color: #ffffff;

}
.rwd-table th, .rwd-table td:last-child {	border-bottom:	0px solid #ddd;}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
	width: auto;
}
.rwd-table th:first-child, .rwd-table td:first-child {
	padding-left: 0;
}
.rwd-table th:last-child, .rwd-table td:last-child {
	padding-right: 0;
}
.rwd-table th, .rwd-table td {
	padding: 0.3em 0em !important;
	text-align:center;
}
}


@media (max-width: 520px) {
.rwd-table th:nth-of-type(1) {	width: 6%;}
.rwd-table th:nth-of-type(2) {	width: 28%;}
.rwd-table th:nth-of-type(3) {	width: 22%;}
.rwd-table th:nth-of-type(4) {	width: 22%;}
.rwd-table th:nth-of-type(5) {	width: 22%;}
}