.my-asset-collection-homepage-header-box
{
    border: 1px solid #000;
    color: #000;
    background-color: aliceblue;
    font-size: 36px;
    padding: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.my-asset-collection-homepage-header
{
    color: #000;
    font-size: 36px;
    font-weight: bold;
}
.my-asset-collection-homepage-header-sub
{
    color: blueviolet;
    font-size: 28px;
    font-weight: bold;
}
.my-asset-collection-homepage-view-more
{
    border: 1px solid#000;
    background-color: aliceblue;
    color: #000;
    text-align: center;
    padding: 8px;
    font-size: 28px;
    margin-bottom: 32px;
}
.my-asset-collection-homepage-none
{
    border: 1px solid#000;
    color:red;
    text-align: center;
    padding: 8px;
    font-size: 42px;
}
.my-asset-collection-homepage-list-item-box
{
    margin-bottom: 8px;
    border: 1px dotted #000;
    background-color: aliceblue;
    padding: 8px;
}
.my-asset-collection-homepage-list-item-image
{
    width: 100%;
    color: #000;
    margin-bottom: 8px;
    background-color: silver;
    padding: 8px 0px 0px 8px;
}
.my-asset-collection-homepage-list-item-image-item-image
{
    margin-right: 8px;
    margin-bottom: 8px;
    width: 80px;
    height: 80px;
}
.my-asset-collection-homepage-list-item-title
{
    width: 100%;
    color: #000;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    margin-bottom: 8px;
}
.my-asset-collection-homepage-list-item-description
{
    width: 100%;
    color: #000;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    background-color: bisque;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 8px;
}
.my-asset-collection-homepage-list-item-tag
{
    width: 100%;
    color: #000;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    background-color: honeydew;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 8px;
}
.my-asset-collection-homepage-list-item-meta-box
{
    background-color: seashell;
    padding: 8px;
    border-radius: 8px;
}
.my-asset-collection-homepage-list-item-meta-box-clear
{
    clear: both;
}
.my-asset-collection-homepage-list-item-meta-box-item
{
    color: #000;
    margin: 4px;
    border: 1px dotted #000;
    background-color: mintcream;
    padding: 8px;
    float: left;
    border-radius: 8px;
}
.my-asset-collection-homepage-list-item-title-a
{
    
}
.my-asset-collection-homepage-list-download-link
{
    margin-bottom: 8px;
    border: 1px solid #000;
    background-color: lavender;
    padding: 8px;
    text-align: center;
}