.button1{  
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; 
    display: inline-block;
    padding: 4px 15px;   
    border-style: solid;
    border-width: 1px;
    background-color: #6CCBCB;
    border-color: #41AFAF;
    border-radius: 30px;
    border-color: #41AFAF;
    /*height: 25px;*/
    cursor: pointer;
    color: #fff;
    font-size: 18px;
} 

.button1, div.button1 a {
    color: #fff !important;
    text-decoration: none !important; 
}

.button1:hover{
    background-color: #41AFAF;
}









