/* QUIZ STYLES */
/* Styles to prettify the quiz page */

.mojKviz {
	/*Potrebno je zmanjšati širino appleta s tem se proporcioalno manjša tudi višina*/
    width: 550px;
    border: 1px solid #ccc;
	padding:2px;
    background: #fff;
    font-family: Trebuchet, Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #353535;
    line-height: 1.5em;
}
/*V primerih, kjer so slike manjše kod odgovori, lahko povečamo prostor za odgovor in zmanjšamo prostor za slike. Skupni seštevek width polj v obeh dveh razredi 
(vrednostOdgovori) & (vrednostSlika) mora znašati 100% oz. 99% če se deli na tretjine*/
.vrednostOdgovori{
	width:45%;
}
.vrednostSlika{
	width:55%;
}

/*Konec spreminjanja*/
strong { font-weight: bold; }
em { font-style: italic; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol li { list-style-type: decimal; margin-left: 20px; }

ol table{
	width:100%;
}

.button {
	margin-top:5px;
    float: right;
    width: auto;
    padding: 5px 15px;
    color:#ffffff;
    background-color:darkcyan;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	text-decoration: none;
}

.button:hover {
    background-color:darkslategray;
}

.startQuiz {
    margin-top: 40px;
}

.tryAgain {
    margin: 10px 0;
}

/* clearfix */
.quizArea, .quizResults {
    zoom: 1;
}
.quizArea:before, .quizArea:after, .quizResults:before, .quizResults:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}
.quizArea:after, .quizResults:after {
    clear: both;
}

.questionCount {
    font-size: 14px;
    font-style: italic;
}
.questionCount span {
    font-weight: bold;
}

ol.questions {
	padding:0px;
    margin:0px;
}
ol.questions li {
    margin-left: 0;
}

ul.answers {
    margin-left: 20px;
    margin-bottom: 20px;
}

ul.responses li {
    margin: 10px 20px 20px;
}
ul.responses li p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
ul.responses li.correct p span {
    color: #6C9F2E;
}ul.responses li.incorrect p span {
    color: #B5121B;
}

.quizResults h3 {
    margin: 0;
}
.quizResults h3 span {
    font-weight: normal;
    font-style: italic;
}
.quizResultsCopy {
    clear: both;
}

.slikca{
	width:66%;
	float:left;
}
.odgovori{
	padding:0px;
	width:100%;
	float:left;
}
.odgovori li{
	height:30px;
}