/* Customize Styling of Agendas & Meetings */
.agendas-left {
  float: right;
  width: 55%;
  border-left: 3px solid rgba(0,0,0,0.2);
  padding: 20px;
  min-height: 500px;
  margin-left: 2%;
}
.agendas-right {
  float: left;
    width: 38%;
  padding: 10px;
  overflow-x:auto
}
@media screen and ( max-width: 768px ) {
.agendas-left {width: 100%; border-left: 0px solid rgba(0,0,0,0.2); min-height: 10px;padding: 0px;}
.agendas-right {width: 100%;padding:0px;}
}
@media (max-width: 768px){
.search-filter-results table, .search-filter-results td, .search-filter-results th {
    width: auto;
    display: table-cell;
    text-align: center !important;
}
#agenda-result{
	    display:block;
	    overflow-y:scroll;
	}
}
.agendas-right img{
  margin-right:10px;
  vertical-align: middle;
}
.agendas-right a{
  margin-right:10px;
  color:black;
}
.page-content, .entry-content, .entry-summary {margin: 1em 0 0;}
.search-filter-results h2 {margin-top: 10px; margin-bottom: 10px;}

.search-filter-reset {padding: 4px 12px !important;}
/* Customize Styling of Agendas & Meetings */

/* Agendas Table Styling */
.search-filter-results tbody tr:first-child td {background: rgba(0,0,0,0.12);}
.search-filter-results td br {display: none;}
.search-filter-results td:first-child {text-align: left;}
.search-filter-results td {text-align: center;}
.search-filter-results tr:nth-child(even) {background: rgba(0,0,0,0.02);}
.search-filter-results tr:nth-child(odd) {background: rgba(0,0,0,0.08);}
.search-filter-results table {box-shadow: 3px 3px 8px rgba(0,0,0,0.35);}
table.search-filter-results td:first-child {
    text-align: center;
}
/* END - Agendas Table Styling */
