h2 {
    margin-top: 2.5rem;
}

#eatop-entry {
    display: flex; 
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

#eatop-entry:first-child {
    display: flex;
    flex-flow: column;
}

#eatop-entry-btn {
    max-width: 200px;
    margin: 1rem 0;
    border-radius: 5px;
    background: #22b162;
    text-transform: uppercase;
    text-align: center;
}

#eatop-entry-btn a {
    color: #fff;
    font-weight: 600;
}

#eatop-entry-img, 
#eatop-entry-info {
    padding: .5rem 2rem 0 0;
}

#eatop-entry-img img {
    max-height: 200px; 
    min-width: 200px;
}

#eatop-entry-list {
    display: flex; 
    justify-content: flex-start;
}

.post-entry ul {
    padding-left: 1rem;
}

.post-entry ul li {
    list-style-type: none;
}

#eatop-entry-list ul li::before {
    padding-right: .5rem;
    font-family: FontAwesome;
    background: none !important;
}

#eatop-entry-goods ul li::before {
    content: "\f058";
    color: #22b162;
}

#eatop-entry-bads ul li::before {
    content: "\f056";
    color: #e03030;
}

#eatop-entry-bads ul {
    padding-left: 4rem;
}

#eatop-entry-bads #eatop-entry-subtitle {
    padding-left: 3rem;
}

#eatop-entry-table {
    width: 100%;
}

#eatop-entry-table table {
    box-shadow: 0 10px 20px 0 rgba(27,20,65,0.1);
}

.page-id-4216 #eatop-entry-table table {
    font-size: 12px;
}

.page-id-4216 .post-image {
    display: none;
}

#eatop-entry-table th {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #005b96;
}

@media only screen and (max-width: 960px) {
    #eatop-entry {
        flex-direction: column;
        align-items: center;
    }
}

@media only screen and (max-width: 400px) {
    #eatop-entry-list {
        flex-direction: column;
    }
    #eatop-entry-bads #eatop-entry-subtitle {
        padding-left: 0;
    }
    #eatop-entry-bads ul {
        padding-left: 25px;
    }
}