/* JG: added to basket message */
.owb-product .alert-success {
	font-size: 18px;
}

.owb-product .alert-success a {
	color: #428bca;
	text-decoration: underline;
}
.owb-product .alert-success a:hover {
	color: #2a6496;
}

/* JG: buy now button disabled msg */
.buy-now-disabled-msg {
	position: relative;
	background: #88b7d5;
	border: 1px solid #c2e1f5;
	padding: 1em;
}

.buy-now-disabled-msg:after, .buy-now-disabled:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.buy-now-disabled-msg:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #88b7d5;
	border-width: 8px;
	margin-left: 50px;
}
.buy-now-disabled-msg:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #c2e1f5;
	border-width: 9px;
	margin-left: 49px;
}

.buy-now-disabled .btn-default[disabled] {
	background-color: #ccc;
}


/* JG: thank you for your order page - panel shown when anonymous checkout has been performed */

body.page-checkout #commerce-checkout-form-complete .form-type-password-confirm {
	margin-top: 0;
}



/* JG: answer page */
.page-node-1740 .main-container h2 {
	font-size: 24px;
	margin: 0;
	color: #0e90d3;
}

.page-node-1740 .main-container table {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	margin-top: 1em;
	width:100%;
}

.page-node-1740 .main-container table th {
	background-color: #0e90d3;
	color: white;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 25px;
}

.page-node-1740 .main-container table td {
	padding: 6px 25px;
}

.page-node-1740 .main-container legend {
	color: black;
}

/* JG: added to format the submit an answer (spy) */
.page-node-1740 #edit-spy-code .form-text {
	width: auto;
}

.page-node-1740 #edit-spy-code .form-type-textfield {
	float: left;
	margin-right: 1em;
}

.page-node-1740 #edit-spy-code .form-control {
	margin-bottom: 0;
}

.page-node-1740 .spy-answer {
	position: relative;
	height: 143px;
}

.page-node-1740 .spy-answer img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.page-node-1740 .spy-answer .spy-1 {
	position: absolute;
	top: 110px;
	left: 22px;
	z-index: 2;
}

.page-node-1740 .spy-answer .spy-2 {
	position: absolute;
	top: 110px;
	left: 70px;
	z-index: 2;
}

.page-node-1740 .spy-answer .spy-3 {
	position: absolute;
	top: 110px;
	left: 120px;
	z-index: 2;
}

.page-node-1740 .spy-answer .spy-4 {
	position: absolute;
	top: 110px;
	left: 170px;
	z-index: 2;
}

/* -- END JG -- */
