.row_1 .inner{
	padding: 60px 30px 20px;
}

ul{
	margin: 0;
	padding: 0;
	position: relative;
	left:10px;
}

table{
	border-collapse: collapse;
    border-spacing: 10px;
    text-align: left;
    width:100%;
    margin-bottom: 40px;
    overflow-x: auto;
}

caption{
	text-align: left;
	margin-bottom: 10px;
	font-size:1.25em;
	color:#bc2396;
}

table, th, td{
	border: 1px solid #ccc;
}

tr:nth-of-type(odd){
	background-color: #efefef;
}

table th{
	font-weight: 600;
	background-color: #E2DAFA;
}


th, td{
	padding: 10px;
}

th:nth-of-type(3),
td:nth-of-type(3){
	display: none;
}

th:nth-of-type(1),
td:nth-of-type(1){
	width:200px;
}

table span{
	font-weight: 600;
}

table span.purple{
	color:#490e60;
	font-size: 1.25em;
}

@media only screen and (max-width:768px) {
	th:nth-of-type(1), td:nth-of-type(1){
		width:140px;
	}
}

@media only screen and (max-width:500px) {
	th:nth-of-type(1), td:nth-of-type(1){
		width:90px;
	}
}