html {
    height: 100%;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    color: black;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

a {
    color: #ccc;
    text-decoration: none;
}

#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background-color: #25282c;
}

#header-fix {
    position: relative;
    overflow: auto;
    height: 100%;
    width: 100%;
}

#head {
    position: absolute;
    overflow: auto;
    bottom: 15px;
    left: 20px;
    font-size: 22px;
    color: white;
}

#controls {
    position: absolute;
    bottom: 15px;
    left: 270px;
    font-size: 14px;
}

#controls a {
    color: #db9364;
    margin-right: 10px;
}

#copyright {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 10px;
    color: #999;
}

#copyright a {
    color: #999;
}

#editor {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 50%;
}

#output {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 60px;
    bottom: 0;
    left: 50%;
    right: 0;
}
