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

.bemypet-dash-data {
    border: solid #eee;
    padding: 10px;
    margin-bottom: 5px;
}

.bemypet-dash-caution {
    color: red;
}

.bemypet-dash-popular-posts ol{
    padding-left:20px;
}

.bemypet-dash-popular-posts {
    margin-top: 20px;
}

table.mycred-table .column-time {
    display: none;
}

a#user-campaign:before {
    content:'\f187'!important;
    font-family:'FontAwesome'!important;
}
