
body {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.navigator__wrapper {
    max-width: 700px;
    width: 100%;
    pointer-events: none;
    margin: 30px auto;
    box-sizing: border-box;
}

.navigator__wrapper * {
    box-sizing: border-box;
}

.navigator__minimap-wrapper {
    float: left;
    background: url(../img/dollar.jpg);
    background-size: contain;
    pointer-events: all;
    border: 1px solid #060;
    -webkit-box-shadow: 0px 6px 34px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 34px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 34px 0px rgba(0,0,0,0.75);
}

.navigator__text {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    color: #040;
    font-weight: 600;
}

@media screen and (max-width: 550px) {
    .navigator__text { font-size: 12px; }
}

@media screen and (max-width: 360px) {
    .navigator__text { font-size: 11px; line-height: 12px; }
}

.navigator {
    width: 100%;
    background: #f0f0f0;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #060;
    -webkit-box-shadow: 0px 6px 34px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 34px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 34px 0px rgba(0,0,0,0.75);
}

.navigator__background {
    background: url(../img/big.jpg);
    background-size: contain;
    position: relative;
}

.navigator__minimap {
    background: rgba(0, 255, 0, 0.3);
    border: 1px dotted #0f0;
    position: relative;
    cursor: pointer;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
}

#output, #output *, textarea, .note-editable.panel-body, .note-editable.panel-body * {
    color: rgb(34, 58, 34) !important;
}

p {
    margin: 0px;
    line-height: 1;
    display: block;
}

#output {
    background: url('../img/output.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 221px;
    width: 520px;
    margin: 20px 0 0px 0; 
}

#output_text {
    overflow: hidden;
    width: 370px;
    height: 165px;
    padding-top: 63px;
    margin: 0 auto;
}

.editor_wrapper {
    max-width: 520px;
}

#click {
    margin: 0 auto;
    display: block;
}

#flashcontent {
    margin: 30px 0px;
}