.my-photo-book-image-success
{
    color: greenyellow;
    text-align: center;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px dashed #000;
    background-color: darkgrey;
}
.my-photo-book-image-error
{
    color: red;
    text-align: center;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px dashed #000;
}
.my-photo-book-image-box
{
    width: 100%;
    margin-bottom: 8px;

}
.my-photo-book-image
{
    width: 100%;
    max-width: 100%;

}
.my-photo-book-image-item-container
{
    border-bottom:1px solid #000;
}
.my-photo-book-image-item-container-clear
{
    clear: both;
}
.my-photo-book-image-user-display
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-like-button
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-form-like-button
{
    color: #000;
}
.my-photo-book-image-dislike-button
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-form-dislike-button
{
    color: #000;
}
.my-photo-book-image-total-view-display
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-category-display
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-dimension-display
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-filesize-display
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-uploaded-date-display
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-comment-button
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-download-button
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-report-button
{
    border: 1px solid #f90;
    padding: 8px;
    margin: 4px;
    float: left;
}
.my-photo-book-image-title-desc
{
    color: blueviolet;
    border-bottom: 1px dotted #000;
}
.my-photo-book-image-item-desc
{
    color: #000;
    background-color: whitesmoke;
    clear: both;
    padding: 8px 8px 8px 16px;
    margin-bottom: 8px;
    font-size: 18px;
}
.my-photo-book-image-title-tag
{
    color: blueviolet;
    border-bottom: 1px dotted #000;
}
.my-photo-book-image-item-tag
{
    background-color: whitesmoke;
    clear: both;
    padding: 8px 8px 8px 16px;
    margin-bottom: 8px;
    font-size: 18px;
}






