img.postImageFloatLeft {
    float: left;
    margin: 0 20px 10px 0;
}

img.postImageFloatRight {
    float: right;
    margin: 0 0 10px 10px;
}

img.full-width {
    display: block;
    width: 100%;
    margin: 20px 0;
}

a.button-orange,
a.button-green {
    border-radius: 2px;
    color: #fff;
    padding: 5px 15px;
    margin-right: 5px;
    transition: all 300ms ease-out;
    line-height: 1.4;
    font-weight: 600;
    text-decoration: none;
}

a.button-orange {
    background-color: #eb9123;
    color: #fff !important;
}

a.button-orange:hover {
    background-color: #D2780A;
}

a.button-green {
    background-color: #6b9f90;
    color: #fff !important;
}

a.button-green:hover {
    background-color: #528677;
}

post_emphasis {
    font-weight: bold;
}

@media (max-width: 768px) {

    img.postImageFloatLeft,
    img.postImageFloatRight {
        float: none;
        margin: 20px auto;
        display: block;
        width: 100%;
    }
}