﻿.speek-buttons {
    display: block;
    background: #f1f1f1;
    border-radius: 6px;
    padding: 7px 7px 7px 11px;
}
    .speek-buttons img {
        padding: 0px;
        height: 26px;
    }

    .speak {
        height: 28px;
        display: inline-block;
        cursor: hand;
        cursor: pointer;
        margin-right: 6px;
    }

.speak-pause
{
    height:28px;
    display:none;
    cursor: hand;
    cursor:pointer; 
    margin-right:6px;
}

.button-hide
{
    display:none;
}

.speak-stop
{

}

.speak-content
{

}

.speak-message
{
    display:none;
    vertical-align: middle;
    /*padding: 5px;*/
    /*margin-top: -15px;*/
    color: #01710f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right:5px;
}
.speek-gender
{
    display:none;
}
.speak-message-hidden
{
    display:none;
}

.speak-content-type
{
    display:none;
}
