/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.wp-stibee {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.wp-stibee.is-fresh {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.wp-stibee.is-outdated {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
