/* info panel extension */
.panel.info {
  box-shadow: 2px 0px 1px rgba(0,0,0,0.15);
  border-bottom: solid #e6e6e6 1px;
}

/* heading */
.panel.heading.info {
  height: 39px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background-color: #e9e6e4;
  color: #958576;
  border-radius: 0px;
  border-top: solid #cb1350 8px;
}

/* body */
.panel.body.info {
  height: 291px;
  padding: 17px;
  padding-right: 39px;
  box-sizing: border-box;
  display: table;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel.body.info div {
  margin-bottom: 22px;
}
.panel.body.info b {
  font-size: 14px;
  color: #756556;
}
.panel.body.info br {
  line-height: 24px;
}
.panel.body.info span {
  font-size: 11px;
  color: #958576;
}
.panel.body.info a {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  font-size: 14px;
  color: #cb1350;
}
