.detail_tab div {
    width:50%;
    display:block;
    height:35px;
    line-height:35px;
    color: #fff;
    text-align: center;

    border-bottom:2px solid #f90;
    cursor:pointer;
    transition:none;
}
.detail_tab div span {
    display:block;margin-right:2px;
    background:#2b343b;
}
.detail_tab div.detail_tab_on {
    cursor:default;
    line-height:33px;
    border:2px solid #f90;
    border-bottom:0;
}
.detail_tab div.detail_tab_on span {
    background:#111;
    margin-right:0;
}
.d_box .detail_ttl {
    font-size:1.2em;
    background:#21282e;
    color:#f90;
    border-top: 1px solid #414244;
    border-bottom: 1px solid #000;
    margin-bottom: 2px;
    line-height:25px;
    padding: 5px;
    letter-spacing: 0.1em;
}
.detail_box {
    background: #121619;
    padding: 0;
    border: 1px solid #1e2327;
    color:#fff;
    font-size: 12px;
}

.d_box {
    margin-bottom: 10px;
}

.detail_ttl {
    padding: 5px;
    background: #000;
}

.detail_odds {
    padding: 3px;
    text-align: center;
}

.detail_odds div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.game_2,
.game_3 {
    display: inline-block;
    background: #222;
    margin: 0 2px 2px 0;
    height: 34px;
    vertical-align: top;
    text-align: left;
}

.game_name {
    display: inline-block;
    padding: 5px;
    max-width: 140px;
    overflow-x: auto;
    white-space: nowrap;
}

.sel_odds {
    position: relative;
    cursor: pointer;
    background-color: #2e302d;
    border-radius: 0;
    border-top: 1px solid #3f4346;
    border-bottom: 1px solid #000;
}

.sel_odds:hover {
    background: #393939;
}

.sel_odds span {
    white-space: nowrap;
}


.game_on {
    background: linear-gradient(to bottom, rgba(179,22,22,1) 1%, rgba(74,0,0,1) 100%) !important;
}

.name_space {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.odds_name {
    max-width: 70%;
}

.odds_stan {
    color: #f90;
    padding: 15px;
    display: inline-block;
    vertical-align: top;
}

.icon_rt_change {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 5px solid #f00;
    border-right: 5px solid #f00;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 0;
}

.game_3 { width:33%; }
.game_2 { width:calc(50% - 2px); }
.odds_ratio {
    margin-right: 10px;
}
.odds_name {
    margin-left: 10px;
}