/******************************************************
 * Styles for elements with the class .infoPanel      *
 ******************************************************/
/******************
 * Color Variables *
 ******************/
/**********************
 * Typography Mixin's *
 **********************/
/******************
 * Typography Variables *
 ******************/
/*24px*/
/*48px*/
/*8px*/
/*37px*/
/*
 * Ice Web Styles
 *
 * Less: Spacing Variables
 *
 * Developer: Dom Reilly.
 */
.row .infoPanel .title p,
.row .infoPanel .body p {
  margin: 0px;
}
.row .infoPanel .body {
  height: 100%;
}
.row .infoPanel .body p {
  padding: 5px;
}
.row .infoPanel .title {
  height: auto;
  min-height: 55px;
  margin-bottom: 0px;
}
.row .infoPanel .title p {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
