* {
	margin:0px;
	padding:0px;
	border:none;

}

body {
    font-family: Arial, sans-serif;
    background-color: #d1e1e4;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
    
}

#wrap {
    width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
}
li {
    list-style: none;
}
p {
	font-size: 15px;
	line-height: 18px;
	margin: 15px 0;
	/*font-weight: bold;*/
}
h1 {
    padding: 0 28px;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 45px;
    font-weight: normal;
    text-shadow: 0px -1px 2px black;
    height: 45px;
}
h1 {
    background: #cadcde; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhZGNkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2FkYzZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzk5YjZiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTk0OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #cadcde 0%, #adc6cc 50%, #99b6bd 51%, #7e9498 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cadcde), color-stop(50%,#adc6cc), color-stop(51%,#99b6bd), color-stop(100%,#7e9498)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cadcde 0%,#adc6cc 50%,#99b6bd 51%,#7e9498 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #cadcde 0%,#adc6cc 50%,#99b6bd 51%,#7e9498 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #cadcde 0%,#adc6cc 50%,#99b6bd 51%,#7e9498 100%); /* IE10+ */
    background: linear-gradient(top,  #cadcde 0%,#adc6cc 50%,#99b6bd 51%,#7e9498 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadcde', endColorstr='#7e9498',GradientType=0 ); /* IE6-8 */
}
button:hover {
    cursor: pointer;
}
#questionList {
    width: 99999px;
    position: relative;
}
.questionItem {
    display: block;
    float: left;
    width: 264px;
    padding: 0 28px 10px 28px;
    position: relative;
    min-height: 320px;   
}
.questionItem > div p, .questionItem .certificate label {
    font-size: 15px;
    line-height: 20px;
}

.questionItem p{
    font-size: 16px;
}

.questionItem button, 
input.button,
a.button {
    display: inline-block;
    padding: 8px 6px;
    background: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 40px;
    display: none;
}
.questionItem > div > img {
    margin: 0 -28px;
}

.startItem > div > img {
    display: none;
}

h1.documentTitle {
    display: none;
}
.answerItemList {
    margin: 0 -5px;
	 width:100%;
}
.answerItem {
  /*  display: inline-block;*/
	 width:100%;
}
.answerItem > div {
    display: none;
    background: white;
    padding: 10px;
    width: 244px;
    border-radius: 10px;
    margin: 20px 0;
}
.answerItem > div:after {
    content: ' ';
    background-image: url(img/chemiBubble.png);
    background-image: url(img/chemiBubble_ie.png)\9;
    background-repeat: no-repeat;
    background-size: 104px 125px;
    background-position: bottom right;
    width: 104px;
    height: 135px;
    display: block;
    position: absolute;
    right: 28px;
}
.answerItem > div p.class {
}
p.rightAnswer {
    color: #0f870f;
	font-weight:bold;
	font-size:14px;
	line-height:21px;
	margin-top:10px;
}

p.wrongAnswer {
    color: #c00;
	font-weight:bold;
	font-size:14px;
	line-height:21px;
	margin-top:10px;
}
p.title {
	font-size:16px;
}

.answerItem h2 {
    font-size:14px;
    font-weight:bold;
    line-height: 21px;
    color: #c00;
    text-align: center;
}

.answerItem button {
  /*  display: inline-block;*/
  display:block;
  width:100%;
    padding: 8px 6px;
    background: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 5px;
    margin-left: 5px;
    min-width: 127px;
}
.questionItem > button {
    margin-bottom: 70px;
}
.questionItem.startItem > button {
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.progress {
    text-align: center;
    margin-top: -6px;
	margin-left: -28px;
}
.progress span {
    color: #7E9498;
    text-align: center;
    font-size: 12px;
	
	color:#92adb3;
   /* text-indent: -9999px;*/
    display: inline-block;
	/*margin-left:1px;
	margin-right:1px;*/
    /*width: auto;*/
    /*height: 16px;*/
	margin-right:1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 12px;
	background-color:#FFF;
/*    background-image: url(img/bullet_active.png);*/
}
.progress span.inactive {
	background-color:#92adb3;
/*    background-image: url(img/bullet_inactive.png); */
}
.progress .toGo {
    color: #fff;
}


.buttonwrap button { float: left; display:block; }
.offline .createcertificate { display:none; }

form.certificate input.button, form.certificate button { display:inline-block; }
form.certificate input.text {

    display: inline-block;
    padding: 8px 6px;
    background: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    

}

.actions a.button  { text-align:center; text-decoration:none; color:#000; display:inline-block; }
.actions .button, .actions button {  text-align:center;display:inline-block;  }

.actions img.busy { /*margin:0px auto;*/ display:block;  }

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



.endItem img.avatar { 
    max-width: 300px;  
    height:auto;
    display:block;
    margin-left:auto;
    margin-right:auto;
}