#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;
}

#flytedDevelopmentStageContainer {
    text-align: center;
}

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

.flytedDevelopmentStageWidget table {
    border-bottom:1px solid #777777;
    font-size:80%;
    margin:1pt;
    display:block;
    text-align:left;
}

.flytedDevelopmentStageWidget .resultsPane {
    height: 15em;
    width: 12.5em;
    overflow:auto;
    background: #EEEEEE none repeat scroll 0 0;
}



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


