.phone-number {
    font-weight: bold;
    font-size: 18px;
}
.show-phone {
    margin-left: 0px;
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}
.show-phone:hover {
    background: #005f8d;
}

.phone-msg {
    margin-top: 8px;
    font-size: 14px;
    color: #cc0000;
}
.phone-msg a {
    color: #0073aa;
    text-decoration: underline;
}



