.s5-table2 th.c5-center, .s5-table2 td.c5-center {
    text-align: center;
}

@media screen and (max-width: 639px) {
	.s5-table2 th.c5-center, .s5-table2 td.c5-center {
    text-align: left;
	}
}

.s5-table2 th.c5-center {
	background: #6481DB;
	color: #FFFFFF;
}

.s5-table2 tr.c5-bgcolor{
	background: #EDEDED;
}
.s5-table2 tr.c5-bgcolor2{
	background: #F4F4F4;
}


.c5-list {
	background: #f0f0f0 ;
	padding: 10px 20px;
	color: #333333;
}

.s5-row ul.c5-list-disc li {
	list-style-type: disc !important;
}

.s5-row ul.c5-list-decimal li {
	list-style-type: decimal !important;
}
