.content .row.location_detail h2{
	
	color:#9a7654;
	text-align:center;
	width:100%;
}
.content .row.location_detail .rwd-table{
	margin: 20px auto 80px;
}

.content .row.location_detail .rwd-table td,.content .row.location_detail .rwd-table th{
	
	border:1px solid #D2D2D2;
}

.content .row.location_detail .rwd-table tr td{
	
	text-align:center;
}

.content .row.location_detail .rwd-table tr th:nth-child(1),.content .row.location_detail .rwd-table tr td:nth-child(1){
	
	text-align:left;
}

.content .row.location_detail .rwd-table tr:nth-child(1){
	
    background: #cca680;
	border-bottom-width:0;
}

.content .row.location_detail .rwd-table tr:nth-child(1) th{
	
	color:#fff;
	padding-bottom:2px!important;
	border: 1px solid transparent;
}

.rwd-table .d-group .uc-d{

	margin:0 auto;
}

.content .rwd-table tr:nth-child(1) th:nth-child(3) .d-group .uc-d{
	
	background: url(http://dev-ucla-events.pantheonsite.io/wp-content/uploads/2018/03/Asset-1.png);
    display: block;
    width: 85px;
	height: 13px;
	background-repeat: no-repeat;
    
}

.content .rwd-table tr:nth-child(1) th:nth-child(4) .d-group .uc-d{
	
	background: url(http://dev-ucla-events.pantheonsite.io/wp-content/uploads/2018/03/Asset-4.png);
	display: block;
	width: 91px;
	height: 41px;

}

.content .rwd-table tr:nth-child(1) th:nth-child(5) .d-group .uc-d{
	
	background: url(http://dev-ucla-events.pantheonsite.io/wp-content/uploads/2018/03/Asset-5.png);
	display: block;
	width: 85px;
	height: 38px;

}

.rwd-table .d-group + span{

	width: 100%;
	display: block;
	text-align: center;
	padding-top: .3em;
}
.location_detail .d-group {
    display: none;
}
#main .content .row.location_detail .rwd-table th {
    letter-spacing: 1px;
    padding-top: 5px!important;
    padding-bottom: 9px!important;
}
@media only screen and (max-width: 479px) {

	.content .row.location_detail .rwd-table tr td{

		text-align:left;
	}

	.content .row.location_detail .rwd-table td{

		border: 1px solid transparent;
	}
}
