.colored-table { margin: 15px 10px;  }
.colored-table th td {
    padding: 5px;
}

.colored-table tr:nth-child(odd) {
    background: #ededed;
}

.colored-table th {
    background: #ccc;
    color: #666;
    width: 150px;
    text-align: center;
}
.colored-table td {
    padding: 8px 15px;
}

h3 {
    margin-top: 10px;
}

ol li{
    list-style: decimal;
}
