body{
    font-family: Verdana,sans-serif;
    font-size: 13px;
}
#canvas{
    display:inline-block;
    float: left;
    position:absolute;
    z-index: 1;
}
.controls{
    float:left;
    margin:5px;
    text-align: center;
    width: 250px;
}
#buttonsGroup{
    text-align: center;
}
.ctrInput{
    width: 60px;
}
#chart{
    border: 1px solid #999;
}
#phaseTransition{
    border: 1px solid #999;
}
#divBlue{
    background-color: blue;
}
#divRed{
    background-color: red;
}
#phaseTransitionDiv{
    display:none;
}
#leaderOpinionChanger{
    display: none;
    position:absolute;
    border: 1px solid #00f;
    border-radius: 4px;
    padding: 6px 7px 6px 2px;
    background: #fff;
    z-index: 1;
}
#HChanger{
    display: none;
    position: absolute;
    border: 1px solid #00f;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    z-index: 1;
}
#details{
    display: none;
    position: absolute;
    border: 1px solid #00f;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    z-index: 1;
}
button{
    margin: 5px;
    width: 100px;
    min-height: 25px;
}

table{
    margin: auto;
}
#chartGroup{
    width: 525px;
    position: absolute;
    background-color: #fff;
    /*opacity: 0.85;*/
    z-index: 2;
}
.cell{
    border: 2px solid #000;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.panel{
     margin: 5px;
     border: 1px solid #00f;
     border-radius: 4px;
     width: 240px;
     text-align: center;
 }
.panelHeader{
    text-align: left;
    background-color: #00b;
    color: white;
    padding: 3px;
    padding-left: 10px;
    font-weight: bold;
    cursor: pointer;
}
.panelContent{
    padding: 10px;
}
#details tr td{
    padding: 5px;
    align: center;
}
.notEqual{
    background: #ff7;
}

