﻿#wrap {
    border: 1px solid black;
    background-color: rgb(0, 0, 17);
    background-color: rgba(0, 0, 17, 0.4);
    margin: auto;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.message {
    position: absolute;
    top: 200px;
    left: 255px;
    width: 450px;
    color: #298080;
    font-size: 36px;
    font-family: Candara;
    text-align: center;
}

.message-top-left {
    top: 5px;
    left: 5px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.message-bottom-left {
    top: 455px;
    left: 5px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin: 0;
}

.message, .message-top-left, .message-bottom-left:hover {
    cursor: default;
}

.clickable:hover {
    color: #50a0ff;
}

.stage {
    position: absolute;
}

.orb {
    background: url(/images/yellow-orb-64x64.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
}

.green-orb {
    background: url(/images/green-orb-32x32.png) no-repeat center;
}
