#block-retailer-information tbody {
    border: none;
}

table tr td {
  vertical-align: top;
}

table tr td a, table tr td a:visited{
  text-decoration: underline;
  color:blue;
}

#action-change-location {
    font-size: 11px;
}

#block-retailer-information .retailer-location-map {
    width: 475px;
    height: 160px;
    float: left;
}

#block-retailer-information table {
    width: 215px;
    float: left;
    margin-left: 10px;
}

#retailer-info-window {
    background: white;
    border: 1px solid whitesmoke; 
    margin-top: 0px; 
    padding: 10px 0px 10px 10px;
    width: 280px;
}

#retailer-info-window h5 {
  color: #001d77;
  font-size: 20px;
  font-weight: normal;
}

#retailer-info-window a {
  color: #001d77;    
}

#retailer-info-window.details {
    background: white;
    border: 1px solid whitesmoke; 
    margin-top: 0px; 
    padding: 10px 0px 0px 10px;
    width: 280px;
}

#retailer-info-window.details h5 {
  color: #001d77;
  font-size: 18px;
  font-weight: normal;
}

.arrow-callout {
    background: url('/profiles/subaru/themes/custom/subaru/images/arrow.png') no-repeat;
    position: absolute;
    left: 126px;
    bottom: -29px;
    width: 30px;
    height: 30px;   
}

#id-schedule-service.inactive, #id-schedule-service.inactive span.select{
    color:#ccc;
}