#pageContainer {
    /*width:3000px;*/
    padding: 0px 0px 0px 2%;
}
#column1 {
    float:left;
    width:20%;
    min-width: 300px;
    min-height: 400px;
    padding: 0 2% 0 0;
    box-sizing: border-box;
}
#column2 {
    float:left;
    width:35%
    min-width: 400px;
    min-height: 400px;
    box-sizing: border-box;
}
#column3 {
    float:left;
    width:20%;
    min-width: 300px;
    min-height: 400px;
    box-sizing: border-box;
}
#column4 {
    float:left;
    width:20%;
    min-width: 300px;
    min-height: 50px;
    box-sizing: border-box;
}
#spark-login {
    margin:10px 0px 0px 0px;
}
.outerDivNoHeight {
    clear:both;
    margin:20px 0px 0px 0px;
    height: auto;
}
.innerDiv {
    padding:0 0 0 10px;
}
#configReportDiv {
    min-height:150px;
}
#currentCoreConfig {
    font-size: 75%;
}
#commandOutput {
    min-height: 150px;
    padding-left: 5%;
    text-indent: -5%;
}
#commandOutput > p {
    margin:0% 0% 0% 0%;
}
#bottomDiv {
     clear:both;
     padding:30px 0 0 0;
}
#debugLog {
    padding-left: 5%;
    text-indent: -5%;
}
#debugLog > p {
    margin:0% 0% 0% 0%;
}
#sensorActivityDiv > p {
    margin:0% 0% 0% 0%;
}
#sensorTableDiv {
    padding-top: 20px;
}
#sensorTableColPos {
    width: 30px;
}
#sensorTableColName {
    width:180px;
}
#sensorTableColCode {
    width: 80px;
}
.sensorTableCodeCells {
    text-align: center;
}
#sensorTableColReset {
    width: 50px;
}
.sensorTableResetCells {
    text-align: center;
}
#sensorTableColAdd {
    width: 50px;
}
.sensorTableAddCells {
    text-align: center;
}
.modalOuterDiv {
    visibility:hidden;
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100;
    text-align:center;
    z-index:1000;
}
.modalInnerDiv {
    width:400px;
    margin:100px auto;
    border:1px solid #000;
    padding:15px;
    text-align:center;
    background-color:#888;
}
.colorRed {
    color:red;
}
