.ne-social-icons {
	position: absolute;
	top: 125px;
}

.ui-datepicker {
	width: 12em!important;	
}

.ui-datepicker table {
	font-size: .6em!important;
}

@media only screen and (max-width: 960px) {
	.ne-social-icons {
		top: 40px;
		right: 150px;
	}
}

@media only screen and (max-width: 800px) {
	.ne-social-icons {
		right: 100px;
		top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.ne-social-icons {
		/* display: none; */
		right: 65px;
		top: 5px;
	}
	
	.ne-social-icons img {
		width: 18%;
	}
}