/**
 * 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-tm-item {
    float:left;
    width:25%;
}

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