.unitype {
	position: absolute;
    width: 40px;
	height: 20px;
	top: 10px;
	left: 5px;
    padding: 5px 10px;
    background-color: #f8f9fa;
	    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 1000;
    color: #000;
    text-align: center;
    line-height: 1.2;
   // border: 2px solid #e0e0e0;
   // border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}