/* SportsPress Templates */

.sp-template,
.sp-data-table,
.sp-table-caption {
    font-family: "Roboto", "Helvetica", sans-serif;
}

.sp-template {
    clear: both;
    overflow: hidden;
}

/*
 * Note: !important everything below to enforce overrides.
 * This stylesheet can be disabled via SportsPress General Settings.
 */

.sp-template h1,
.sp-template h2,
.sp-template h3,
.sp-template h4,
.sp-template h5,
.sp-template h6,
.sp-data-table h1,
.sp-data-table h2,
.sp-data-table h3,
.sp-data-table h4,
.sp-data-table h5,
.sp-data-table h6,
.sp-table-caption h1,
.sp-table-caption h2,
.sp-table-caption h3,
.sp-table-caption h4,
.sp-table-caption h5,
.sp-table-caption h6 {
    font-family: "Roboto", "Helvetica", sans-serif !important;
}

.sp-template {
    margin-bottom: 20px !important;
}

.sp-template *,
.sp-data-table *,
.sp-table-caption {
    box-sizing: border-box !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    color: #333 !important;
}

.sp-table-caption {
    margin: 0 !important;
    padding: 15px !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-bottom: none !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    display: table !important;
    width: 100% !important;
}

/* Color Resets */

.sp-template input,
.sp-data-table input,
.sp-template .sp-event-logos,
.sp-template .sp-event-staff {
    color: initial !important;
}

/* Links */

.sp-template a,
.sp-data-table a {
    box-shadow: none !important;
    border: none !important;
    text-decoration: none !important;
    font-weight: inherit !important;
    color: #00a69c !important;
}

.sp-template a:hover,
.sp-data-table a:hover {
    text-decoration: underline !important;
}

.sp-template a:hover .dashicons,
.sp-template a:hover [class^="sp-icon-"], [class*=" sp-icon-"],
.sp-data-table a:hover .dashicons,
.sp-data-table a:hover [class^="sp-icon-"], [class*=" sp-icon-"] {
    text-decoration: none !important;
}

.sp-view-all-link {
    padding: 10px 15px !important;
    margin: 0 !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-top: none !important;
    overflow: hidden !important;
    display: table !important;
    width: 100% !important;
    text-align: right !important;
}

.