.ucs .nextStepBtn {
    border-radius: 1em;
    background: #C21010;
    color: white;
    width: 100%;
}

#alert_success{
	width: 50%;
    text-align: center;
    display: none;
    margin-left: 25%;
    float: center;
}

#alert_fail{
	width: 50%;
    text-align: center;
    display: none;
    margin-left: 25%;
    float: center;
}

#alert_success2{
	width: 50%;
    text-align: center;
    display: none;
    margin-left: 25%;
    float: center;
}

#alert_fail2{
	width: 50%;
    text-align: center;
    display: none;
    margin-left: 25%;
    float: center;
}

.fenge{
	padding: 20px 10px 10px 2px;
    margin-left: 10px;
    border-left: 1px solid #aaa;
    font-size: 0;
}

.auxiliaryFunctionDiv{
	border:none;position: absolute; right: 6%; top: 15%; padding: 2px 7px; cursor: pointer;
}