#icon-home {
    height: 24px;
}

#header-logo {
    max-height: 180px;
}

.entry {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 16px;
    margin-top: 64px;
    border-bottom: 2px solid #444444;
    padding-bottom: 8px;
}

.entry:last-of-type {
    border-bottom: 0;
}

.pinned {
    margin: 16px;
    border-bottom: 2px solid #444444;
    padding-bottom: 8px;
}

.entry-top {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.entry-image {
    border-radius: 4px;
}

.entry-anchor, .entry-bottom side {
    padding: 8px;
    border-radius: 4px;
}

.entry-anchor {
    background-color: #444444;
    text-align: center;
    color: #fed830;
    font-weight: bold;
    padding: 16px auto;
}

.entry-date {
    color: #aaaaaa;
    text-align: center;
}

.entry-bottom side {
    border-top: 1px solid #444444;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
}

.no-border {
    border-top: none !important;
}

.side-row {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: space-between;
}

.entry-rating-icon {
    margin-top: 16px;
    height: 48px;
}

.entry-bottom ul {
    list-style-type: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    padding: 2px;
    gap: 4px;
}

.entry-bottom li {
    display: flex;
    flex-direction: row;
    background-color: #333333;
    text-align: left;
    overflow: auto;
    gap: 8px;
    padding: 4px;
    border-radius: 8px;
}

.entry-bottom li p {
    margin: 0;
}

.no-entrys {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #993333;
    font-weight: bold;
    padding: 8px;
    border-radius: 3px;
}

/* Ratings */
#table-ratings {
    margin: auto;
}

.table-heading {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    margin-bottom: 16px;
}

#table-ratings img {
    margin-right: 16px;
}

.footer-logo-social {
    max-height: 64px;
}


.showtimes {
    border-top: 1px solid #444444;
}

.showtimes li {
    text-transform: lowercase !important;
}



@media only screen and (min-width: 640px) {
    .entry {
        flex-direction: row-reverse;
    }

    .entry-image {
        max-width: 256px;
    }

    .entry h3 {
        margin-top: 0;
        text-align: left;
    }
}
