.content * img {
  padding: 4px;
  margin: 0 0 18px 0px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}

.rfloat {
  float: right;
}

li {
  color: #606060;
}


textarea#text {
  width: 100%;
}

.navbar-header h1 {
  font-size: 18px;
  margin-bottom: 2px;
  margin-top: 5px;
  color: white;
}
.navbar-header a {
  color: #a0a0a0;
}

body { padding-top: 70px; position: relative; }

.wiki-body h1 { font-size: 170%; }
#wikitext h1 { font-size: 150%; }
#wikitext h2 { font-size: 140%; }
#wikitext h3 { font-size: 130%; }
#wikitext h4 { font-size: 122%; }
#wikitext h5 { font-size: 115%; }

#wikitext .anchor a {
  padding-top: 40px; margin-top: -40px;
}

*[id]:before { 
  display: block; 
  content: " "; 
  margin-top: -50px; 
  height: 50px; 
  visibility: hidden; 
}

.sidebar-nav ul { list-style-type: none ; padding-left: 0; }

.wikifooter {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}



