body {
    overflow: hidden;
}

#links {
    float: right;
    margin: 1em;
}

h1.page-title {
    border-bottom: none;
    padding-top: 0.5em;
    padding-left: 80px;
}

#nav-footer {
    padding-bottom: 1.4em;
}
#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

#body {
    font-size: 120%;
    position: absolute;
    left: 0px;
    right: 0px;
}

#body-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#the-query-editor {
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}
#the-control-pane {
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#the-output-pane {
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}

#the-splitter {
    position: absolute;
    background: url(images/splitter.png) center no-repeat;
    cursor: pointer;
}

#left-column {
    padding-right: 10px;
    vertical-align: top;
}
#right-column {
    padding-left: 10px;
    vertical-align: top;
}

div.cuecard-popup-container {
    font-size: 120%;
}
