body {
    margin-top: 10px;
}

.tab-pane {
    padding-top: 10px;
}

.bg-warning {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.show {
    list-style-type: none;
    position: relative;
    min-height: 100px;
}

.show-title {
    font-weight: bold;
}

.show-premiere, .show-aired, .show-links {
    display: block;
}

.show-premiere {
    margin-top: -1px;
}

.show-links a {
    text-transform: lowercase;
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid grey;
}

.show-links a:last-of-type {
    border: 0;
}

.magnet-link-details span {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid grey;
}

.magnet-link-details span:last-of-type {
    border: 0;
}

.show-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 72px;
    background: lightgrey;
}

.show-plex {
    position: absolute;
    top: 0;
    left: 80px;
    font-size: 25px;
}

.mark-in-plex-button:after {
    position: absolute;
    left: 0;
}

.episode-missing:after {
    /* empty ballot box */
    content: "\2610";
}

.episode-misconfigured:after {
    /* ballot box with x */
    content: "\2612";
}

.mark-in-plex-button:hover {
    text-decoration: none;
}

/* on hover, replace content with checkmark */
.mark-in-plex-button:hover:after {
    /* ballot box with check mark */
    content: "\2611";
}

.list-group-item {
    padding-top: 0;
    padding-left: 0;
}

.list-group-item:first-child .show-thumbnail img {
    border-top-left-radius: 3px;
}

.list-group-item:last-child .show-thumbnail img {
    border-bottom-left-radius: 3px;
}

.show-thumbnail img {
    height: 100px;
    width: 72px;
}

.show-details {
    margin-top: 10px;
    margin-left: 105px;
}

.episode-links-wrapper {
    min-height: 20px;
}

/* give the flags a border, mostly because of the japanese flag just looking like a red dot without a border */
.flag-icon {
    border: 1px solid #333;
    background-size: cover;
    line-height: 0.9em;
    margin: 0 4px;
}
