﻿.location > * {
  float: left; }

.location__label {
  font-weight: 600; }

.location__name {
  clear: left; }

.location__address {
  clear: left; }

.location__city {
  clear: left; }
  .location__city:after {
    content: ','; }

.location__state, .location__zip {
  margin-left: 10px; }

.location__phone {
  clear: left; }
  .location__phone:before {
    content: 'Tel:';
    padding-right: 5px;
    font-weight: 600; }

.location__fax {
  margin-left: 20px; }
  .location__fax:before {
    content: 'Fax:';
    padding-right: 5px;
    font-weight: 600; }
