.mother_child_union_dialog
{
    position: absolute;
    width: 25vw;
    height: 15vw;
    font-size: 1.2vw;
    font-weight: bold;
}

.mother_child_union_dialog_chrono_n_mother_placeholder
{
	position: absolute;
	left: 1vw;
	top: 1vw;
}

.mother_child_union_dialog_chrono_n_mother
{
    position:absolute;
    left: 11vw;
    top: 1vw;
    font-size: 1.2vw;
    color: #e94e1b;
}

.mother_child_union_dialog_chrono_n_child_placeholder
{
    position:absolute;
    left: 1vw;
    top: 4vw;
}

.mother_child_union_dialog_n_child_div
{
    position: absolute;
    left: 1vw;
    top: 6vw;
	width: 23vw;
	height: 8vw;
    overflow-y: auto;
}

.mother_child_union_dialog_chrono_n_child
{
    font-size: 1.2vw;
    color: #3aaa35;
}

.mother_child_union_dialog_union_button
{
    position: absolute;
    top: 0.1vw;
    left: 21vw;
    height: 4vw;
    max-height: 100%;
    width: auto;
}