

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: 5;
    position: static;
    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 {
    width: 100%;
    background: #333388;
    clear: both;
    display: inline-flex;
}

#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;
}

/* #p1{
    float: left;
    width: 20%;
}
#p2{
    width: 20%;
}
#p3{
    width: 20%;
    float: right; */
}

/* canvas{
    width: 100%;
} */

