﻿.imageButton {
    border: 2px solid black;
    box-shadow: 4px 4px 3px 1px rgba(0, 0, 0, 0.4);
}
.fid-button, .fid-button.ui-button {
    height: 19px;
    line-height: 15px;
    margin: 1px;
    padding: 0px 5px 1px 5px;
    color: #254208;
    font-weight: 300;
    background-color: #f3d1ab;
    border: 1px solid #254208;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.fid-button:hover:not(.fid-button-disabled), .fid-button.ui-button:hover:not(.fid-button-disabled) {
    text-decoration: underline;
    background-color: #f3c086;
}    
