/* 
 * CSS for the GeneClust screenshots
 */

.container {
    background-color: transparent;
    color: black;
    margin-left: 15%;
    margin-right: 15%;
    position: relative;
    text-align: center;
    top: -35px;
}

img.screenshot {
    background-color: yellow;
    color: black;
    padding: 3px;
}

.navigation {
    border: 2px;
}

#current {
    color: black;
    text-weight: bold;
    text-decoration: none;
}

#unavailable {
    background-color: transparent;
    color: transparent;
    visibility: hidden;
}