/* Wiki */
ul.toc {
	padding: 0;
	margin: 0 0 0 10px;
}

form.btn_secedit {
  text-align: right;
}

.wiki_content {
  font-size: 12px;
}

.wiki_content h1 {
  margin-bottom: 5px;
}

.wiki_content h2, .wiki_content h3, .wiki_content h4, .wiki_content h5, .wiki_content h6 {
  margin-top: 20px;
  margin-bottom: 5px;
}


.wiki_content h1 {
  font-size: 24px;
}

.wiki_content h2 {
  font-size: 18px;
}

.wiki_content h3 {
  font-size: 14px;
}

.wiki_content h4, .wiki_content h5, .wiki_content h6 {
  font-size: 12px;
}

div.secedit input.button {
  border: 1px solid #869927;
  color: #cccccc;
  background-color: #000000;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 9px;
  cursor: pointer;
  float: right;
  display: inline;
}

#dw__editform textarea, #dw__editform input[type="text"] {
  background-color: #ffffff;
  color: #000000;
}

#dw__editform textarea {
  width: 99%;
}

#dw__editform input[type="text"] {
  margin: 10px 0;
}

div#wiki__editbar div.editButtons {
  text-align: center;
}

#index__tree ul {
  margin-left: 15px;
}

#index__tree li.open {
  list-style-image: url(http://wiki.quarantine2019.com/images/layout/open.gif);
    /*list-style-type: circle;*/
}

#index__tree li.closed {
  list-style-image: url(http://wiki.quarantine2019.com/images/layout/closed.gif);
    /*list-style-type: disc;*/
}

img.mediaright {
  margin-left: 10px;
}

strong {
  font-weight: bold;
}