/* css styles */
/* callout box */
.bubblebox{
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  border: 1.5px solid #3A3B60;
  border-radius: 10px;
  font-size: 13px;
  background: #a3b1e6 5px center/3em no-repeat;
}

.cushbox{
  padding: 1em 1em 1em 4em;
  margin-bottom: 10px;
  border: 1.5px solid #3A3B60;
  border-radius: 10px;
  font-size: 13px;
  background: #CCFF99 5px center/3em no-repeat;
}

.bubbleicon {
  background-image: url("Images/bubbleicon.png");
}

.cushicon {
  background-image: url("Images/cushicon.png");
}

