
.chained-nav{
background-color:lightgray
}


.chained-nav button{
background-color:gray;
	padding:0.75em;
}

.chained-quiz-action {
	padding-top: 20px;
	padding-bottom: 20px;

}


.chained-sidebox
{
	border:1px solid black;
	padding:10px;
	margin-bottom: 20px;
}

#chained-sidebar
{
	float:left;
	width:25%;
}

#chained-related, #chained-ad
{
	background-color: #BBEEDD;
}

.chained-form label {
	width: 150px;
	display: block;
	float: left;
}

textarea.chained-quiz-frontend {
	width: 100%;
}

.chained-quiz-choices.incorrectAnswer {border: 0.15em solid red;}
.chained-quiz-retry {color:red}
.chained-quiz-label-nav { text-decoration: underline; cursor: pointer}

.chainedquiz-quiz-timer {
    position: fixed;
    top: 0.2em;
    left: 50%;
    padding: 0;
    text-align: center;
    transform: translate(-50%, 0);
    z-index: 99999;
    color: red;
    font-size: 3em;
	line-height:1;
}

.chained-quiz-close-message, .chained-quiz-alert-message
{margin:0; padding:0; font-size:0.3em }

#chainedLoading	{display: none;position: fixed;top: 0;left: 0;width: 100%;margin: auto;background: center no-repeat url(../img/loading.gif); background-color: rgba(0,0,0,0.3);background-attachment: scroll;height: 100%; z-index:99}

.ui-dialog.chained-quiz-dlgClueConfirm  button , .ui-widget-header {
	background-image : none
}

.ui-dialog.chained-quiz-dlgClueConfirm {position:fixed}

.ui-widget-overlay {
    background: black;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.chainedquiz-question-countdown{
	display: inline;
    font-weight: 999;
    vertical-align: middle;
    font-size: 2em;
	color:#e2401c;
	padding-left:1em; padding-right:1em;
}