#result-grid {
    color: #707070;
    font-weight: 300;
}
#result-grid .name{
    font-size: 16px;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 28px;

}

#result-grid .name:before {
    content: '';
    display: inline-block;
    background-image: url('../images/contact-pin.png');
    width: 18px;
    height: 25px;
    vertical-align: middle;
    margin-right: 12px;
}

#result-grid .country {
    text-transform: uppercase;
}

#result-grid .region {
    color: #D8101E;
}

#result-grid .contact {
    margin-top: 22px;
}

#contact-search .label {
    font-weight: 300;
    color : #D90F1D;
    margin-bottom: 12px;
    margin-top: 12px;
}

#contact-search #iso-select {
    margin-bottom: 10px
}
