.reg-lable{
	text-align: left;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	padding: 10px;
}

.center{
	margin:auto;
	width: 70%;
	height: 600px;
	border: 3px solid #ADD8E6;
	background-color: #F5F5F5;
}

.in-text{
	padding: 2px;
	width: 300px;
	height: 30px;
}

.reg-button{
	width: 140px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #F5FFFA;
    float: right;
    padding: 10px;
}

.reg-button:hover{
	background-color: #000080;
	color:#FFFFFF ;
}

.invoice-table{
	margin:auto;
	width: 90%;
	height: auto;
	border: 2px solid #000000;
	background-color: #F5F5F5;
}

table, th, td{
	border: solid;
	
}

.gen-button{
	width: 140px;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
    background-color: #F5FFFA;
    float: right;
    padding: 10px;
}
.gen-button:hover{
	background-color: #000080;
	color:#FFFFFF ;
}

.add-button{
	width:25px; 
	height:25px;
	background-size: 20px 20px;
	background-repeat: no-repeat; 
	background-position: center;
	background-color: F5FFFA;
	position:absolute;
}

.add-button:hover{
	transform: scale(1.5);
}