.preview_box {
}
.match_preview_box {
}
.group_title_box {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
    line-height: 120%;
}
.arena_preview_box {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid white;
}
.preview_line {
}
.char_box {
    display: inline-block;
    width: 45%;
    text-align: left;
}
.char_icon_box {
    display: inline-block;
}
.char_icon_box img {
    vertical-align: middle;
}
.char_info_box {
    vertical-align: middle;
    display: inline-block;
    width: 60%;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
}
.char_name_box {
}
.char_series_box {
    font-size: 0.8em;
}
.char_result_box {
    margin-top: 0;
    display: inline-block;
    font-size: 1.2em;
    text-align: center;
    width: 10%;
}
.result_auto_style {
    color: rgb(0,255,0);
    text-weight: bold;
}
.result_advanced_style {
    color: rgb(0,255,0);
    text-weight: bold;
}
.result_eliminate_style {
    color: white;
}
.result_leading_style {
    color: cyan;
    text-weight: bold;
}
.result_laggard_style {
    color: white;
}
.result_draw_style {
    color: yellow;
}
.result_win_style {
    color: rgb(0,255,0);
    text-weight: bold;
}
.result_lose_style {
    color: white;
}
