.drawer_buffer
{
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #dfdfdf;
    margin-top: 20px;
    box-shadow: 0px 4px 5px #8D8B8B;
    min-width: 100px;
    min-height: 100px;
}