
.clickable {
	cursor: pointer;
}

.clickable:hover {
	background-color: rgb(58, 135, 173);
	color: white;
	font-weight: bold;
}

.land2-card {
	min-width: 1000px;
	max-width: 1000px;
}

.assrno-input {
	min-width: 80px;
	max-width: 80px;
	height: 24px;
}

.extra-thin-input {
	min-width: 35px;
	max-width: 35px;
	text-align: center;
	height: 24px;
}

.input-normal-btn {
	min-width: 90px;
	max-width: 90px;
	height: 26px;
}


