.preview_box {
}
.match_preview_box {
}
.group_title_box {
    display: block;
    margin: 10px;
    text-align: center;
}
.arena_preview_box {
    border-bottom: 1px solid white;
    text-align: center;
}
.preview_line {
}
.char_box {
    display: inline-block;
    width: 45%;
    text-align: left;
}
.char_icon_box {
    display: inline-block;
    vertical-align: middle;
}
.char_icon_box img {
    width: 64px;
	height: 43px;
}
.char_info_box {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.char_name_box {
    text-align: left;
    width: 100%;
}
.char_series_box {
    font-size: .85em;
    text-align: left;
    width: 100%;
}
.char_result_box {
    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;
}
