#editbar {
    display: none;
}

#stripper {
}

input[type=submit] {
    padding: 4px;
}

input[type=text] {
    padding: 4px;
}

select {
    padding: 4px;
}

h3#market-trial {
    padding: 3px;
    margin: 0 0 4px 0;
    color: #16171a;
    text-align: center;
    padding: 4px;
}

#stripper-advanced {
    margin: 8px auto;
    width: 1008px;
}

.stripperbox {
    background: #eee;
    padding: 4px;
}

.stripperbox table {
    width: 100%;
}

.stripperbox table td {
    padding: 4px;
}

ul {
    list-style: disc;
}

#stripper-advanced table {
    border-spacing: 1px;
    border: 1px solid #999;
    width: 1008px;
}

#stripper-advanced table td {
    width: 36px;
    border-spacing: 1px;
    border: 1px solid #999;
}

#stripper-advanced table thead td {
    font-weight: bold;
    background: #ffc;
    padding: 4px;
}

#stripper-advanced input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    padding: 4px;
}

#stripper-advanced table td.stripper-code {
    width: 48px;
}

#stripper-advanced table td.stripper-code input {
    width: 100%;
}

#stripper-advanced table td.stripper-price {
    width: 24px;
}

#stripper-advanced table td.stripper-price input {
}

#stripper-advanced table td.stripper-comment {
    width: 200px;
}

#stripper-advanced table td.stripper-comment input {
    width: 100%;
}

#stripper-advanced table td.stripper-result {
    width: 180px;
}

#stripper-advanced table td.stripper-result input {
    width: 120px;
}

#stripper-advanced table td input {
    width: 100%;
    font-size: 10pt;
}

#stripper-advanced table td#stripper-form-result {
    width: 540px;
}

#stripper-advanced #stripper-download {
    background-image: url(/images/xls.gif);
    background-repeat: no-repeat; 
    background-position: 0 2px; 
    padding-left: 24px; 
    border: 0;
    float: right;
    font-size: 10pt;
    color: #16171a;
    margin: 8px 16px;
}
