#frm-addressEdit-form .form-group:nth-child(3) { /* fiksme */
    display: none;
}

.donation-stats {
    width: 100%;
    background: #ebf2f6;
    display: flex;
    margin: 1em 0;
}

.donation-stats > div {
    flex: 1;
    flex-direction: row;
    padding: 1.5em 1.5em;
    font-weight: bold;
    text-align: center;
}

.donation-stats > div:first-child {

    text-align: right;
    margin-right: 10%;
}
.donation-stats > div:last-child {
    text-align: left;
    margin-left: 10%;
}

.datagrid-row-outer-filters-group {
    margin-bottom: 5px;
}

[for="frm-donationsGrid-grid-filter-filter-dateCreated-from"].input-group-addon,
[for="frm-donationsGrid-grid-filter-filter-dateCreated-to"].input-group-addon {
    display: none;
}

.donation-stats {
    width: 100%;
    background: #ebf2f6;
    display: flex;
    margin: 1em 0;
}

.donation-stats > div {
    flex: 1;
    flex-direction: row;
    padding: 1.5em 1.5em;
    font-weight: bold;
    text-align: center;
}

.donation-stats > div:first-child {

    text-align: right;
    margin-right: 10%;
}
.donation-stats > div:last-child {
    text-align: left;
    margin-left: 10%;
}

.datagrid-row-outer-filters-group {
    margin-bottom: 5px;
}

.input-group-addon.input-group-append {
    display: inline-block;
    margin-left: -30px;
}

[name="btn_monthly"][disabled] {
    opacity: 0.4;
    pointer-events: none;
}