
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
  

}


.location_info  tbody tr:first-child th,
.location_info tbody tr:first-child td{ border-top:0; } 
.location_info {
	margin:20px 0;
}
.location_info table {
	width:100%;border-top:1px solid #3E80D1;border-bottom:1px solid #3E80D1;    
}

.location_info th {
    text-align:left;
    width:130px;
	padding:13px 10px 11px;
    border-top:1px solid #ebebeb;
    white-space:normal;
    word-break: break-all;
    vertical-align:top;
    font-size:14px;
    font-weight:bold; 
}

.location_info td{padding:13px 10px 11px;border-top:1px solid #ebebeb;white-space:normal;word-break:break-all;}