.auth h2{
	font-size:24px;
	color:#5a5858
}

.auth h4{
	color: #5a5858
}

.smsPayBtn{
	display: inline-block;
    background-color: #7fbe27;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    border-radius: 20px;
    border: none;
	transition: all 0.2s linear;
	margin: 10px;
}

.smsPayBtn:hover{
	background-color: #FBB30B;
}

.serviceTitle{
	text-align: center;
	padding-top: 20px;
}

.serviceInfo{
	background: linear-gradient(#F5FFE6,#DAFDA8);
	border: solid;
    border-width: 3px;
	border-color: #AEC976;
	font-weight:bold;
	margin-bottom: 10px;
}

.serviceContent{
	margin: 10px;
}

.serviceMark{
	color:#3DC175
}

.serviceContent a {
	color: #08c;
}

.servicelist{
	list-style-type: decimal;
	list-style-image: none;
}

.storePayContent h2{
	font-size: 25px;
	color: black
}

.barcodeContent{
	margin: 0px 15%
}

.invoiceContent{
	margin: 0px 5%;
	margin-top: 10%;
}

.center{
	text-align: center
}

.table-inv tr td{
	text-align: center
}