﻿.Locations{
background-color: #fff;
padding:20px;
width:100%;
margin-top: 20px;
border: 1px solid #DFDFE1;
}

.phone .Locations,
.MainDetailsWithCarrousel .Locations{
    border:0px;
    background-color:#efefef;
    padding:0px;
}

.phone .Locations{width:100%}

.fa-arrow-right{margin-left: 10px;}

.LocationRecords ul {
    columns: 2 12em;
    column-gap: 1em;
    column-rule: 1px dashed silver;
    -moz-columns: 2 12em;
    -moz-column-gap: 1em;
    -moz-column-rule: 1px dashed silver;
    -webkit-columns: 2 12em;
    -webkit-column-gap: 1em;
    -webkit-column-rule: 1px solid #bdbdbd;
}
.LocationRecords li{
        list-style: none;
    }
    

.RegionsHeader{
     color: #3d3d3d;
    padding: 10px 5px;
    font-size: 16px;
}
.phone .RegionsHeader, .MainDetailsWithCarrousel .RegionsHeader{display:none;}
.ContentData{
   
}

.BorderRight{
    padding: 5px;}
    


.phone .ThemeGrid_Width7 {width:100%;}
