/* ---------------------------------------------------------------------
 * filename     base.css
 * description  base CSS for Django application BioPFs
 * ------------------------------------------------------------------ */


#content table.resources {
    margin-bottom: 25px;
}

#content table.resources a {
    color: #222;
    text-decoration: none;
}

#content table.resources th {
    background: #fff;
    color: #222;
}

#content table.resources th {
    background-color: lightgreen;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#content table.resources tr.platform {
    font-weight: bold;
}

#content table.resources tr.platform td, #content span.platform {
    background: lightblue;
}

#content table.resources tr.site {
    background: #fff;
}

#content table.resources tr.site:hover {
    background: lightcyan;
}

#content table.resources tr.total {
    background: #222;
    font-weight: bold;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

#content table.resources tr.total td {
    color: #f0f8ff;
}

#content table.resources span.short-desc {
    color: gray;
    display:block;
    font-size: 0.5em;
}

#content table.resources span.long-desc {
    cursor: help;
}

#content table.resources .column {
    border-left: 1px dashed black;
}

