.my-asset-collection-favorite-success
{
    color: greenyellow;
    text-align: center;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px dashed #000;
    background-color: darkgrey;
}
.my-asset-collection-favorite-error
{
    color: red;
    text-align: center;
    padding: 8px;
    margin-bottom: 8px;
    border: 1px dashed #000;
}
.my-asset-collection-favorite-title
{
    color: #000;
    border-bottom: 1px dashed #9b9b9b;
    padding: 4px;
    margin-bottom: 8px;
    color: orange;
    font-size: 28px;
}
.my-asset-collection-favorite-icon
{
    height: 28px;
    width: 28px;
    position: relative;
    top: 4px;
    margin-right: 8px;
}
.my-asset-collection-favorite-asset-icon
{
    height: 28px;
    width: 28px;
    position: relative;
    top: 4px;
}
.my-asset-collection-favorite-pinned-asset-icon
{
    height: 28px;
    width: 28px;
    position: relative;
    top: 4px;
}
.my-asset-collection-favorite-none
{
    color: #000;
    text-align: center;
    padding: 16px;
    border: 1px dashed red;
}
.my-asset-collection-favorite-pinned-list-title
{
    color: #000;
    border: 1px solid #CCCCCC;
    margin-bottom: 4px;
    background-color: yellow;
    padding: 4px;
    font-size: 28px;
}
.my-asset-collection-favorite-pinned-list-box
{
    border: 1px dashed #CCCCCC;
    padding: 8px;
    background-color: aliceblue;
}
.my-asset-collection-favorite-pinned-list-item-box
{
    border: 1px dashed #CCCCCC;
    padding: 4px;
    background-color: cornsilk;
    margin-bottom: 4px;
    margin-top: 4px;
}
.my-asset-collection-favorite-pinned-list-item-clear
{
    clear: both;
}
.my-asset-collection-favorite-pinned-list-item-asset-title
{
    color: #000;
    width: calc((100% - 205px));
    float: left;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
}
.my-asset-collection-favorite-pinned-list-item-asset-link-a
{
    overflow: hidden;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    text-decoration: none;
    color: darkorchid;
}
.my-asset-collection-favorite-pinned-list-item-asset-link-a:hover
{
    color: steelblue;
    text-decoration: underline;
}
.my-asset-collection-favorite-pinned-list-item-asset-link-a:active
{
    color: tomato;
    text-decoration: underline;
}
.my-asset-collection-favorite-pinned-list-item-meta
{
    border-left: 1px solid #000;
    width: 200px;
    padding-right: 4px;
    text-align: right;
    float: left;
}
.my-asset-collection-favorite-list-title
{
    color: #000;
    border: 1px solid #CCCCCC;
    margin-bottom: 4px;
    background-color: aquamarine;
    padding: 4px;
    font-size: 28px;
}
.my-asset-collection-favorite-list-box
{
    border: 1px dashed #CCCCCC;
    padding: 8px;
    background-color: aliceblue;
}
.my-asset-collection-favorite-list-item-box
{
    border: 1px dashed #CCCCCC;
    padding: 4px;
    background-color: whitesmoke;
    margin-bottom: 4px;
    margin-top: 4px;
}
.my-asset-collection-favorite-list-item-clear
{
    clear: both;
}
.my-asset-collection-favorite-list-item-asset-title
{
    width: calc((100% - 213px));
    float: left;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    padding-left: 8px;
}
.my-asset-collection-favorite-list-item-asset-link-a
{
    overflow: hidden;
    word-break:normal;
    word-wrap:normal;
    overflow-wrap:anywhere;
    text-decoration: none;
    color: darkorchid;
}
.my-asset-collection-favorite-list-item-asset-link-a:hover
{
    color: steelblue;
    text-decoration: underline;
}
.my-asset-collection-favorite-list-item-asset-link-a:active
{
    color: tomato;
    text-decoration: underline;
}
.my-asset-collection-favorite-list-item-meta
{
    border-left: 1px solid #000;
    width: 200px;
    padding-right: 4px;
    text-align: right;
    float: left;
}
.my-asset-collection-asset-meta-link-favorite-button
{

}
.my-asset-collection-asset-meta-link-remove-button
{

}