.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%; 
    background-color:#2c3383;
    margin-top:-3px;
}
    
.location_info th {
    text-align:left;
    width:100px;
       padding:13px 10px 11px;
	
    white-space:normal;
    word-break: break-all;
    vertical-align:top;
    font-size:15px;
    font-weight:bold;
}
    
.location_info th,
.location_info td{


    color:#fff;
}
 
.location_info td{
    border-top:0;
    padding: 2px 10px 11px;
    font-size:13px;
}

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

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