@charset "utf-8";
/* CSS Document */

.QuestionAnswer .ui-draggable-handle : hover{
	background-color:#09F;
}

.by-the-numbers {
       position: relative;
       margin-bottom: 20px;
    }
    .by-the-numbers h3 {
       margin-bottom: 10px;
    }
    .by-the-numbers h4 {
       margin-bottom: 0px;
    }
    .by-the-numbers img {
       display: inline-block;
       max-width: 142px;
       vertical-align: text-bottom;
    }
    .student-description {
       display: inline-block;
       padding-left: 30px;
       position: absolute;
       top: 0px;
    }

    @media only screen and (max-width: 29.6875em) {

         .by-the-numbers img {
             margin-left: -10px;
             max-width: 80px;
         }

         .student-description {
            padding-left: 0;
         }
 
         .student-description h3 {
             font-size: 14pt;
             margin-top: 0px;
         }

         .student-description h4 {
             font-size: 9pt;
             margin-top: -15px;
         }
    }

