body {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 140px;
    height: 100%;
    padding: 5px 5px 5px 5px;
    overflow: auto;
    border-right-width: thin;
    border-right-color: blue;
    border-right-style: dotted;
    background-color: #beedf8;
}

.mainRead {
    margin-left: 155px;
    margin-top: 5px;
    margin-right: 5px;
    border-style: dotted;
    border-width: thin;
    border-color: blue;
    background-color: #edc9fb;
    padding-left: 10px;
    padding-right: 10px;
}

.mainEdit {
    border-style: dotted;
    border-width: thin;
    border-color: blue;
    background-color: #edc9fb;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    margin-left: 155px;
    margin-right: 5px;
}

.editBox {
    position: fixed;
    overflow: auto;
    left: 160px;
    right: 10px;
    top: 80px;
    height: 280px;
}

.previewBox {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 370px;
    overflow: auto;
}

.wikiLinkUnknown {
    color: mintcream;
}

.wikiLink {
    color: green;
}

.articleMeta {
    text-align: right;
    font-weight: bold;
    font-size: small;
}

.versionsBox {
    position: fixed;
    overflow: auto;
    bottom: 10px;
    right: 10px;
    background-color: #beedf8;
    border-style: dotted;
    border-width: thin;
    border-color: blue;
    padding: 5px 5px 5px 5px;
    visibility: hidden;
}

.currentVersion {
    background-color: #a6e8f8;
    border-style: dotted;
    border-width: thin;
    border-color: blue;
}

#instrReading {
    text-align: right;
    font-size: small;
    margin-right: 10px;
}

#instrEditing {
    visibility: hidden;
    position: fixed;
    text-align: center;
    font-size: small;    
    left: 160px;
    right: 10px;
    top: 360px;
}

