.central-content {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	text-align: left;
}

.highlighted-table {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    box-shadow: 0px 5px 16px 1px rgba(0, 0, 0, 0.17);
    margin: 25px 0;
}

.highlighted-table > tbody > tr > td {
    padding: 20px;
    vertical-align:top;
}
.highlighted-table > tbody > tr:first-child > td {
    color: #777;
}

.highlighted-table > tbody > tr:not(:last-child) > td:not(:last-child) {
    width: 15%;
    border-right: 1px solid #eeeeee;
}

.highlighted-table > tbody > tr:not(:last-child) > td {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 35px;
}

.highlighted-table > tbody > tr:last-child > td {
    border-radius: 0px 0px 10px 10px;
}
.highlighted-table > tbody > tr:nth-child(even):not(:last-child) > td {
    background-color: #FAFAFA;
}










/* CSS for small screens */
@media only screen and (max-width:850px){
.highlighted-table > tbody > tr:nth-child(2) > td {
    border-radius: 10px 10px 0px 0px !important;
}
	
.top-edge-row,
.top-edge-row > span:first-child {
	display: block;
	border-radius: 10px 10px 0px 0px !important;
}

.bottom-edge-row,
.bottom-edge-row > span:last-child {
	display: block;
	border-radius: 0px 0px 10px 10px !important;
}


}