.progress {
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: auto;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ffffff;
    border-radius: .25rem;
	margin-top: 10px;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0059ff;
    transition: width .6s ease;
	font-size: 16px;
	text-align: center;
}

#uploadStatus{
	padding: 10px 20px;
    margin-top: 10px;
	font-size:18px;
	text-align: center;
}