.button {
    font-size: 17px !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    color: #FFF;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    height: 46px;
    line-height: 46px;
    font-weight: normal
}
.btn-holder {
    float: left;
    top: 20px;

}
.dialog_open {
    background-color: #8bb201;
    border-radius: 23px;
    border-bottom: 3px solid rgba(0,0,0,0.15);
    font-size: 17px;
    padding: 0 22px;
}
.blocklogo {
    float: left;
}
.blocktel {
padding: 0%;
}
.header-info {

}
.city-load {
    float:right;
}
button:active{
    transform: scaleX(0.99) translateY(2px);
    }
button:hover {
    background-color: #95c501;
}