﻿*.BrowserDetectionContainer > * { display:none; }
*.BrowserDetectionContainer > *.Active { display:block; }

.MBQuoteBox {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  border-right: 5px solid #ccc;
  margin: 5px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  position:relative;
  font-style:italic;
  clear: both;
}
.HiddenPost .MBQuoteBox {
  background: #eee;
}
.MBQuoteBox:before {
  color: #999;
  content: '\201C';
  font-size: 24pt;
  line-height: 0.5em;
  margin-right: 0.25em;
  font-family: Arial, Verdana, Helvetica;
  font-style:italic;
}
.MBQuoteBox:after {
  color: #999;
  content: '\201D';
  font-size: 24pt;
  line-height: 0.2em;
  font-family: Arial, Verdana, Helvetica;
  clear:both;
  position:absolute;
  bottom:0;
  right:5px;
}

.MBQuoteBoxIE7 {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  border-right: 5px solid #ccc;
  margin: 5px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
}
.HiddenPost .MBQuoteBoxIE7 {
  background: #eee;
}
