
.download-item {
    border-bottom: 1px solid #eee;
}

.download-item {
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.statisticpanel {
    background: #1DA7AE;
    display: block;
    color: #fff;
    text-align: center;
}

.statisticpanel h4 {
    color: #fff;
}

.statisticpanel .panel-heading {
    font-size: 40px;
    font-weight: bold;
}

.statisticpanel .panel-body {
    background: #000;
    padding: 1rem;
}

.statisticpanel .panel-body p:last-child {
    margin-bottom: 0;
}

.statisticpanel table {
    text-align: left;
    color: #fff;
}
