
.timepicker{
	width: 60%;
	/*width: 83%;*/
	height: 34px; 
	padding: 6px 12px; 
	border: 1px solid #ccc; 
	border-radius: 4px;
	color: #555; 
	font-size: 14px; 
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	 display: inline-block !important;
}