body {
	background-image: url("intro-bg.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
    background-position: left center;
	background-attachment: fixed; 
}

.btn-outline-success {
    color: #212529;
    background-color: #f8f9fa;
    background-image: none;
    border-color: #17a2b8;
}

.containerheader {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	width: 50%;
	
}

.container {
	
}

.card {
	
	margin-top: 15px;
	
}

.card-text {
	
	width: 100%;
	font-weight: bold;
	
}

.input-group-prepend {
	width: 50%;
}

.input-group .input-group-prepend {
    flex: 0 0 20%;
}

.input-group .input-group-text {
    width: 100%;
}

a.moveRight {
	float: right;
}
div.moveRight {
	float: right;
}

.tax-exempt {
	font-weight: bold;
	font-size: 1.5rem;
	margin-top: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
    line-height: 1.5;
}

ul.ui-autocomplete {
    z-index: 1100;
}