.wiki-edit-box {
    background-color: #EEE;
    border-radius: 3px;
    padding: 0 9px 0 4px;
    float: right;
}

.wiki-edit-box .wiki-link-edit { background-image: url(/images/edit.png); }
.wiki-edit-box .wiki-link-remove { background-image: url(/images/delete.png); }

.wiki-edit-box a {
    background-repeat: no-repeat;
    background-position: 3px 1px;
    padding-left: 20px;
    line-height: 17px;
}

.wiki-view h2:first-child {
    font-size: 16px !important;
    margin-bottom: 5px;
}

.wiki-view h2, .wiki-view h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 16px !important;
    margin-bottom: 5px;
}

.wiki-view h4 {
    font-weight: bold;
    margin-bottom: 4px;
}

.wiki-view p { line-height: 1.3; }

.wiki-view pre {
    border-left: 2px solid #E9791D;
    background-color: #f7f7f7;
    padding-left: 10px;
    padding-bottom: 3px;
    
    margin-bottom: 14px;
}

.wiki-view {
    font-size: 12px;
}

.wiki-view em {
    font-style: italic;
}

.wiki-view ul > li, .wiki-view ol > li {
    margin-left: 20px;
}

.wiki-view ul {
    list-style: disc;
    margin-bottom: 14px;
}

.wiki-view ol {
    list-style: decimal;
    margin-bottom: 14px;
}

.wiki-toc {
    width: auto;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 15px;
    background-color: #f7f7f7;
}

.wiki-toc ul {
    margin-bottom: 0px;
}

#container .wiki-view h2 a, #container .wiki-view h3 a, #container .wiki-view h4 a {
    color: #535353;
}

#container .wiki-toc a {
    color: #535353;
}

#container .wiki-toc a:hover {
    text-decoration: underline;
    color: #E9791D;
}

#container .wiki-toc h2 {
    border-bottom: 0px;
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px !important;
}
