table .borderless td, .borderless th, .borderless table {
    border: none!important;
}

.table-comparison, .table-comparison th, .table-comparison tr, .table-comparison tbody td {
    border: none!important;
}

.results_header {
    color: #9A9DA2;
    border-bottom: 1px solid #e4e7ed;
}
.results_header {
    font-size: 10px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    color: #9a9da2;
    border-top: 1px solid #e4e7ed;
    border-bottom: 1px solid #e4e7ed;
    padding: 10px;
    margin-bottom: 0;
}

.resultsContent {
    padding: 16px 24px;
}
.resultsContent {
    display: flex;
    align-items: center;
    padding: 12px 12px;
}

.resultsTeamSchedule {
    flex-grow: 1;
    order: 0;
    flex-basis: 35%;
    min-width: 35%;
    display: flex;
    align-items: center;
}

.resultsTeamLogo {
    margin-right: 8px;
    width: 26px;
    min-width: 26px;
}
.resultsTeamLogo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 20px;
    min-width: 20px;
    text-align: center;
}
.resultsTeamDetails {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-results__team-name {
    font-size: 12px;
}
.secondTeamName {
    order: 2;
}

.resultsScheduleScore {
    order: 1;
    flex-basis: 30%;
    min-width: 30%;
    text-align: center;
}
.resultsScheduleScore {
    font-family: 'Montserrat', sans-serif;
    color: #31405B;
}

.resultsScheduleScore {
    font-size: 20px;
}
.resultsScheduleScore {
    font-family: "Montserrat", sans-serif;
    color: #31405b;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 0;
}

.negativeBackground{
    background-color:mistyrose;
}

.positiveBackground{
    background-color:honeydew;
}

.gameLink{
    color: inherit;
}