div.wpsqt-question-info {
	width: 250px;
	border: 1px solid #A8A8A8;
	padding: 15px;
	margin-top: 50px;
}
div.wpsqt-survey-info {
	padding: 10px;
	margin-top: 50px;
	text-align: center;
}
div.wpsqt-question-review {
	margin-bottom: 75px;
}
div.wpsqt-progress {
	background-color: #BABABA;
	border-radius: 13px; 
	padding: 3px;
}
div.wpsqt-progress div {
	background-color: #707070;
	height: 10px;
	border-radius: 10px;
}

/* Changes by qexo AN-20150407-27 */

.h24-question
{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 13px;
}

.wpsqt_multiple_question
{
	list-style: none;
}

.wpsqt_multiple_question li{
	margin-bottom: 3px;
}

.wpsqt_multiple_question li input
{
	margin-right: 7px;
}

.kaki-holder
{
	float: right;
}

.submit-button-holder::before
{
	clear:right;
}

.submit-button-holder
{
	margin-top: 7px;
}

.h24-quiz-button-next {
	background: rgba(0, 0, 0, 0) url("https://www.hygieneschulung24.de/wp-content/themes/hygieneschulung/images/arrow_done.png") no-repeat scroll center center;
	color: #ffffff;
	font: bold 20px "Trebuchet MS",Arial,Helvetica,sans-serif;
	height: 38px;
	margin-top: 4px;
	overflow: visible;
	padding: 3px 0 0;
	width: 215px;
	display: table;
	margin: 0 auto;
}

.demo-qiz-btn-wrap{
	display: flex;
    align-items: center;
    justify-content: center;
}

.demo-qiz-submit-btn{
	background: #2183C0 no-repeat scroll center center;
    color: #ffffff !important;
    font: bold 20px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 38px;
    overflow: visible;
    min-width: 215px;
    display: table;
    margin: 0 auto;
    line-height: 34px;
    padding: 0 10px;
    /* border: 2px solid #000; */
    border: 2px solid #767676;
    /* border-left-color: #767676;
    border-top-color: #767676; */
	margin-right: 10px;
}
.demo-course-btn .btn {
	font-size: 12px;
}
.demo-course-btn .btn-secondary{
	background-color: #6c757d;
	color: #ffffff;
}
/* changes with bootstrap */
.wpsqt_multiple_question li label
{
	font-weight: normal;
}