/* Enter Your Custom CSS Here */

/* 2014.12.29, yasuhara: Gross way of tweaking pull-quote style, specifically to override Comic style's font choice */
blockquote.pullquote p, div.pullquote p {
	font-family: "Times New Roman", Times, serif !important;
}

/* 2015.05.12, yasuhara: Boxed div style for questions at end of profiles */
.box {
  background-color:#BFDDB6; /* #BFDDB6, light green */
  color:#000000;
  width:90%;
  padding:15px;
  /* border:1px solid #000000; */
}