﻿.table > tbody > tr > th {
    border-top: 0px;
}

.circlegreen:before {
    content: ' \25CF';
    font-size: 20px;
    line-height: 30px;
    color: #62a70f
}
.circlegrey:before {
    content: ' \25CF';
    font-size: 20px;
    line-height: 30px;
    color: #808080
}
.circlered:before {
    content: ' \25CF';
    font-size: 20px;
    line-height: 30px;
    color: #e1261c
}

.circlegreen {
    line-height: 30px;
    vertical-align: central;
}

html {
width:99%;

}