
.my-photo-book-search-none
{
    color: red;
    text-align: center;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    border: 1px dashed #000;
}
.my-photo-book-header-search-title
{
    color: blueviolet;
}
.my-photo-book-search-container
{
    text-align: center;
    border-bottom: 1px dashed #000;
    padding-bottom: 8px;

}
.my-photo-book-search-form-input
{
    width: 80%;

}
.my-photo-book-search-form-submit-button
{

}





.my-photo-book-search-item
{
    border:1px dotted #000;
    margin-bottom: 4px;
    margin-top: 4px;
}
.my-photo-book-search-item-clear
{
    clear: both;
}
.my-photo-book-search-item-thumbnail
{
    float: left;
    margin: 4px;
}
.my-photo-book-search-thumbnail
{
    width: 80px;
    height: 80px;
}
.my-photo-book-search-item-title
{
    background-color: whitesmoke;
    border-bottom: 1px dashed #000;
    float: right;
    width: calc(100% - 104px);
    padding: 8px;
    margin-bottom: 8px;
    font-size: 22px;
}
.my-photo-book-search-item-title-desc
{
    color: blueviolet;
    border-bottom: 1px dotted #000;
}
.my-photo-book-search-item-desc
{
    background-color: whitesmoke;
    clear: both;
    padding: 8px 8px 8px 16px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
}
.my-photo-book-search-item-title-tag
{
    color: blueviolet;
    border-bottom: 1px dotted #000;
}
.my-photo-book-search-item-tag
{
    background-color: whitesmoke;
    clear: both;
    padding: 8px 8px 8px 16px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #000;
}
.my-photo-book-search-item-list
{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
}
.my-photo-book-search-item-item
{
    padding: 8px;
    float: left;
    margin: 4px;
    border: 1px dashed #F90;
}

