text{
	font-size:16px;
}
#span{
  color:red;
}
    #chart{
        position:absolute;
        width:500px;
        height:500px;
        top:0;
        left:0;
       
    }
    input[type="radio"] {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
        transform: scale(1.5);
    }
    @media only screen and (orientation:portrait) {
        #question {
          display: none;
        }
        #chart, .pager {
          display: none;
        }
        #warning-message {
          display: block;
        }
      }
  
      @media only screen and (orientation:landscape) {
        #warning-message {
          display: none;
        }
        #question {
          display: block;
        }
        #chart, .pager {
          display: block;
        }
      }

      
    .btn-info{
        white-space: nowrap;
    }
    #refresh
{
    text-align:center;
}
#reset, #count
{
    display:inline;
}
    img{
width:100px;
height:100px;

    }
   #count{
    white-space: nowrap;

   }

   #reset{
    display:none;
padding-top:500px;
padding-left:20px;
   }
  
    #question{
        position: absolute;
        width:400px;
        height:500px;
        top:0;
        left:520px;
    }
    #question h1{
        font-size: 50px;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: absolute;
        padding: 0;
        margin: 0;
        top:50%;
        -webkit-transform:translate(0,-50%);
                transform:translate(0,-50%);
    }