﻿/****************/
/* Text buttons */
/****************/
input.textButtons {
    text-align: center;
    border-width: 0px;
    color: white;
    height: 25px;
    border-radius: 2px;
    cursor: pointer;
}

input.textButtons:hover {
    text-align: center;
    border-width: 0px;
    height: 25px;
    color: white;
    border-radius: 2px;
    background-color: #72bf6c;
    cursor: pointer;
}

input.textButtons:disabled {
    text-align: center;
    border-width: 0px;
    height: 25px;
    color: white;
    border-radius: 2px;
    background-color: #a3d3a0;
    cursor: default;
    
}

input.textButtons:disabled:hover {
    text-align: center;
    border-width: 0px;
    color: white;
    border-radius: 2px;
    background-color: #a3d3a0;
    cursor: default;
    height: 25px
}

/****************/
/* Logo buttons */
/****************/

input.logoButton {
    border: 1px solid white;
    border-radius: 2px;
    height: 20px;
    width: 20px;
    cursor:pointer;
    padding: 5px;   
}

input.logoButton:disabled {
    border: 1px solid white;
    border-radius: 2px;
        height: 20px;
    width: 20px;
    cursor: default;
    padding: 5px;
}
