#formPane {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

#formPane table {
    border-bottom: 1px solid #777;
}

#formPane th {
    border:none;
    border-bottom: 1px solid #777;
    border-top: 1px solid #777;
    font-weight: normal;
    color: #777;
    background-color: #f3f3f3;

}

#formPane td {
    border:none;
    background-color: #fff;
}

#formPane .explanation {
    font-size: 80%;
}

#queryTableContainer {
    text-align:center;
    font-size: 60%;
    padding-bottom: 10px;
}

#queryTableContainer table {
    margin: auto;
}

#flyatlasProfileContainer {
    text-align: center;
}

#flyatlasProfilePane {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#bdgpPane {
    clear: both;
}

#flytedPane {
    clear: both;
}

#flyatlasContainer {
    text-align: center;
}

#flyatlasPane {
    margin-left: auto;
    margin-right: auto;
}

#flyatlasWidget table {
    font-size: 80%;
}

#bdgpImageWidget table {
    font-size: 80%;
}

#bdgpImageWidget p.terms {
    font-size: 100%;
}

.genefinderWidget .resultsPane {
    max-height: 400px;
    overflow: auto;
    border-top: 1px solid #777;
}

.genefinderWidget p.messagePane {
    border-top: 1px solid #777;
    padding-top: .3em;
    margin-top: 0;
}

.genefinderWidget table {
    border-bottom: none;
}

.genefinderWidget th {
    border-top: none;
}

p.explanation {
    width: 80%;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 0;
}


