div.poetryEntry
{
     padding-top:10px;
     padding-left:10px;
     padding-right:10px;
     padding-bottom:10px;

     margin-top:20px;
     margin-bottom:20px;
}

div.poetryThumbnail
{
     width:50px;
     height:50px;

     display:inline-block;
     vertical-align:top;

     background-color:#000000;

     background-size:contain;
     background-repeat:no-repeat;
     background-position:center;
     cursor:pointer;
}

div.poetryThumbnail:hover
{
     width:75px;
     height:75px;
     cursor:grab;
}

#poetryFullDiv
{
     text-align:center;

     background-color:#000000;

     background-size:auto;
     background-repeat:no-repeat;
     background-position:center;

     padding-top:20px;
     padding-bottom:20px;

     display:none;
}

div.poetryTitle
{
     display:inline-block;
     vertical-align:middle;
     font-size:larger;
     font-weight:600;
}

div.poetryDescription
{
     margin-top:20px;
     font-size:large;
}