/* Himmex Lastevoodid - Dünaamilise päringunupu stiil */

.konversiooni-ala {
    text-align: center;
    margin: 25px 0;
    width: 100%;
}

.ms-paint-nupp {
    display: inline-block;
    /* Heleroheline gradient sinu 2008. aasta logost */
    background: linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
    background-color: #77d42a;
    
    /* Servad ja kuju */
    border-radius: 6px;
    border: 1px solid #268a16;
    
    /* Teksti stiil */
    color: #ffffff !important;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px #2f6627;
    
    /* Mobiilisõbralik suurus ja asetus */
    padding: 16px 32px;
    width: 90%;
    max-width: 350px;
    box-shadow: 0px 10px 14px -7px #3e7327;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ms-paint-nupp:hover {
    background: linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
    background-color: #5cb811;
    transform: scale(1.02);
}

.ms-paint-nupp:active {
    position: relative;
    top: 1px;
}