pre {
  line-height: 1.4em !important;
}

blockquote {
  color: #333;
  margin-left: 50px;
}

blockquote:before {
  color: rgba(0, 102, 153, .2);
  content: '\201c';
  font-family: Times New Roman;
  font-size: 9em;
  margin: .2em -.5em;
  position: absolute;
}

table {
  border-spacing: 0px;
  border: 1px solid #ccc;
}

td, th {
  padding: 6px;
}

th {
  background: #eee;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

tr:nth-child(even) {
  background: #edf5fa;
}

a:visited {
  color: #36b !important;
}

/* Special classes */

.no, .red {
  background-color: #ffecec;
}

.yes, .green {
  background-color: #e0ffda;
}

.amber {
  background-color: #fff8ab;
}

.new,
.new:link,
.new:visited {
  color: #e00;
}

.note {
  background: #f2f2f2 url(note.png) no-repeat left top;
  margin: 1.2em 0;
  padding-left: 48px;
  padding-right: 2.5em;
  border-style: solid;
  border-width: 1px;
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.text-alert {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 4px 8px;
  background-color: #fdf5d9;
  border-style: solid;
  border-width: 1px;
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

code {
  padding: 0px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  background-color: #fffed4 !important;
  border: solid 1px #ddd;
  color: #333;
  font-family: Courier,monospace !important;
}

/* SyntaxHighlight GeSHi extension */

div.mw-geshi {
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
  background-color: #f9f9f9;
}

/* LDAP extension: hide domain drop-down */

#mw-user-domain-section {
  display: none !important;
}

/* Status widget */

.status {
  background: #edf5fa;
  border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  color: #ccc;
  font-weight: bold;
  padding: 1em;
  float: right; /* FIXME */
}

.status > div + div {
  margin-top: .6em;
}

.status p {
  margin: 0;
}

.status .active {
  color: #000;
}

.status .active .description {
  color: #666;
}

.status .description {
  font-size: .85em;
  font-weight: normal;
}

/* Clearfix */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
