@CHARSET "UTF-8";

.input .year {
	width: 80px !important;
}

@media screen and (min-width: 700px) {

	.input .year {
		width: 100px !important;
	}
}
