.services-title {
    border-bottom: solid 3px #E36C09;
}

.tournaments-table {
    width: 100%;
}

.tournaments-table tr.header td {
    background-color: #E36C09;
    font-weight: bold;
}

.tournaments-table td {
    border: solid 3px #707070;
    text-align: center;
    font-size: 0.8em;
    padding: 10px 0;
}

.tournaments-table tr:nth-child(even) {
    background-color: #14223D;
    color: white;
}
