.which-main-title {
	margin-top: 0 !important;
}

#info_content {
	display: none;
}

#frame {
	cursor: default;
}

#frame h4 {
	margin-top: 1em;
}

.question_question_panel {
	margin-top: 1em;
	font-size: 20px;
}

.yesBox, .noBox {
	cursor: pointer;
}

#refresh_btn {
	margin-top: 2em;
	border-radius: 16px;
	font-size: 14px;
	letter-spacing: 2px;
}

#refresh_btn:focus {
	outline: none;
}

#all_packages_btn:focus {
	outline: none;
}

.noBoxLabel {
	margin-left: 1em;
}

.yes_no {
	margin-top: 0.6em;
}

.question {
	margin-bottom: 3px; 
}

.info_link {
	cursor:help;
	border-bottom: 2px dashed #666666;
}

.info_link:hover {
	border-bottom: 2px solid #666666;
	font-weight: bold;
}

.disabled *{
	opacity: 0.75;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
	cursor: default !important;
}

.disabled .info_link {
	text-decoration-line: none;
}

.disabled .info_link:hover {
	font-weight: normal;
}

.centre-offered {
	width: 70%;
	margin-left: 15.5%;
}

.centre-offered ul{
	list-style-type:none;
	padding-left: 0;
}

.extra-label {
	margin-left: 3em;
	margin-bottom: 0;
}

.extra p {
	margin-top: 8px;
	margin-bottom: 8px;
}

.extra_yes_no {
	margin-bottom: 0;
	padding-top: 30px;
}

.extra_content {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 1px solid grey;
	margin-right: 1px solid grey;
}

#extras {
	float: none;
}

.yes_no .yearLabel + .yearLabel{
	margin-left: 1em;
}

@media (max-width: 767px) { 
	.extra-label {
		margin-left: 0.5em;
		margin-top: 0.5em;
	}
}