<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {

}
.ApprovalImg {
    width: 30px;
    height: 30px;
    margin-left: 3px;
}
.MatrixTable {
    margin-right: 135px;
    display: inline-table;
}
.MatrixTable td {
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;   
}
.MatrixTable .MainTitle {
    width: 70px;
}
.MatrixTable .PowerImg {
    margin-left: 5px;
    cursor: pointer;
}
.aModel {
    /*text-decoration: underline;*/
    color: blue;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
}

#IntroductionButton {
    padding: 0 3px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    color: #555555;
    border-radius: 4px;
    background: #F0F0F0;
    font-size: 17px;
    text-decoration: none;
    margin-right: 3px;
}
div.NewProductTag_VMS {
    width: 66px;
}

.NewProductTag_VMS::before{
    content: 'NEW'; 
    font-family: monospace;
    font-weight: bolder;
    font-size: 12px;
    color: white;
    position: relative;
    top: 0px;
    left: 48px;
    display: table-caption;
    background-color: red;
    border-radius: 30px;
    padding: 0 5px;
}

span.spanSelect {
    float:left;
    display:inline;
}
</pre></body></html>