ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: $line-height;
    font-size: $font-size;
    li {
        padding: 0;
        margin: 0;
        line-height: $line-height;
        font-size: $font-size;
    }
}

a {
    text-decoration: none;
    color: $text-color;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wpast-clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.wpast-not-found-answer {
    margin: $margin;
}