.data-structures-filters,
.studies-filters,
.collections-filters {
    margin-top: 1.5em;
}

.study-data,
.collection-data {
    margin: 1em 0;
}

.grant-table thead th {
    vertical-align: bottom;
    font-size: 0.8em !important;
    border-bottom: thin solid #eceeef;
}

.grant-table {
    text-align: left;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.grant-table tbody td {
    vertical-align: bottom;
    border: none !important;
    font-size: 0.8em !important;
}

.grant-table .grant-number, .grant-table .grant-start-date, .grant-table .grant-funding-amount, .grant-table .grant-end-date {
    width: 15%;
}

.grant-table .grant-funding-amount {
    text-align: right;
}

.grant-table .grant-organization {
    width: 40%;
}

.filter-results {
    /*display: inline-block;*/
    /*position: absolute;*/
    /*top: -1%;*/
    /*right: 15%;*/
    /*text-align: center;*/
    margin-bottom: .5em;
}
.filter-result-count {
    font-weight: bold;
}
.filter-result-msg {
    font-size: .8em;
    font-weight: 200;
    padding-top: 2px;
    letter-spacing: 1px;
}

.detail-table-view-selector {
    margin-left: 1em;
}

.table th {
    border-top: none !important;
}

.collection-age-container {
    margin: 1.5em;
}

.studies-age-container {
    margin: 3em 1.5em 4em;
}
