.coupon {
	background: white;
	border : 3px dashed black;
  height: 350px;
  width: 300px;
  padding: 5px;
}

.term {
  font: 85% sans-serif .1px .1px ;
}


.bus_des {
  /** background-color: #FF3333; **/
  font-size: 160%;
  color: #FF3333;
  font-weight: bold;
}


.flyer {
  border: 1px solid red;
}

.text_rotate {
  writing-mode:tb-rl;
  /** filter: flipH() flipV();  */
}
