Board Meeting Backgound Color Change
.board-meetings .poc-instance .inner {
background: #e3e3e3;
}
To keep it from changing color when you hover over use this code - the !important; keeps the color stagnant.
.board-meetings .poc-instance .inner {
background: #e3e3e3 !important;
}