.date {
	display: inline-block;
	white-space: nowrap!important;
}
/* @media screen and (max-width: 500px) {

	.date {
		display: table;
		width: 100%;
		padding-top: 10px;
	}
	.date span {
		padding-left: 18px!important;
	}
	
} */
.in2b {
	width: 130px!important;
	padding-right: 20px!important;
	margin-left: 15px!important;
	margin-right: 15px!important;
	background-image: url(resources/images/calendar-icon.png)!important;
	background-repeat: no-repeat!important;
	background-position: right 10px top!important;
	cursor: pointer;
}
.in2b:hover, .in2b:active {
	background-position: right 10px bottom!important;
}
hr {
	clear: both;
	display: block;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #CCC!important;
	background-color: #CCC!important;
	border: 0;
}