fieldset table tfoot td
{
    border-top: 1px solid #aaa;
}
fieldset table thead td
{
    font-weight: bold;
}
fieldset table td
{
    vertical-align: top;
}
fieldset table tbody .characteristics
{
    padding-left: 2em;
    font-size: 1em;
    border: 1px solid #eee;
    border-left-width: 5px;
    padding-bottom: 1em;
    background-color: #fff;
}
fieldset table tbody .characteristics label
{
    width: auto;
    display: inline;
}
fieldset table tbody .characteristics input
{
    margin-right: 1em;
    vertical-align: top;
}
.characteristics strong
{
    font-size: 1em;
    font-weight: bold;
    margin-top: .5em;
    margin-bottom: 1em;
    border: none;
    text-decoration: none;
    display: block;
}

.input
{
    display: none;
}
.output
{
    display: inline;
}
.error
{
    color: red;
}
.error input
{
    border: 1px solid red;
}

.co_mto_ptChar_edit
{
    display: none;
}
    .co_mto_ptChar_edit select{
        width: 3em;
    }
.co_mto_ptr_input-limit-container
{
    display: none;
}