.tvmaze-show {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 10px;
}

.tvmaze-show:first-child {
    margin-top: 0;
}

.tvmaze-show .image {
    display: table-cell;
    width: 80px;
    min-width: 80px;
    vertical-align: top;
}

.tvmaze-show .details {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.tvmaze-show .title {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.tvmaze-show .summary {
    display: block;
}

.tvmaze-show .genres {
    color: #888;
    font-style: italic;
}
