	.unit_table {
		border:1px solid #C0C0C0;
		border-collapse:collapse;
		padding:5px;
		width: 100%;
	}
	.unit_table th {
		border:1px solid #C0C0C0;
		padding:5px;
		background:#F0F0F0;
		font-weight: bold;
	}
	.unit_table td {
		/*border-bottom:1px solid #c0c0c0;*/
		padding: 5px 5px 5px 2ch;
		background:#32373D;
		color: #f0f0f0;
	}
	.unit_table input:disabled[type=text] {
		border: none;
		background:#32373D;
		color: #f0f0f0;
		width: 100%;
	}
	.unit_table select[disabled] {
		border: none;
		background:#32373D;
		color: #fffffc;
		width: 100%;
		padding-left: 2px;
	}
	.unit_table input[type=text] {
		width: 100%;
	}
	.unit_table select:not([disabled]) {
		height: 2em;
		width: 90%;
		padding-left: 2px;
		-webkit-appearance: menulist;
	}

	.unit_table .inpShort {
		width: 25%;
	}

	.unitButton_Confirm {
	  background: none!important;
	  border: none;
	  padding: 0!important;
		color:#fcfcfc; 
		font-weight: bold;
		/*width: 8ch;*/
	  text-decoration: underline;
	  cursor: pointer;
	}
	.unitLink_Confirm {
		color:#fcfcfc; 
		font-weight: bold;
	}
	.unitLink_edit, .unitLink_close, .unitLink_delete {
		cursor: pointer;
	}

	input:read-only {
	  background: none!important;
	  border: none;
	  padding: 0!important;
		color:#fcfcfc; 
		/*font-weight: bold;*/
	}

