.anketsoru{
	//background-color:red;
	width: 50%;
	height: auto;
	font-size:25px;
}

.cevaplar{
	width: 50%;
	height: auto;
	background-color:orange;
}

.cevapic{
	//background-color:purple;
	display: block;
	margin-top:3px;
	padding:5px 0px;
	border-radius: 5px;
	cursor: pointer;
}
.cevap{
    width: 90%;
	background-color:red;
	//margin-top:40px;
    margin-left: 5px;
}
.cevapic:hover{
	background-color:#eee;
}


.info{
	font-size:14px;
	font-weight: bold;
}

.sonuclar{
	//display: none;
}

.sonuc1{
	//margin-top:-20px;
}


.sonucspan{
color:#FFF;
z-index:5;
position:relative;
font-size:14px;
}





.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px;
}
.progress{
	margin-top:30px;
    height: 20px;
    background: #333;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-value{
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: -30px;
    right: -25px;
}

.progress .progress-bar:after{
    content: "";
    display: inline-block;
    width: 10px;
    background: #fff;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -5px;
    z-index: 1;
    transform: rotate(35deg);
}



.clock {
    display: inline-block;
    padding: 15px 25px;
    background: #000;
    border: 4px solid #614c2d;
    border-radius: 12px;
    font-family: monospace;
    font-size: 28px;
    color: #daf6ff;
    text-shadow:
        0 0 5px #0af,
        0 0 10px #0af,
        0 0 20px #0af,
        0 0 40px #0af,
        0 0 80px #0af;
    box-shadow:
        inset 0 0 10px #000,
        0 0 10px #614c2d,
        0 0 30px #614c2d;
}
