﻿body
{
}

.phone-btn {
    border: none;
    height: auto;
    padding: 0;
    line-height: inherit;
    background-color: transparent;
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}

.msgBtn {
    position: absolute;
    right: 0;
    color: #333333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFB81C;
    /*height: 42px;*/
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    /*border-bottom-right-radius: 5px;*/
}



    .msgBtn:hover,
    .voice-btn:hover {
        color: #666666;
    }