span.positive {
    background-color: #00ff00;
}
span.weak {
    background-color: #99ff00;
}
span.negative {
    background-color: #ff3300;
}
span.nd {
    background-color: #a0a0a0;
}

.dataTables_wrapper {
    width: 650px;
    margin-top:10px;
    margin-bottom:20px;
}

table.dataTable {
    width: 650px;
}

.paging_full_numbers {
   width: 500px;
}

#effectors-usability-effective-form fieldset {
    background: #FFF none repeat scroll 0% 0%;
    border: 1px solid #CCC;
    margin-top: 20px;
    margin-bottom: 32px;
    padding: 0px 10px 10px;
    position: relative;
    font-size: 12px;
    top: 25px;
}

#effectors-usability-effective-form fieldset legend {
    background: #DBDBDB none repeat scroll 0% 0%;
    border-width: 1px 1px medium;
    border-style: solid solid none;
    border-color: #CCC #CCC -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    display: block;
    height: 2em;
    left: -1px;
    line-height: 2;
    padding: 0px;
    position: absolute;
    text-indent: 10px;
    font-weight: 700;
    top: -25px;
    width: 100%;
}

#effectors-usability-effective-form .form-item {
    margin-top: 10px;
}
