.incremental-counter .num {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #2da1da;
    display: inline-block;
    height: auto;
    line-height: 28px;
    margin: 0 4.5px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 25px;
    font-size: 20px;
    font-size: 1.25em;
    font-weight: 700;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.45);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.message {
    background: #000;
    padding: 5px 10px;
}

.message.success {
    background: #2ecc71;
    color: #ffffff;
}

.message.danger {
    background: #e74c3c;
    color: #FFF;
}
.slide img {
    padding-right: 1px;
}