

@media (max-width:641px)  { 
    .question
    {
         -moz-border-radius: 6px;
         -webkit-border-radius: 6px;
         border: solid 1px #3498db;
         border-radius: 6px;
         line-height: 120%;     
         overflow: hidden;
         padding: 10px 10px;
         margin-bottom:10px;
    }
    .question.question1
    { 
         background: rgba(254,214,76, 0.5);
    }
    .question.question2
    { 
         background: rgba(252,126,13, 0.5);
    }
    .question.question3
    { 
         background: rgba(233,12,34, 0.5); 
    }
    .question.question4
    { 
         background: rgba(235,79,113, 0.5); 
    }
    .question.question5
    { 
         background: rgba(192,73,153, 0.5); 
    }
    .question.question6
    { 
         background: rgba(147,118,180, 0.5); 
    }
    .question.question7
    { 
         background: rgba(33,109,190, 0.5); 
    }
    .question.question8
    { 
         background: rgba(3,136,171, 0.5); 
    }
    .question.question9
    { 
         background: rgba(1,155,161, 0.5); 
    }
    .question.question10
    { 
         background: rgba(186,213,49, 0.5); 
    }
}
@media (min-width:641px)  { 

    .question
    {
         -moz-border-radius: 6px;
         -webkit-border-radius: 6px;         
         border: solid 1px #3498db;
         border-radius: 6px;
         line-height: 120%;
         overflow: hidden;
         padding: 15px 60px 15px 100px;
         margin-bottom:20px;
    }
    .question.question1
    { 
         background: rgba(254,214,76, 0.5); 
         background-image: url(../Images/icons/1.png);
         background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question2
    { 
         background: rgba(252,126,13, 0.5); 
         background-image: url(../Images/icons/2.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question3
    { 
         background: rgba(233,12,34, 0.5); 
         background-image: url(../Images/icons/3.png);  background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question4
    { 
         background: rgba(235,79,113, 0.5); 
         background-image: url(../Images/icons/4.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question5
    { 
         background: rgba(192,73,153, 0.5); 
         background-image: url(../Images/icons/5.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question6
    { 
         background: rgba(147,118,180, 0.5); 
         background-image: url(../Images/icons/6.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question7
    { 
         background: rgba(33,109,190, 0.5); 
         background-image: url(../Images/icons/7.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question8
    { 
         background: rgba(3,136,171, 0.5); 
         background-image: url(../Images/icons/8.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question9
    { 
         background: rgba(1,155,161, 0.5); 
         background-image: url(../Images/icons/9.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    .question.question10
    { 
         background: rgba(186,213,49, 0.5); 
         background-image: url(../Images/icons/10.png);
           background-position: 9px 5px;
         background-repeat: no-repeat;
    }
    
}



