﻿.filter select, .filter label {
    display: inline;
    width: auto;
}
.characterFilter {
    margin-top: 1em;
    margin-bottom: 1em;
}
    .characterFilter div {
        margin-top: 0.2em;
    }

.comicInfo {
    margin-top: 1em;
}
    .comicInfo h4 {
        margin: 0;
        font-size: inherit;
        font-family: inherit;
        font-weight: bold;
    }

    .comicInfo ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .comicInfo ul li {
            padding: 0;
            margin: 0;
        }

    .comicInfo .characterImage {
        display: block;
        float: left;
        padding: 0;
        margin: 0 0.5em 0.5em 0;
    }

        .comicInfo .characterImage img {
            width: 75px;
            height: auto;
            -moz-box-shadow: 2px 2px 6px #555;
            -webkit-box-shadow: 2px 2px 6px #555;
            box-shadow: 2px 2px 6px #555;
        }

table {
    width: 100%;
}
    table tr td, table tr th {
        vertical-align: top;
        font-size: inherit;
    }
    table tr th {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
        width: 6em;
    }

td .detailLinks
{
    visibility: hidden;
    font-size: small;
}

td:hover .detailLinks
{
    visibility: visible;
}