.link {
    color: blue;
    cursor: pointer;
		text-decoration-line: underline;
}

body {
    font-size: 0.9em;
}

.ui-state-highlight { background: yellow !important; }

.customerDiv {
		text-align: center;
		display: none;
}

.customerTable {
		padding: 10px;
		margin: auto;
		border: 1px solid black;
}

.customerDivCaption {
		text-align: right;
		padding: 3px 5px;
}
.customerDivInput {
		text-align: left;
}

.ui-widget {
    font-size: 0.9em;
}

input {
    padding-left: 3px;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

input {
    vertical-align: middle;
}

label {
    display: inline-block;
    vertical-align: middle;
}

#tblCustInfo td {
		text-align: center;
}

h4 {
		color: blue;
		text-decoration: underline;
		margin-bottom: 0px;
		text-align: left;
		cursor: pointer;
}

.dropDownList {
		display: none;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		position: absolute;
		cursor: pointer;
}

.dropDownList li {
		padding-bottom: 3px;
		display: block;
		cursor: pointer;
		text-align: left;
		padding-left: 5px;
		padding-right: 10px;
		cursor: pointer;
}

.dropDownList li:hover {
		font-weight: bold;
}
