input.bltipp[type="text"],
select {
	width: 3.25em;
	height: 2.75em;
	text-align: center;
}

input.bltipp22[type="text"],
select {
	width: 3.25em;
	height: 2.75em;
	text-align: center;
}

select, option {
    width: 150px;
}


	
table.bltipp {
			border-collapse: separate;
			width: 100%;
			border: 0;
			}

			table.bltipp tbody tr td {
				border: solid 1px rgba(210, 215, 217, 0.75);
				border: 0;
				border-left-width: 0;
				border-top-width: 0;
				
			}


			table.bltipp tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.bltipp thead {
				border-bottom: 0;
			}

			table.bltipp tfoot {
				border-top: 0;
			}
			table.bltipp td {
				padding: 0.2em 0.5em;
				vertical-align: middle;
			}
			table.bltipp tbody tr:nth-child(2n + 1) {
				background-color: rgba(230, 235, 237, 0.25);
			}


}