
.clear {
    clear: both;
    margin-bottom: 25px;
}

input[type='text'] {
    height: 25px;
    padding: 0 2px 0 2px !important;
    margin: 0;
    line-height: 1.8rem;
    font-size: 1.4rem;
}

td.right {
    text-align: right;
}

.pull-right {
    text-align: right !important;
}

#league-type {
    float: left;
}

#reset {
    float: right;
}

span.remove {
    height: 19px;
    width: 19px;
}

span.remove .ui-button-icon-primary {
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

#description {
    margin-top: 10px;
}

#sub-description {
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

#trade-container {
    margin: 0 auto;
    width: 100%;
}

#trade-container th {
    padding-left: 5px;
    text-align: left;
}

#give-column, #receive-column {
    display: inline-block;
    float: left;
    width: 47%;
}

#receive-column {
    float: right;
    margin-left: 10px;
}

.blank-header {
    width: 35px;
}

.value-header {
    width: 75px;
}

#result-container {
    margin-top: 0;
}

#league-type-container {
    margin-bottom: 25px;
}

#indicator-container,
#adp-container,
#age-container {
    padding: 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    height: 25px;
    margin: 20px 0 20px 0;
    width: 100%;
}

#indicator-container td,
#adp-container td,
#age-container td {
    padding: 0;
    border-spacing: 0;
}

.td-negative {
    text-align: right;
    width: 50%;
}

.td-positive {
    text-align: left;
    width: 50%;
}

.indicator-negative {
    background: #f00;
    background: -webkit-linear-gradient(left, #f00 , #500); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #f00, #500); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #f00, #500); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #f00, #500); /* Standard syntax */
    display: inline-block;
    height: 100%;
    width: 0%;
}

.indicator-positive {
    background: #0f0;
    background: -webkit-linear-gradient(left, #050 , #0f0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #050, #0f0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #050, #0f0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #050, #0f0); /* Standard syntax */
    display: inline-block;
    height: 100%;
    width: 0%;
}
