#entry {
    line-height: 1.5em;
}

#entry h2 {
    font-size: 1.7rem;
}

#entry,
#entry * + * {
    margin-top: 1.5em;
}

#entry img {
    height: auto;
    max-width: 100%;
}

#entry img.alignleft {
    float: left;
    margin-right: 15px;
}

#entry img.size-medium.alignleft {
    max-width: 150px;
}


#entry .infobox {
    padding: 20px;
    background: #EAFDE6;
}

#entry p.button a {
    background: var(--accent-color, #00abff);
    color: white;
    cursor: pointer;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
    text-decoration: none;
    border-radius: 5px;
    display: block;
    text-align: center;
}

#entry p.button a:hover {
    background: #393939;
    text-decoration: none;
}

.is_desktop #entry .button {
    display: none;
}


#entry hr {
    height: 0;
    border-top: 1px solid white;
}

#entry hr,
#entry hr + * {
    margin-top: 40px !important;
}

@media (min-width: 900px) {
    #entry img.size-medium.alignleft {
        max-width: 190px;
    }

    #entry h2 {
        font-size: 1.5rem;
    }
}