/** CSS for the displayed page - Use this to override standard settings **/

table.quotestable {
	border-collapse: collapse;
	min-width: 100%;
}
table.quotestable tr {
	vertical-align: top;
	border-bottom: 1px solid whitesmoke;
}

table.quotestable td {
	position:relative;
}

table.bookingstable {
	border-collapse: collapse;
	min-width: 100%;
}

table.bookingstable tr {
	vertical-align: top;
	border-bottom: 1px solid whitesmoke;
}
span.iqshowlink {
	font-size: 12px;
	font-family: "Lucida Grande";
	text-decoration: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: white;
	display: inline-block;
	padding: 0.4em 1em;
	border: 0.1em solid #3e65b3;
	border-radius: 0.38em;
	background-image: linear-gradient(#62a6ed, #4b78d6);
	cursor:pointer;
	position: absolute;
    bottom: 0.4em;
}

.iqbtnbook {
	font-size: 12px;
	font-family: "Lucida Grande";
	text-decoration: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: white;
	display: inline-block;
	padding: 0.4em 1em;
	border: 0.1em solid #3E658D;
	border-radius: 0.38em;
	background-image: linear-gradient(#62A75F, #4B785D);
	cursor:pointer;
	position: absolute;
    bottom: 0.4em;
}

.iqquotevalue {
	font-weight:bold;
}

@media only screen and (min-width: 600px) {
	.modal {
		width: 80%;		
		max-height: 80vh;
	}
	.modal.fade.in {
		top: 40vh;
	}
}
