/**
 * This is an example of an additional stylesheet that can be 
 * enqueued using the add_css module method. The files settings.css,
 * frontend.css and frontend.responsive.css don't need to be 
 * enqueued and will be included for you automatically.
 */

.fl-ot-item {
    float:left;
    width:33%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fl-ot-bio {
    display: none;
    top: 0px;
    position: absolute;
    margin: auto auto auto 150px;
    visibility: visible;
    background-color: #aaaaaa;
}