.recogniseItem{
    position: absolute;
    background-image: url(bg.jpg);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.recogniseItem .roundInfo{
    font-size: 20px;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 40px;
    right: 20px;
}
.recogniseItem .photoFrame{
    position: absolute;
    top: 96px;
    left: 296px;
    width: 257px;
    height: 265px;
    cursor: pointer;
    display: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(frame.png);
}
.recogniseItem .sampleContainer{
    position: absolute;
    top: 99px;
    left: 299px;
    width: 245px;
    height: 245px;
    cursor: pointer;
    display: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.recogniseItem .number{
    font-family: Calibri;
    font-weight: bold;
    font-size: 100px;
    position: absolute;
    top: 160px;
    left: 180px;
}
.recogniseItem .question{
    display: none;
    padding: 10px;
    position: absolute;
    color: #000000;
    font-family: Arial;
    font-size: 30px;
    left: 214px;
    top: 146px;
    width: 398px;
    height: 180px;
    text-align: center;
    background-image: url(window.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    -webkit-box-shadow: 2px 2px 13px 0px rgba(50, 50, 50, 0.28);
    -moz-box-shadow:    2px 2px 13px 0px rgba(50, 50, 50, 0.28);
    box-shadow:         2px 2px 13px 0px rgba(50, 50, 50, 0.28);
}
.recogniseItem .choicesContainer{
    position: absolute;
    top: 235px;
    left: 285px;
    display: none;
}
.recogniseItem .choice{
    width: 75px;
    height: 75px;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.recogniseItem .choice.correct{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: rgba(0,255,0,0.7);
    border-radius: 5px;
}
.recogniseItem .choice.wrong{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    background-color: rgba(255,0,0,0.7);
    border-radius: 5px;
}

.recogniseItem .starttiButton{
    position: absolute;
    top: 200px;
    left: 296px;
    width: 257px;
    text-align: center;
    font-size: 30px;
    font-family: Arial;
}