.sp-content .db.autorace h2 span {
    margin: 0 3px 0 auto;
    font-size: 15px;
}

.sp-content .db.autorace .title-history table.stripe td {
    word-wrap: break-word;
}

.sp-content .db.autorace h3.dark {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    float: none;
    position: relative;
    margin-top: 5px;
    padding: 0.3em 1%;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #fff;
    background: repeating-linear-gradient(315deg, #000, #000 2px, #222 0, #222 4px);
    background-attachment: fixed;
}

.sp-content .db.autorace h3.dark:after {
    position: absolute;
    top: -5px;
    left: 0;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #e631a3;
}

.sp-content .db .result .sort-head ul li select{
    padding:0;
}

.sp-content .db.autorace .margin2 {
    margin:0 0 2px 0;
}

.sp-content .db .ranking .scroll-table table tbody.sticky tr:first-child th:nth-child(2) {
    border-top: none;
}

.sp-content .db .ranking .scroll-table table thead.sticky tr th:nth-child(2)::after, .sp-content .db .ranking .scroll-table table tbody.sticky tr td:nth-child(2)::after {
    content : "";
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
    border-right : 1px solid #aaa;
}

.sp-content .db .ranking .scroll-table table.win-tbl thead.sticky tr th:nth-child(2), .sp-content .db .scroll-table table.win-tbl tbody.sticky tr td:nth-child(2) {
   position: -webkit-sticky;
   position: sticky;
   left: 40px;
}

 .sp-content .db .ranking .scroll-table table tbody.sticky td {
    background-color: #fff;
}

 .sp-content .db .ranking .scroll-table table tbody.sticky tr:nth-child(even) td {
   background-color: #f3f3f3;
}

 .sp-content .db .ranking .scroll-table table tbody.sticky tr th:first-child {
   border-right: 1px solid #aaa;
}

.sp-content .db.autorace .sc-container-ranking {
    background-color:#aaa;
    font-size: 18px;
    color:#fff;
    padding:7px 0 7px 7px;
    font-weight: bold;
    margin-bottom: 10px
}

.sp-content .db .scroll-table table tbody.sticky tr td:nth-child(2) a {
    z-index: 999;
}