@font-face { font-family: Enigmatic; src: url(fonts/EnigmaU_2.ttf); }

html, body {
    width: 100%;
    height: 100%;
    font-family: Enigmatic;
    overflow: hidden;
}

body {
    background-color: #111;
    color: #EEE;
}

a, a:link, a:visited {
    color: rgba(41, 189, 41, 0.7);
}

* {
    font-weight: normal !important;
}

h4 {
    margin-bottom: 6px;
}

h5 {
    margin: 0;
}

.fullscreentable {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    height: 100%;
    width: 100%;

    text-align: center;
}

.content {
    margin: auto;
    width: 900px;
    height: auto;
    box-sizing:border-box;
}

span {
    display: inline-block;
    margin: 10px;
}

button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    background-color: rgba(41, 189, 41, 0.7);
    border: 1px solid #1d841d;
    color: #FFF;
    padding: 8px;
    margin: 10px 0;
    transition: background-color 0.3s, color 0.3s;
    width: 100%;
    font-size: 20px;
}

.btn_darker {
    background-color: rgba(21, 130, 21, 0.7);
    border-color: #106410;
}

textarea {  
    padding: 10px;
    width: 100%;
    font-size: 20px;
    display: block;
    border: 6px solid rgba(41, 189, 41, 0.7);
    background-color: #141;
    border-radius: 5px;
    resize: none;
    color: #EEE;

    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

.control_table {
    width: 100%;
}

.control_table td {
    padding: 0;
    margin: 0;
}

.combobox {
    border: 6px solid rgba(41, 189, 41, 0.7);
    border-radius:10px;
    background-color: #141;
    height: 42px;    
    font-size: 18px;
    font-family: Tahoma;
}

