#applicationPane {
    text-align: center;
}

#formPane {
    margin-left: auto;
    margin-right: auto;
/*    margin-top: 2em;
    padding: 0px;*/
    width: 80%;
    text-align: center;
}

#batchGeneFinderContainer {
    text-align: center;
}

#batchGeneFinderPane {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    padding: 0px;
    width: 80%;
}

#batchFlyatlasContainer {
    text-align: center;
}

#batchFlyatlasPane {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    padding: 0px;
    width: 100%;
}

.result {
/*    display: inline;*/
    float: left;
    background-color: #eee;
    color:black;
    border-bottom: 1px solid #aaa; 
/*    width: 25%;*/
/*    border: 1px #ddd solid;*/
    margin: 0em 0.5em 0.5em 0;
    padding: 0.5em 0.5em 0 0.5em;
}

.result p {
/*    display: inline;
    float:left;*/
    margin:0 0 0 0;
    padding:0;
  text-align: center;
  text-indent: 0;
  
    
}

.result img {
/*    margin-right: 0.5em;
*/   
    margin-bottom: 0.5em;
    border: 1px solid #aaa;
}

.imagesPane {
/*    background-color: #eee;
    color: black;
*/    padding: 0em;
}

#batchFlyatlasWidget {
/*    background-color: #eee;
*/}

#batchFlyatlasContainer {
    margin-top: 2em;
}

#queryInput {
    width: 60%;
}

/*p.messagePane{
    float: left;
}

.profilePane{
    float: left;
}*/
