/*--------------------------------------------------------------
# Documents MPC Meetings Materials Reports
--------------------------------------------------------------*/

.meetingsmaterials-block h3 {
    font-size: 1.9rem !important;
}
body .meetingsmaterials-block .grid-item-col.database-list-center {
    display: block !important;
	  text-align: left !important;
}

body .meetingsmaterials-block .grid-item-col.database-list-left {
    min-width: 25% !important;
    width: 25% !important;
}

body .meetingsmaterials-block .grid-item-col.database-list-center {
    min-width: 60% !important;
    width: 60% !important;
}

/*Tweaks for aligning text and content on mobile*/

@media (max-width:767px) {
.meetingsmaterials-block .pagination {
    margin-top: 0px !important;
}
.meetingsmaterials-block a.button, .meetingsmaterials-block button, .meetingsmaterials-block .button a {
    min-width: 0px !important;
}
.meetingsmaterials-block .filter-sort-wrap .d-flex {
    display: block !important;
}
.meetingsmaterials-block button#reset-button, .meetingsmaterials-block #search-input, .meetingsmaterials-block #sort-type {
    width: 100% !important;
}
.meetingsmaterials-block #sort-desc, .meetingsmaterials-block #sort-asc {
    width: 50% !important;
}
.meetingsmaterials-block .filter .fa.fa-search {
    top: 72px !important;
	position: absolute !important;
}
.meetingsmaterials-block .filter {
	position: relative !important;
}
.meetingsmaterials-block  #search-input {
    margin-bottom: 7px !important;
}
}