#payment
{
	display:none;
}
#customerPayment
{
	height:30vh;
}
.noPadding
{
	padding:0 !important;
}
p
{
	font-size:2vw;
}
#returnMoneySubmit
{
	position:fixed;
	bottom:0;
}
#submitbtn
{
	height:10vh;
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
    font-size:2vw;
}

#submitbtn:hover
{
	height:10vh;
    background-color: #008CBA;
    color: white;
}
#returnMoneyCount
{
	text-align:center;
	font-size:3vw;
}
#nothingBtn
{
	height:10vh;
	font-size:2vw;
}
#paymentBtn
{
	height:10vh;
	font-size:2vw;
}
#returnMoney
{
	margin-top:10vh;
}
#totalReturn
{
	font-size:2vw;
	text-align:center;
}
#clearReturns
{
	font-size:2vw;
	text-align:center;
	height:10vh;
}
