table,thead, td,th{
	border-spacing: 0;
    border-collapse: collapse;
}

table,thead,tbody,tr{
	width:100%;
}

table{
	table-layout: fixed;
	width:100%;
}
tbody>tr:nth-child(1){
	background-color:#d63838;
	color:#ffffff;
}
tbody>tr>td,th{
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
}
td,th{
	padding:5px;
	font-size:1em;
}
.sortable{
	cursor:pointer;
}
.sortable.des:after{
	content:'▼';
}
.sortable.asc:after{
	content:'▲';
}

.cat_map{
	list-style:none;
	padding: 0;
    margin: 0 15%;
}
.cat_map li{
	display:inline-block;
	width:30%;
	margin-left:10px;
	}
.cat_map li img{
	border-radius:200px;
}
@media only screen and (max-width: 420px){
	.cat_map{
		list-style:none;
		padding: 0;
		margin: 0%;
	}
	.cat_map li{
		display:inline-block;
		width:30%;
		margin-left:2%;
	}
}