#circle-canvas {
    border-style: solid;
    border-width: 1px;
}

#points-stats {
    display: none;
    margin-top: 10px;
    margin-bottom: 15px;
}

#points-stats span {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

#tables table {
    vertical-align: top;
    display: inline-table;
    margin-bottom: 10px;
}

span{
    display: inline-block;
}

table, th, td {
    border: 1px solid black;
}

.blue-text {
    color: blue;
}

.orange-text {
    color: orange;
}