<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tableheader
{
    background-color:#dcdcdc;
    padding:8px 8px 6px 4px;
    display:inline-block;
    clear:left;
    float:left;
    width:100%;
}
.tablebody
{
    background-color:#f1f1f1;
    padding:8px 8px 6px 4px;
    display:inline-block;
    clear:left;
    float:left;
    width:100%;
}

.textvalue2
{
    display:inline-block;
    width:35%;
    white-space:normal;
    text-align:left;
    float:left;
}

.textnamelong
{
    display:inline-block;
    width:60%;
    white-space:normal;
    text-align:left;
    float:left;
    clear:left;
}

.lineintable
{
    display:inline-block;
    width:100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: transparent;
}
.lineintable:hover
{
    background-color:white;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color:  #e1e1e1;
}

.nameinput textarea {
    height: 60px;
    width: 100%;
    border-radius: 3px;
    margin-left: 5px;
}

.itemname.error-area {
    display: block;
    left: 0px;
    top: -20px; /* Положение подсказки */
}

.itemnumber.error-area {
    left: 0px;
    top: 2px; /* Положение подсказки */
}
.itemname .field-validation-error {
    width: 230px;
}
.itemnumber .field-validation-error {
    width: 200px;
}



@media (max-width: 600px) 
{
.textvalue2
{
    width:100%;
    text-align:left;
    float:left;
}
.textnamelong
{
    width:100%;
    font-weight:bold;
}
.tableheader
{
    display:none;
}

}

</pre></body></html>