.content-area, .widecolumn, .widget-area {
    padding: 40px 20px !important;
}
/* General Table Styling */
.sp-section-content.sp-section-content-data {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.sp-section-content.sp-section-content-data > div {
    margin: 10px;
    box-sizing: border-box;
    flex: 1 1 calc(50% - 20px);
}
.sp-player-list tr:nth-child(even) {
    background-color: #ffffff !important;
}
/* h1.entry-title {
    text-align: center;
    font-size: 50px !important;
    line-height: 50px !important;
    font-weight: 700 !important;
} */





.sp-tab-group ul.sp-tab-menu {
    padding: 20px !important;
}
.sp-tab-menu-item-active a {
    color: black !important;
    border-bottom-color: #1151ab;
    background: white;
    font-weight: 600;
}
li.sp-tab-menu-item a {
    color: white;
}
ul.sp-tab-menu li a {
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: uppercase;
}


.sp-league-table th.data-rank,
.sp-league-table td.data-rank {
    display: none !important;
}


.woocommerce-cart.woocommerce-page div#primary, .woocommerce-checkout.woocommerce-page div#primary {
    min-width: 100% !important;
    padding: 40px 5% !important;
}







.archive header.page-header.entry-header h1.page-title.entry-title {
    font-size: 36px !important;
    text-align: center;
}
.archive article .single-article header.article-header h1.entry-title {
    font-size: 28px !important;
}
.archive article .single-article header.article-header h1.entry-title a:hover {
    color: #1151ab;
}
.site-main .sp_player .entry-title {
    background: none;
    color: #001116;
    font-weight: 600;
    margin: 0;
}
.archive article {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px 25px;
}
.site-main .sp_player .entry-content {
    border: none;
    padding: 0;
}
.archive .site-main .sp_player .entry-content p {
    margin-bottom: 5px;
}
.archive article:hover {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.content-area #main article .single-article .entry-content.article-content p {
    margin-bottom: 5px;
}
.archive .post-modified-info {
    margin-bottom: 10px !important;
    background: #f0f0f0;
    color: #646464;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 40px;
}