.footer { 
    text-align: center;
    font-style: italic;
    padding-top: 20px;
    clear: both;
}

.hint {
    display: none;
}

body {
    padding-top: 60px;
}

.do {
    word-wrap: break-word;
}

.even {
    background-color: #ffffff;
}
.odd {
    background-color: #e0e0e0;
}

textarea.questinfo {
    width: 100%;
}

.mud_exit {
    font-style: italic;
}

.mud_exit:before {
    content: '"';
}
.mud_exit:after{
    content: '"';
}

.mud_output {
    font-style: normal;
    font-family: monospace;
    background-color: black;
    color: #aaa;
}

.mud_object {
    font-style: normal;
    font-weight: bold;
}

.mud_npc {
    font-style: oblique;
}

.mud_npc:before {
    content: '"';
}
.mud_npc:after{
    content: '"';
}

.map_container {
    position:relative;
}
