.button {
    font-family:monospace;
    color:white;
    background-color:black;

    display:inline;

    border:solid;
    border-width:1px;
    border-color:green;

    margin: 1em 0 0 0;
}

a:hover, .button:hover {
    background-color:#666666; 
    cursor:pointer;cursor:hand;
}

.input {
    font-family:monospace;
    color:white;
    background-color:black;

    border:solid;
    border-width:1px;
    border-color:white;
    
}

a {
    font-family:monospace;
    color:#ffffff;
    text-decoration:none;

    border:solid;
    border-width:1px;
    border-color:green;
    
}

.footer a {
    padding: 0 1em 0 1em;
}


.thin_vertical_space {
    height:0.5em;
}
.variable_vertical_space {
    height:25%;
    min-height:4em;
}

.omega_centering {
    width:50%
}

.omega_content{
    width:50%;
    height:50%;
    min-height: 200px;
    min-width: 300px;

    display:none;
    position:relative;
    text-align:center; 

    color:white;
    font-size:12;
    font-family:monospace;

    margin: 0 0 0 25%;
}

.omega_content#omega_login{
    display:block;
}


.omega_title{
    width:100%;

    text-align:center;
    position:absolute;

    color:white;
    font-family:monospace;
    font-size:20px; 
    
    padding:1em 0 1em 0;

    border:solid;
    border-width: 1px 0 1px 0;
}

