body{
    font-family: 'Cabin', sans-serif;
    font-size: 12px;
}

#crops-list td{
    vertical-align:middle !important;
}
.DataTables_sort_wrapper span{
                             float:left;
}

#crops-list li{
    margin-left:20px;
}

#centered-panel{
    width:980px;
    margin-left: auto;
    margin-right: auto;
}

#history-inner{
    width:169px;
    height: 100px;
    padding-left:1px;
    background-image: url("../images/mustard-style/history-inner.png");
}

#history-tab{
    background-image: url("../images/mustard-style/history-tab.png");
    height:17px;
    margin-left:45px;
padding-top:3px;
    width:70px;
    z-index: 10;
    
}

#history-tab span{
    margin-left:13px;
    
}

#history{
    margin-bottom:5px;
    z-index: 10;
    position:absolute;
}

#history-inner select{
    width: 168px;
    border: none;
}

#tabs-holder{
    
}

.filterMatches{
    background-color: #BFFF00;
}

.top{
    padding-top:5px;
    padding-bottom: 5px;
}

.clear{
    clear:both;
}

.dataTables_length{
    margin-top:5px;
    margin-bottom:5px;
}

.dataTables_info{
    font-weight: bold;
}

.bottom{
    padding-top:10px;
    padding-bottom:10px;
}

#login{
    margin-top:100px;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);

}
#loading {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
    background-image: url("../images/mustard-style/ajax-loader.gif");
}

.ui-icon-close {
    display: inline-block !important;
}

.details-table{
    line-height: 120%;
}

.details-table td{
    vertical-align: top;
    padding-bottom:20px;
}

.details-table ul{

    list-style: none;
}

.details-table li{

    list-style-type: none;

}

.resource-link{
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAVklEQVR4Xn3PgQkAMQhDUXfqTu7kTtkpd5RA8AInfArtQ2iRXFWT2QedAfttj2FsPIOE1eCOlEuoWWjgzYaB/IkeGOrxXhqB+uA9Bfcm0lAZuh+YIeAD+cAqSz4kCMUAAAAASUVORK5CYII=") no-repeat scroll right center transparent;
    padding-right: 13px;

}

.availability-label{
    padding-bottom:10px;
}

.comment-title{
    display: block;
    font-weight: bold;
}

.comment-text{
    display: block;
    margin-bottom:10px;
}

.commercial-trait-list{
    list-style: none;
}

.commercial-trait-list ul {
 list-style: none;

}

.commercial-trait-list ul >li {
    margin-left:0px !important;
}
