body
{
    font:  Verdana, Arial, Helvetica, sans-serif;
    color: #050505;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
header{
    margin-top: 1px;
    margin-bottom: 1px;
}

.red_chart{
  color: red;
}
.green_chart{
  color: green;
}
.blue_chart{
  color: blue;
}

h1#title{
    margin-top: 0px;
    margin-bottom: 0px;
    float: center;
    font-size: 25px;
    font-weight: bold;
}
.info{
    margin-top: 2px;
    margin-bottom: 2px;
}
.info_bold{
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
}
#result{
    margin-top: 2px;
}
