html,
body {
    height: 100%;
}

#footer {
    height: 100px;
    position: absolute;
    bottom: 0;
    margin-left: -400px;
    left: 50%;
}

.boost body {
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
}

.pivotScreen button {
    margin-right: 5px;
    margin-bottom: 5px;
}

.container {
    margin:0 auto 0 auto;
    width: 800px; 
    padding-bottom:0;
}

.top-header {
    position: absolute;
    top: 27px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.boost-pivot, #screenTabs, .pivotTab, .pivotScreen, .pivotOutput, .pivotFrame {
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
}

.boost-pivot {
    margin-left: -400px;
    left: 50%;
    bottom: 100px;
    margin-top: 145px;
}

.boost-note {
    position:absolute;
    height:110px;
    bottom:0;
    left:0;
    right:0;
    font-size: 9px;
    text-align: left;
}

.boost-note2 {
    position:absolute;
    height:15px;
    bottom:0;
    left:0;
    right:0;
    font-size: 9px;
    text-align: left;
}

.boost-note3 {
    position:absolute;
    height:125px;
    bottom:0;
    left:0;
    right:0;
    font-size: 9px;
    text-align: left;
}

.add-note2 {
    bottom: 15px;
}

.add-note3 {
    bottom: 125px;
}

.pivotScreen {
    margin: 10px 5px 0px;
}

.pivotTab {
    margin-top: 60px;
}

.pivotOutput {
    margin-top: 80px;
}

.add-note {
    bottom: 110px;
}
.pivotFrame {
    height: 100%;
}

#chartTab {
    text-align: left;
}

#stUI2_body {
    border-collapse: separate;  
    border-spacing: 1px;
}

#pie {
    margin-top: 10px;
}

.ui-widget { font-family: Arial, Verdana, Helvetica, Sans-Serif; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Arial, Verdana, Helvetica, Sans-Serif;  }