body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333
}

p {
    padding: 10px;
}

.style1 {
    color: #CCCCCC;
}

.style3 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px
}

.style4 {
    font-size: 16px;
    text-align: center;
}

.style5 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

#wrapper {
    margin: 0 auto;
}

#header {
    height: 25px;
    width: 100%;
    background: #333388;
}

.panel1 {
    align-content: stretch;
    padding: 2;
    position: static;
    height: 95%;
    width: 95%;
    background-color: rgba(100, 100, 100, 0.2);
   
}

.panel2 {
    padding: 2;
    position: static;
    top: 0px;
    height: 95%;
    background-color: rgba(100, 100, 100, 0.2);
}

#content {
    background: #ffffff;
    width: 100%;
    padding: 5px;
}

#control_panel {
    height: 80px;
    width: 100%;
    background: #333388;
    display: inline-block;
    /* float: right;  */
}

/* #controls {
    float: right;
} */

.head2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

#content {
    width: 90%;
    margin: auto;
}

#div_g {
    min-width: 100%;
    height: 400px;
    margin: 5px;
}

#controls {
    float: right;

}

.rightSide{
    float: right;
  height: 100%;
    width: 33%;
    display: inline-block;
}

.leftSide{
    float: left;
    height: 100%;
    width: 33%;
    display: inline-block;

}