.help_block {
    padding:5px;
    width:500px;
    height:160px;
    overflow:auto;
    border:1px solid black;
    background-color:cornflowerblue;
}

.collection_table input[type=number] { width:4em; text-align:center;}

.collection_table table, .collection_table tr, .collection_table td, .collection_table th {
    text-align:center;
    border-collapse:collapse;
    border: 1px solid black;
}

.collection_table td { text-align:right;}

.collection_table th { background-color:royalblue; }

.collection_table tbody > tr > td > img
{
    vertical-align:middle;
    width:70%;
    height:28px;
}

#advdis_block {
    margin-top:5px;
}

table#advdis_table >thead >tr >th:nth-child(1) {
    width:15em;
}

table#advdis_table >thead >tr >th:nth-child(2) {
    width:10em;
}

table#advdis_table >thead >tr >th:nth-child(3) {
    width:3em;
}

table#advdis_table >thead >tr >th:nth-child(4) {
    width:4em;
    padding-right:5px;
}

table#advdis_table >thead >tr >th:nth-child(5) {
    width:4em;
}

table#advdis_table >thead >tr >th:nth-child(6) {
    width:7em;
}

table#advdis_table >thead >tr >th:nth-child(7) {
    width:18px;
}

#advdis_container {
    display:inline-block;
}

#advdis_container span  {
    display:inline-block;
    width:3em;
    text-align:right;
}

.EnhLimEdit {
    padding:10px;
    background-color:#a4bfdf;
}

.EnhLimEdit table {
    margin-right:0;
    margin-left:auto;
}

.EnhLimEdit table {
    background-color:cornflowerblue;
}

.EnhLimEdit tbody > tr:nth-child(odd) {
    background-color:#00cc00;
}

#enhlim_container ul {
    width:20em;
    margin-right:0;
    margin-left:auto;
}

#enhlim_container input { width:5em; }

#enhlim_container span  {
    display:inline-block;
    width:3em;
    text-align:right;
    margin:0;
}

#enhlim_container li  {
    text-align:left;
}

table > tbody > tr.DataRowEven {
    background-color:cornflowerblue;
}

table > tbody > tr.DataRowOdd {
    background-color:#00cc00;
}
