/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

#res-form-wrap{
	padding: 15px;
	border: 1px solid #444444;
	background-color: #ffffff;
}

#tripTypeArea{
	margin-bottom: 20px;
}

#top label{
	display: inline-block;
}

/* #Forms
================================================== */

	#top .datepicker form {
		margin-bottom: auto; }
	#top .datepicker fieldset {
		margin-bottom: auto; }
	#top .datepicker select {
		 -webkit-appearance: none;
		border: inherit;
		padding: inherit;
		outline: none;
		font: inherit;
		color: inherit;
		margin: auto;
		width: auto;
		max-width:100%;
		display: inherit;
		margin-bottom: auto;
		background: inherit;
		border-radius: inherit;
		}
	#top .datepicker select {
		width: auto; }

/* #Table
================================================== */
.datepicker table {
	width: auto;
	padding: inherit;
	margin: inherit;
	font-size: inherit;
}

.datepicker th {
	font-weight: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	text-align: inherit;
	padding: inherit;
	border-style: inherit;
	border-width: 0px;
	border-left: inherit;
	border-top: inherit;
}

.datepicker td {
	font-size: inherit;
	padding: inherit;
	border-style: inherit;
	border-width:0px;
	border-left:inherit;
	border-top:inherit;
}

.datepicker tr th:first-child, .datepicker tr td:first-child{
	border-left-style: inherit;
	border-left-width: 0px;
}

.datepicker tr:first-child th, .datepicker tr:first-child td{
	border-top-style: inherit;
	border-top-width: 0px;
}

#top .datepicker th.nobg {
	background: inherit;
	border-top: inherit;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

}