table.bill-details {
	width: 100%;
}

table.bill-details th {
	text-align: center;
	font-weight: bold;
}

table.bill-details th,
table.bill-details td {
	padding: 10px;
	border: 1px solid grey;
}
.quickpay {
    margin: 20px 0;
}
.quickpay .row {
    margin-bottom: 10px;
}
.settlement-text {
    
}
.settlement-text p {
    font-size: 14px;
    line-height: 1.5;
}
.scroll-terms {
    height: 150px;
    overflow: auto;
    margin-bottom: 20px;
}