#biomart-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
    -moz-box-shadow: 1px 1px 3px #ccc; -webkit-box-shadow: 1px 1px 3px #ccc; box-shadow: 1px 1px 3px #ccc;
    border: 1px solid #ccc;
}
#martform2 #biomart-wrapper h2 {
    font-weight: normal;
    color: #897048;
    text-shadow: 0 0 2px #ccc;
    padding: 0;
    border: none;
}
#biomart-wrapper header {
    padding: 7px 5px;
}
#biomart-wrapper header h2 {
    font-size: 20px;
    text-align: center;
}
#biomart-content {
    border: none;
    padding: 5px;
}
#biomart-content section {
    margin-bottom: 1em;
}
.layout1 #biomart-wrapper h4 {
    padding: 5px;
    color: #000;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: normal;
    background: transparent none;
    filter: none;
    -ms-filter: none;
    border: none;
}
#biomart-content .content {
    position: relative;
    margin: 0 3px 10px;
    padding: 4px 2px;
    min-height: 3em;
    font-size: 14px;
    width: 60em;
    margin: auto;
}
#biomart-wrapper .message {
    position: absolute;
    top: 0;
    width: 99%;
    left: 0;
    background-color: #fffabf;
    text-align: center;
    border: 1px solid #000;
    padding: 2px;
    z-index: 103;
    -moz-box-shadow: 1px 1px 2px #ccc; -webkit-box-shadow: 1px 1px 2px #ccc; box-shadow: 1px 1px 2px #ccc;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
#biomart-content-footer {
    border: none;
}

/* Fields */
#biomart-datasets .field {
    margin: .2em 3px;
}
#biomart-content .empty {
    font-size: 12px;
    color: #999;
    border-bottom: none;
}

/* Containers */
.biomart .container {
    border: 1px solid #aaa;
    margin: .2em;
    padding: .2em;
    margin-bottom: 10px;
    -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
    -moz-box-shadow: 1px 1px 3px #999; -webkit-box-shadow: 1px 1px 3px #999; box-shadow: 1px 1px 3px #999;
}

/* Filters */
.biomart .filters .item {
    float: left;
    width: 32em;
    padding: 10px 2px;
    border-bottom: none;
    -moz-border-radius: 5px; -webkit-broder-radius: 5px; border-radius: 5px;
}
.biomart .filters .item .item-name {
    font-size: 12px;
    line-height: 1.5em;
    height: auto;
    margin-top: 0;
}
.biomart .items .item.active {
    background-color: #eee;
}
.biomart .filters .item.singleSelectBoolean .subgroup {
    margin-top: 1px;
}
.biomart .filters .item.simplerfilter {
    padding: .4em .3em;
    margin: 0 .5em;
    position: relative;
}
.biomart .filters .item.simplerfilter.singleSelectUpload .subgroup .field {
    height: 5em;
}
.biomart .item .ui-prettybox {
    display: inline-block;
}
.biomart .item.simplerfilter .field.text {
    width: 30em;
}
.biomart .item .ui-autocomplete-input {
    width: 25em;
}
.biomart .filters .item.simplerfilter .field.text, 
.biomart .filters .item.simplerfilter textarea.field {
    width: 27.5em;
}

/* Attributes */
.biomart .attributes .items {
    padding-top: 5px;
}

/* Results */
#biomart-results-wrapper {
    position: relative;
    padding: 25px 5px 5px;
}
#biomart-results h3 {
    margin-bottom: 2px !important;
}
.biomart .paginator {
    padding-top: .5em;
}

.biomart table.writee td {
    white-space: nowrap;
}
