@charset "UTF-8";

.enjoy-css {
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box;
  box-sizing:content-box;
  border:none;
  font:normal 16px/normal "Times New Roman",Times,serif;
  color:rgba(0,0,0,0.9);
  -o-text-overflow:clip;
  text-overflow:clip;
}