.article .nav-tabs .nav-link {flex-grow: 1;text-align: center;font-weight: 700;font-size: 1.125rem; } .article .nav-tabs .nav-link:hover {background-color: var(--red); } .article .tab-content {padding: 2.5rem 0; } .article .tab-content h3 {color: var(--red); } .article .tab-content .table, .article .tab-content tr, .article .tab-content th, .article .tab-content td {border: 0; } .article .tab-content .table-container {padding: 1.25rem;border-radius: 0.625rem;background-color: var(--secondary); } .article .tab-content .table-container .table {border-collapse: separate;border-spacing: 0 0.3125rem; } .article .tab-content .table-container .table tr:nth-of-type(2n+1) {background: transparent; } .article .tab-content .table-container .table td:first-child {border-top-left-radius: 0.625rem;border-bottom-left-radius: 0.625rem; } .article .tab-content .table-container .table td:last-child {border-top-right-radius: 0.625rem;border-bottom-right-radius: 0.625rem; } .article .tab-content .table-container .table.table-grey td {background-color: rgba(0, 0, 0, 0.7); } .article .tab-content .table-container .table.table-blue td {background-color: var(--primary); } .section.article.video {background-color: var(--secondary); } .section.article.video .clearfix {overflow: auto; } .section.article.video .clearfix img {width: 50%;height: auto;object-fit: cover;mix-blend-mode: lighten;float: left;overflow: auto;padding-right: 1.25rem; } .section.article.video .clearfix .stats-link {margin: 2.5rem 0; } .section.article.video iframe {max-width: 50%;border-radius: 1rem; } 