/* Styles definition here */
.enjoy-css {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 300px;
  height: 300px;
  border: none;
  font: normal 16px/1 "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(7,7,7,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #fcfcfc;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.25) ;
}