.container {
	padding-top:55px;
}
#confirmBox {
    position:fixed;
	z-index:5;
    width:380px;
    bottom:15%;
	left:50%;
    margin-left:-190px;
    box-sizing:border-box;
    text-align:center;
	font-weight:bold;
}