/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/*
 * Styles copied from the Grid example to make grid rows & columns visible.
 */
 .col-eq-height{border:1px solid #808080;margin:10px;padding:0}
.col-eq-height .card{padding:0;margin:0;}

.evnt_dtl_link:hover h3{background-color:#D8D8D8;color:#6899C8;}

/*
 * Callout styles copied from Bootstrap's main docs.
 */
