body {
    background-color: #000000;
    background-image: url('/img/background3.png');
    font-family: "Courier New", Courier, monospace;
    z-index: 0;
}


div.content {
    background-color: #202020;
    color: #3dac00;
    position: absolute;
    left: 150px;
    top: 0px;
    width: 800px;
    height: 100%;
    z-index: 1;
    padding-top: 50px;
    padding-left: 20px;
}

div.contentBg {
    position: absolute;
    left: 150px;
    width: 800px;
    height: 100%;
    background-color: #202020;
    z-index: 0;
    top: 0px;
    marging-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.panel {
    position: absolute;
    background-color: transparent;
    color: #3dac00;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.panelBg {
    position: fixed;
    z-index: 1000;
    background-color: #101010;
    color: #3dac00;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
    -webkit-user-select: none;
}


div.menu {
    background-color: #101010;
    color: #3dac00;
    z-index: 2;
    user-select: none;
    -webkit-user-select: none;
}

a {
    background-color: transparent;
    color: #3dac00;
}

div.test {
    background-color: #202020;
    color: #3dac00;
}

a.menu {
    background-color: transparent;
    cursor: pointer;
    text-decoration-line: none;
}

a.menu:hover {
    background-color: #3dac00;
    color: #030303;
//    color: #4bd500;
}


div.enabledbutton, div.disabledButton {
    display: inline-block;
    margin: 16px;
    cursor: default;
    user-select: none;
    -webkit-user-select: none;
}

div.enabledbutton:hover {
    background-color: #3dac00;
    color: #202020;
}

div.disabledButton {
    color: #246700;
}

/* 2a989d */
span.stroke {
    background-color: #3dac00;
    /* #fe84cd; */
    position: absolute;
    left: 0px;
    top: 9px;
    width: 100%;
    height: 5px;
    z-index: 0;
}

span.strokeEcho {
    background-color: #ffffff;
    /* #fe84cd; */
    position: absolute;
    left: 0px;
    top: 11px;
    width: 100%;
    height: 5px;
    z-index: -1;
}

span.banner {
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: 20px;
    width: 100%;
    height: 50px;
    z-index: 2;
}

div.drop {
    margin: 16px;
}

p, h1, h2, h3, ul, ol, table {
    font-size: 16px;
    line-height: 16px;
    margin: 16px;
}

b {
    color: #4bd500;
    font-weight: bold;
}

h1,h2,h3 {
    margin-top: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #4bd500;
    font-weight: bold;
}


img.bannerTitle {
    background-color: #202020;
    position: absolute;
    left: 155px;
    mailto:titi@toto.com
    color: #4bd500;
    cursor: pointer;
}
img.bannerAbout {
    background-color: #202020;
    position: absolute;
//    font-weight: ;
    font-size: 18px;
    color: #4bd500;
    top: 0px;
    left: 940px;
    padding-top: 5px;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

iframe {
    margin: 16px;
}

select:focus,input:focus {
    outline-width: 0;
}


select,input {
    color: #202020;
    font-size: 16px;
    font-family: "Courier New", Courier, monospace;
    border: none;
    background: #3dac00;
}

a.panelButton {
    cursor: pointer;
}
a.panelButton:hover {
    font-weight: bold;
    color: #4bd500;
    cursor: pointer;
}
