/*170825 Updated*/

.arrow_box_top {
  position: relative;
  background: #FCEFFC;
  padding:20px;
}
.arrow_box_top:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(252, 239, 252, 0);
  border-left-color: #FCEFFC;
  border-width: 15px;
  margin-top: -15px;
}

.arrow_box_ols {
  position: relative;
  background: #FCEFFC;
  padding:20px;
}
.arrow_box_ols:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(252, 239, 252, 0);
  border-right-color: #FCEFFC;
  border-width: 15px;
  margin-top: -15px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
