div.question {
  background: #4d0866;
  color: #ffffff;
  padding: 20px;
}

div.answer-box {
  border: 2px solid #ffffff;
  background: #eeeeee;
  padding: 40px 20px 20px 20px;
  color: #4d0866;
  min-height: 300px;
}

div.question p, div.answer-box p {
  margin-bottom: 20px !important;
}

div.question a, div.answer-box a {
  text-decoration: underline;
  font-weight: bold;
}

div.q, div.a {
  font-size: 34px;
  font-family: Haettenschweiler, Impact, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  font-weight: normal;
}

div.q {
  display: inline;
  margin: 4px 10px 4px 4px;
}

div.a {
  float: left;
  margin-right: 10px;
  margin-top: -17px;
}

div.thumbnail {
  float: left;
  margin: 20px 20px 0 0;
}

div.blockMsg img {
  display: block;
}

div.answer-box div.ad-mediumrectangle {
  float: left;
  margin-right: 20px;
  margin-top: -10px;
}

div.answer-box ul {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

div.answer-box ul li {
  margin-top: 10px;
}

.blockMsg
{
  width: 480px !important;
  position: fixed !important;
  top: 50% !important;;
  left: 50% !important;;
  margin-right: -50% !important;;
  transform: translate(-50%, -50%) !important;;
  -ms-transform: translate(-50%, -50%) !important;;   /* IE 9 */
  -webkit-transform: translate(-50%, -50%) !important;;   /* Chrome, Safari, Opera */
}

div.question-cats {
  padding: 10px 0;
}

div.question-cat {
  float: left;
}

div.question-cat:after {
  content: '\2022';
  margin: 0 10px;
}

div.question-cat:last-child:after {
  content: '';
}

div.question-cat a {
  color: #ffffff;
  text-decoration: underline;
}

