body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #868585;
	background: #F5F4F2;
	font-weight: normal;
}
.questions{
	max-width: 1200px;
	border: 10px solid #f3f3f3;
	padding: 10px;
	margin: 0 auto;
}

.test-data{
	border: 10px solid #f3f3f3;
	padding: 10px;
	margin: 0 0 20px 0;
}

#CountDownTimer{
	width:400px;
	height: 100px;
	margin-top:-50px;
	margin-left: 80%;
}
.panel-group a {
	text-decoration: none;
}
form_study{
	display: none;
}

.q{
	/*border-bottom: 1px solid #000;*/
	font-weight: bold;
}
.a{
	padding: 5px 0;
}

.disabled {
    pointer-events: none; /* делаем ссылку некликабельной */
    cursor: default;  /* устанавливаем курсор в виде стрелки */
    color: #999; /* цвет текста для нективной ссылки */
}
.question {
	display: none;
}
.pagination{
	margin: 20px;
	text-align: center;
}

.pagination a{
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 6px 12px;
	text-decoration: none;
	background: #fff;
	color: #428bca;
	margin: 0 5px 0 0;
}
.pagination a:hover{
	background: #eee;
}
.pagination > .nav-active{
	background: #428bca;
	color: #fff;
	border-color: #428bca;
	cursor: default;
}

#printer{
	margin-top: 5px;
}
.center{
	display: block;
	margin: auto;
	text-align: center;
}

.none{display: none;}

.ok{
	display: none;
	}

.error{
	border: 1px solid #DDB1B1;
	background: #FFEDED;
	color: #7F5354;
	border-radius: 5px;
	margin-bottom: 2px;
	padding: 5px;
}
.ok2{
	color: green;
}
.error2{
	text-decoration: line-through;
	color: #ff0000;
}
thead{
	font-size: 18px;
}
tbody{
	font-size: 16px;
}
img{
	max-width: 100%;
	height: auto;
}

footer {
	margin-top: 60px;
  width: 100%;
  /* Висота футера */
  height: 50px;
  background-color: #f5f5f5;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	/* Забираємо футер на малих екранах */
/*footer {
	display:none;
}*/
CountDownTimer{
	margin: 0 auto;
	height: 50px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	/* Забираємо футер на малих екранах */
/*footer {
	display:none;
}*/
CountDownTimer{
	margin: 0 auto;
	height: 50px;
}
}
