	input.nice-button {
		background:		#FFA500;
		border:			1px solid #F39652 !important;
		line-height:	16px;
		height:			23px;
		padding:		0;
		color:			#fff;
		font-size:		14px;
		font-weight:	bold;
		cursor:			pointer;
		display:		block;
		width:			140px !important;
		text-align:		center;
		float:			left;
		margin-right:	20px;
position: relative !important;
bottom: auto !important;
right: auto !important;
	}

#place-date-selector th {
	text-align:			left;
	vertical-align:		top;
	line-height:		22px;
}

#place-date-selector td {
	vertical-align:		top;
	line-height:		22px;
	padding-left:		5px;
}

#place-date-selector td input, #place-date-selector td select {
	border:				1px solid black;
}

#country {
	width:				200px;
}

#pickup_date, #return_date {
	width:				100px;
}

#place-date-selector td a img {
	vertical-align:		bottom;
	margin-left:		5px;
}

#vehicle-selector {
	table-layout:		fixed;
}

#vehicle-selector label {
	cursor:				pointer;
}
#vehicle-selector tr.hover {
 /*	background:			#F39652; */
 background : Lightskyblue;
}

#vehicle-selector tr td a img {
	vertical-align:		bottom;
}

#vehicle-selector td {
	padding:			2px 2px;
}

.col1 {
	width:				35px;
	text-align:			center;
}
.col2 {
	width:				35px;
	text-align:			left;
}
.col3 {
	width:				200px;
	text-align:			left;
}
.col4 {
	width:				40px;
	text-align:			left;
}
.col5 {
	width:				40px;
	text-align:			center;
}
.col6 {
	width:				40px;
	text-align:			center;
}
.col7 {
	width:				70px;
	text-align:			right;
	font-weight: bold;
}
.col8 {
	width:				70px;
	text-align:			right;
	font-style: italic;
}
th.col8{
  font-style: normal;
}

#rekapitulace th {
	text-align:			left;
	padding-right:		5px;
}

#confirmation {
	margin-top:			10px;
}

#confirmation th {
	text-align:			left;
	padding-right:		5px;
}

#customer-details th {
	text-align:			left;
	padding-right:		5px;
}

#customer-details td input, #customer-details td select {
	border:				1px solid black;
	width:				120px;
	margin-right:		10px;
}

