textarea.memo-change-area:hover
{
    background-color: cornsilk;;
}

textarea.memo-change-area:focus
{
    background-color: cornsilk;;
}

button.memo-change {
    background-color: #0073aa;
    outline: none;
}

button.memo-change:hover
{
    background-color: #0073aa;
}

button.memo-change:active
{
    background-color: #111;
    outline: thin dotted;
    outline-offset: -4px;
}

button.memo-change:disabled
{
    background-color: gray;
}

.memo-favorite
{
    height: 30px;
}

.device-download-button
{
    height: 30px;
}

.memo-change
{
    margin-top: 5px;
}

#image-batch
{
    height: 30px;
}

button.memo-delete {
    background-color: #0073aa;
    outline: none;
}

button.memo-delete:hover
{
    background-color: #0073aa;
}

button.memo-delete:active
{
    background-color: #111;
    outline: thin dotted;
    outline-offset: -4px;
}

.memo-delete
{
    margin-top: 5px;
    margin-left: 10px;
}

.memo-delete-hidden
{
    visibility: hidden;
}