.counter-gadget {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-size: 1em;
    min-width: 150px;
}

.counter-gadget.counter-gadget-with-shadow {
    box-shadow: 5px 5px 14px 2px rgba(0, 0, 0, 0.15);
}

.counter-gadget .counter-icon-wrapper {
    text-align: center;
    font-size: 32px;
}

.counter-gadget .counter-icon-wrapper img {
    max-width: 32px;
    max-height: 32px;
}

.counter-gadget .count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.counter-gadget .count-title.no-icon {
    margin-top: 0;
}

.counter-gadget .count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.counter-gadget .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
