.my-asset-collection-extension-none
{
    border: 1px solid#000;
    color:red;
    text-align: center;
    padding: 8px;
    font-size: 42px;
}

.my-asset-collection-extension-info-list-item-box
{
    margin-bottom: 32px;
    border: 1px dotted #000;
    background-color: aliceblue;
    padding: 8px;
    border-radius: 8px;
}
.my-asset-collection-extension-info-list-item-title
{
    width: 100%;
    color: #000;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    margin-bottom: 8px;
}
.my-asset-collection-extension-info-list-item-description
{
    color: #000;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    background-color: bisque;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #000;
}
.my-asset-collection-extension-info-list-item-tag
{
    color: #000;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    background-color: honeydew;
    margin-bottom: 4px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #000;
}
.my-asset-collection-extension-info-list-item-meta-box
{
    background-color: seashell;
    padding: 8px;
    border-radius: 8px;
}
.my-asset-collection-extension-info-list-item-meta-box-clear
{
    clear: both;
}
.my-asset-collection-extension-info-list-item-meta-box-item
{
    color: #000;
    margin: 4px;
    border: 1px dotted #000;
    background-color: mintcream;
    padding: 8px;
    float: left;
    border-radius: 8px;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
}

.my-asset-collection-my-asset-content-link-header-box
{
    margin-bottom: 16px;
    border: 1px solid #000;
    background-color: aliceblue;
}
.my-asset-collection-my-asset-content-link-header-box-clear
{
    clear: both;
}
.my-asset-collection-my-asset-content-link-header-item
{
    margin: 4px;
    border: 1px dotted #000;
    background-color: beige;
    float: left;
    padding: 8px;
}
.my-asset-collection-extension-info-list-item-go-content-list
{
    border: 1px solid #000;
    background-color: lemonchiffon;
    padding: 4px;
    margin-right: 8px;
    text-decoration: none;
    color: steelblue;
}
.my-asset-collection-extension-info-list-item-go-content-list:hover
{
    background-color: aquamarine;
    color: #000;
    text-decoration: underline;
}
.my-asset-collection-extension-info-list-item-go-content-list:active
{
    background-color: #000;
    color: #fff;
}
.my-asset-collection-my-asset-content-add-exists-box
{
    border: 1px solid #000;
    background-color: red;
    padding: 32px;
    margin: 32px;
    text-align: center;
}
.my-asset-collection-my-asset-content-add-not-belong-to-user-box
{
    border: 1px solid #000;
    background-color: red;
    padding: 32px;
    margin: 32px;
    text-align: center;
}
.my-asset-collection-extension-info-list-item-image
{
    width: 100%;
    color: #000;
    margin-bottom: 8px;
    background-color: silver;
    padding: 8px 0px 0px 8px;
}
.my-asset-collection-extension-info-list-item-image-item-image
{
    margin-right: 8px;
    margin-bottom: 8px;
    width: 80px;
    height: 80px;
}
.my-asset-collection-extension-info-box-extension-info-list
{
    text-align: right;
    margin-bottom: 32px;
    padding: 8px;
    border: 1px dashed #000;
    background-color: whitesmoke;
    color: #000;
}
.my-asset-collection-extension-info-box-extension-info-list-item
{
    width: calc(100% - 180px);
}
.my-asset-collection-extension-info-form-submit-button
{
    
}