    @charset "utf-8";
    /* CSS Document */
    
    body {
        margin: 0;
        padding: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: "Times New Roman", Times, serif;
        color: #000;
    }
	
    .btn {
        background-color: #f5f500;
        cursor: pointer;
        display: inline-block;
        border-radius: 50%;
        margin: 0 10px;
        border: 0;
        outline: 0 !important;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        text-align: center;
        padding: 0;
    }
    
    .btn.active {
        cursor: default;
        background-color: #c000b4;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    
    .reset8 {
        position: absolute;
    }
    
    .btnt {
        width: 28px;
        height: 28px;
        outline: 0;
    }
    
    .btnt.active {
        cursor: default;
    }
    
    .optionBtn {
        cursor: pointer;
    }
	
	.optionBtn:focus {
        outline:none;
    }
    
    .loaderWrapper {
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 20;
        background: #fff;
    }
    #btnt_1 {
        background: url(../images/module_1/x.png) no-repeat;
    }
    
    / #btnt_2 {
        background: url(../images/module_1/y.png) no-repeat;
    }
    
    #btnt_3 {
        background: url(../images/module_1/z.png) no-repeat;
    }
    
    #my_image-reel,
    .reel-overlay {
        margin: auto;
        cursor: default;
		margin-bottom: 5px;
    }
    #my_image0-reel {cursor: default;margin-bottom: 5px;
	}
	#my_image1-reel {cursor: default;margin-bottom: 5px;
	}
	#my_image2-reel {cursor: default;margin-bottom: 5px;
	}
	#my_image3-reel {cursor: default;margin-bottom: 5px;
	}
 	#my_image4-reel {cursor: default;margin-bottom: 5px;
	}
	#my_image5-reel {cursor: default;margin-bottom: 5px;
	}
	#my_image6-reel {cursor: default;margin-bottom: 5px;
	}
	#my_image7-reel {cursor: default;margin-bottom: 5px;
	}
	#my_image8-reel {cursor: default;margin-bottom: 5px;
	}
    .reel-panning,
    .reel-panning * {
        cursor: default !important;
    }
    
    .mouseBlock {
        position: absolute;
        width: 100px;
        height: 100px;
        left: 100px;
        top: 100px;
        cursor: pointer;
    }
    
    .sliderPanel {
        position: relative;
        width: 550px;
        margin: 0 auto;
    }
    
    .animatePanel {
        position: relative;
        width: 444px;
        margin: auto;
    }
    
    .sliderPanel .sliderDiv {
        width: 200px;
        float: left;
        margin-top: 6px;
    }
    
    .revolve {
        background-color: #f5f500;
        cursor: pointer;
        webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        font-family: arial;
        font-size: 12px;
        font-weight: 700;
        padding: 4px 10px;
        float: left;
        margin-left: 26px;
        border: 0;
    }
    
    .revolve:focus {
        border: 1px solid #7092c9;
        -webkit-box-shadow: 0 0 1px 1px rgba(81, 175, 255, 0.9);
        box-shadow: 0 0 1px 1px rgba(81, 175, 255, 0.9);
        outline: none;
    }
    
    .revolve.revolve1 {
        background-color: #e4c600;
    }
    
    .animate {
        background-color: #e4c600;
        cursor: pointer;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        padding: 3px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
        margin: 5px 0;
        float: left;
        border: 0;
    }
    
    .draw {
        background: url(../images/module_1/slider/draw.png) no-repeat;
        width: 68px;
        height: 88px;
        cursor: pointer;
        margin: auto;
    }
    
    .sel_img {
        background: url('../images/module_1/slider/sel (1).jpg') 50% 50% no-repeat;
        width: 68px;
        height: 88px;
        cursor: pointer;
        margin: auto;
    }
    
    .sel_img.active {
        background: url('../images/module_1/slider/sel (2).jpg') 50% 50% no-repeat;
    }
    
    .reset {
        background-color: #e4c600;
        cursor: pointer;
        display: block;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        padding: 3px 15px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
        margin: 5px 0;
        position: relative;
        float: left;
        border: 0;
    }
    
    .xaxis {
        background: url(../images/module_1/slider/x.bmp) no-repeat;
        width: 16px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
    }
    
    .yaxis {
        background: url(../images/module_1/slider/y.bmp) no-repeat;
        width: 16px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
    }
    
    .yaxis.active {
        background: url(../images/module_1/slider/handley.bmp) no-repeat;
    }
    
    .zaxis.active {
        background: url(../images/module_1/slider/handlez.bmp) no-repeat;
    }
    
    .xaxis.active {
        background: url(../images/module_1/slider/handlex.bmp) no-repeat;
    }
    
    .zaxis {
        background: url(../images/module_1/slider/z.bmp) no-repeat;
        width: 16px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
    }
    
    .sliderPanel .sliderDiv .slider:hover {
        cursor: pointer;
    }
    
    .sliderPanel .sliderDiv label {
        cursor: pointer;
    }
    
    .chk1 {
        background: url(../images/module_1/slider/chk_select.bmp) no-repeat bottom left;
        width: 33px;
        height: 38px;
        cursor: pointer;
        float: left;
        margin-left: 5px;
        border: 0px;
        z-index: 99999999;
    }
    
    .chk1:active {
        background: url(../images/module_1/slider/chk_selected.png) no-repeat bottom left;
    }
    
    .chk2 {
        background: url(../images/module_1/slider/chk_select.bmp) no-repeat;
        width: 16px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
    }
    
    .chk3 {
        background: url(../images/module_1/slider/chk_select.bmp) no-repeat;
        width: 16px;
        height: 28px;
        display: inline-block;
        cursor: pointer;
    }
    
    .xaxis.active,
    .yaxis.active,
    .zaxis.active {
        background-position: center bottom;
        cursor: default;
    }
    
    .clearfix {
        float: none !important;
        clear: both;
        display: block;
    }
    
    .btnClick {
        background: none;
        z-index: 999999;
        border: none;
        cursor: pointer;
        outline: 0;
    }
    /*!
 * jQuery UI Slider 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
    
    .ui-slider {
        position: relative;
        text-align: left;
    }
    
    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }
    
    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }
    
    .ui-slider-horizontal {
        height: .8em;
    }
    
    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -8px;
        cursor: pointer;
    }
    
    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }
    
    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }
    
    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }
    
    .ui-slider-vertical {
        width: .8em;
        height: 100px;
    }
    
    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }
    
    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }
    
    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }
    
    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
    
    .reset_ok {
        background: url(../images/module_1/slider/reset_ok.png) no-repeat;
        width: 75px;
        height: 88px;
        cursor: pointer;
        margin: auto;
        z-index: 99999999 !important;
    }
    
    #warning-message {
        background: #eeeeee;
        height: 100%;
        display: none;
    }
    
    #warning-message div {
        color: #000;
        display: block;
        font-size: 24px;
        left: 50%;
        margin-left: -235.5px;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: inherit !important;
    }
    
    .slider {
        height: 2px;
        width: 142px;
        background: #aaaaaa;
        margin: auto;
        left: -5px;
    }
    
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        background: #f5f500;
        border-radius: 0;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
        -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
        color: rgb(85, 85, 85);
        font-weight: normal;
        height: 15px;
        top: -7px;
        width: 15px;
    }
    
    .clear {
        clear: both;
    }
    
    .reel-preloader {
        width: 100% !important;
        height: 100% !important;
        background: #fff !important;
    }
    
    .reel-preloader:before {
        content: "Loading...";
        position: relative;
        top: 50%;
        text-align: center;
    }
    
    .ui-slider-handle,
    .ui-slider-handle:focus {
        outline: 0;
        border: 0 !important;
    }
    /*loader css*/
    
    #floatingBarsG {
        height: 116px;
        left: 50% !important;
        margin-left: -47px;
        margin-top: -58px;
        position: absolute !important;
        top: 50% !important;
        width: 94px;
    }
    
    .blockG {
        position: absolute;
        background-color: rgb(255, 255, 255);
        width: 15px;
        height: 36px;
        border-radius: 12px 12px 0 0;
        -o-border-radius: 12px 12px 0 0;
        -ms-border-radius: 12px 12px 0 0;
        -webkit-border-radius: 12px 12px 0 0;
        -moz-border-radius: 12px 12px 0 0;
        transform: scale(0.4);
        -o-transform: scale(0.4);
        -ms-transform: scale(0.4);
        -webkit-transform: scale(0.4);
        -moz-transform: scale(0.4);
        animation-name: fadeG;
        -o-animation-name: fadeG;
        -ms-animation-name: fadeG;
        -webkit-animation-name: fadeG;
        -moz-animation-name: fadeG;
        animation-duration: 1.2s;
        -o-animation-duration: 1.2s;
        -ms-animation-duration: 1.2s;
        -webkit-animation-duration: 1.2s;
        -moz-animation-duration: 1.2s;
        animation-iteration-count: infinite;
        -o-animation-iteration-count: infinite;
        -ms-animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-direction: normal;
        -o-animation-direction: normal;
        -ms-animation-direction: normal;
        -webkit-animation-direction: normal;
        -moz-animation-direction: normal;
    }
    
    #rotateG_01 {
        left: 0;
        top: 42px;
        animation-delay: 0.45s;
        -o-animation-delay: 0.45s;
        -ms-animation-delay: 0.45s;
        -webkit-animation-delay: 0.45s;
        -moz-animation-delay: 0.45s;
        transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }
    
    #rotateG_02 {
        left: 12px;
        top: 15px;
        animation-delay: 0.6s;
        -o-animation-delay: 0.6s;
        -ms-animation-delay: 0.6s;
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
    }
    
    #rotateG_03 {
        left: 39px;
        top: 5px;
        animation-delay: 0.75s;
        -o-animation-delay: 0.75s;
        -ms-animation-delay: 0.75s;
        -webkit-animation-delay: 0.75s;
        -moz-animation-delay: 0.75s;
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    
    #rotateG_04 {
        right: 12px;
        top: 15px;
        animation-delay: 0.9s;
        -o-animation-delay: 0.9s;
        -ms-animation-delay: 0.9s;
        -webkit-animation-delay: 0.9s;
        -moz-animation-delay: 0.9s;
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
    }
    
    #rotateG_05 {
        right: 0;
        top: 42px;
        animation-delay: 1.05s;
        -o-animation-delay: 1.05s;
        -ms-animation-delay: 1.05s;
        -webkit-animation-delay: 1.05s;
        -moz-animation-delay: 1.05s;
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    
    #rotateG_06 {
        right: 12px;
        bottom: 11px;
        animation-delay: 1.2s;
        -o-animation-delay: 1.2s;
        -ms-animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
        -moz-animation-delay: 1.2s;
        transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
    }
    
    #rotateG_07 {
        bottom: 0;
        left: 39px;
        animation-delay: 1.35s;
        -o-animation-delay: 1.35s;
        -ms-animation-delay: 1.35s;
        -webkit-animation-delay: 1.35s;
        -moz-animation-delay: 1.35s;
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }
    
    #rotateG_08 {
        left: 12px;
        bottom: 11px;
        animation-delay: 1.5s;
        -o-animation-delay: 1.5s;
        -ms-animation-delay: 1.5s;
        -webkit-animation-delay: 1.5s;
        -moz-animation-delay: 1.5s;
        transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
    }
    
    @keyframes fadeG {
        0% {
            background-color: rgb(0, 0, 0);
        }
        100% {
            background-color: rgb(255, 255, 255);
        }
    }
    
    @-o-keyframes fadeG {
        0% {
            background-color: rgb(0, 0, 0);
        }
        100% {
            background-color: rgb(255, 255, 255);
        }
    }
    
    @-ms-keyframes fadeG {
        0% {
            background-color: rgb(0, 0, 0);
        }
        100% {
            background-color: rgb(255, 255, 255);
        }
    }
    
    @-webkit-keyframes fadeG {
        0% {
            background-color: rgb(0, 0, 0);
        }
        100% {
            background-color: rgb(255, 255, 255);
        }
    }
    
    @-moz-keyframes fadeG {
        0% {
            background-color: rgb(0, 0, 0);
        }
        100% {
            background-color: rgb(255, 255, 255);
        }
    }
    
    .slider label {
        position: absolute;
        width: 22px;
        font-size: 11px;
        margin-left: -12px;
        text-align: center;
        margin-top: 10px;
        font-weight: 700;
    }
    /*client feedback for module 2:
	In the original, the dialogue box covers up the Check Your Response box, 
	so that if a student gets things wrong, they have to click OK before they can try again and then they click Check Your Response again. 
	The way this is set up, because the dialogue box is always there, the students might not realize
	that the feedback has changed from incorrect to correct.
	I think the Dialogue box should cover the Check your response so that students need to click OK before they move on.
	*/
    .popupContainer {
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0px;
		z-index: 99999;
		background-color: rgba(1,1,1,0.001);
	}
    /*according to client feedback functional is global for all modules*/
    .popupContainer .popupBox {
        width: 400px;
        padding: 15px;
        position: absolute;
        top: 75%;
        left: 50%;
        margin-top: -42px;
        margin-left: -200px;
        border-radius: 4px;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    }
    
    .popupContainer .popupBox .popupMessageContainer {}
    
    .popupContainer .popupBox .okButtonHolder .okButton {
        width: 45px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        float: right;
        text-align: center;
        padding: 6px;
        cursor: pointer;
        margin-top: 10px;
		background:#fff !important;
		font-weight:600;
    }
    
    .popupContainer .popupBox .okButtonHolder .okButton .okButtonText {}
    
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br {
        border-bottom-right-radius: 0px;
    }
    
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-right,
    .ui-corner-tr {
        border-top-right-radius: 0px;
    }
    /*
	updated according to client feedback for module 2:
	The icon on the feedback dialogue box should be bigger.
	Same comments on the dialogue box from #9 above. 
	*/
    .imagebox {
        background: #999;
        float: left;
        height: 50px;
        background: none;
        margin: 0 10px;
		height: auto;
        width: 70px;
    }
    
    .popupMessage {
        overflow: hidden;
    }
    /*---------------left panel---------------*/
    
    #container {
        float: left;
        width: 240px;
    	padding-right: 10px;
    }
    
    .question {
        font-size: 18px;
        font-weight: 700;
        padding: 4px 5px 10px 50px;
    }
    
    .main {
        position: relative;
        width: 680px;
        overflow: hidden;
		margin: auto;
    }
    
    .activtywrapper {
        width: 619px;
        position: relative;
		padding-bottom: 5px;
		-webkit-tap-highlight-color: rgba(255,0,0,0);
    }
    
    .name {
        font-size: 18px;
		 box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
       
		-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
        text-align: center;
		display:block;
		
		
    }
    
    .answers {
        width: 200px;
    }
    
    .answers div {
        border-bottom: none !important;
    }
    
    .list-group-item {
		color: rgb(0, 0, 0);
		display: block;
		font-size: 12px;
		padding: 9px 15px 10px 15px;
		position: relative;
		text-decoration: none;
		border: 1px solid rgb(204, 204, 204);
		border-radius: 5px;
		border-bottom: 1px solid rgb(204, 204, 204);
    }
    
    .radiobtn_wrap li span:focus {
        border: 1px solid #7092c9;
        -webkit-box-shadow: 0 0 1px 2px rgba(116, 146, 201, 0.9);
        box-shadow: 0 0 1px 2px rgba(116, 146, 201, 0.9);
        border-radius: 1px;
    }
    
    .radiobtn_wrap button:focus {
        outline: none;
        border: 1px solid #7092c9;
        -webkit-box-shadow: 0 0 1px 1px rgba(116, 146, 201, 0.9);
        box-shadow: 0 0 1px 1px rgba(116, 146, 201, 0.9);
        border-radius: 1px;
    }
    
    .answers div span {
        height: 14px;
        margin-top: -7px;
        position: absolute;
        right: 10px;
        top: 50%;
        width: 14px;
    }
    
    .list-group-item.active {
        background: #000;
        color: #fff !important;
        border: 1px solid #000;
    }
    
    a.list-group-item.active:hover,
    a.list-group-item.active:focus {
        background: #000;
        color: #fff !important;
        border: 1px solid #000;
    }
    /*---------------left panel-----------------------*/
    /*----------------Right panel---------------------*/
    
    .buttonPanel {
        width: 620px;
        position: relative;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0px 5px 0;
    }
    
    .instructionText p {
        margin: 20px 0;
    }
    
    img {
        width: 100%;
        height: auto;
    }
    
    .wrapper {
        padding: 10px 10px 10px 40px;
    }
    
    .tocarrow {}
    
    label:before {
        background: #aaaaaa;
        content: "";
        height: 6px;
        left: 50%;
        margin-left: 0;
        margin-top: -8px;
        position: absolute;
        width: 2px;
        cursor: pointer;
    }
    
    .axisImage,
    .clickBlock,
    .mouseBlock {
        opacity: 0 !important;
    }
    
    .btn:focus {
        background-color: rgb(225, 211, 193);
        text-decoration: none;
        border: 1px solid #7092c9;
        -webkit-box-shadow: 0 0 1px 1px rgba(81, 175, 255, 0.9);
        box-shadow: 0 0 1px 1px rgba(81, 175, 255, 0.9);
        border-radius: 50%;
        outline: none;
    }
    
    .coverDiv {
        opacity: 0 !important;
        border: 0;
    }
    
    .Overlapped {
        height: 39px;
        top: 0;
        width: 500px;
        margin-top: -5px;
        position: absolute;
        z-index: 10;
    }
    
    .btn.active:focus {
        background-color: #c000b4;
        text-decoration: none;
    }
    
    .list-group-item.menu {
        text-align: center;
        padding: 10px 0;
    }
    
    button.radioButton {
        width: 16px;
        height: 16px;
        padding: 0px;
        border: 0px;
        cursor: pointer;
    }
    /*----------------Right panel---------------------*/
    
    .reel-preloader {
        display: none !important;
    }
    
    .ui-slider-handle:focus {
        background-color: #f5f500;
        border: 1px solid #7092c9;
        -webkit-box-shadow: 0 0 1px 2px rgba(116, 146, 201, 0.9);
        box-shadow: 0 0 1px 2px rgba(116, 146, 201, 0.9);
        border-radius: 1px;
    }
    
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        #warning-message {
            display: block;
        }
        #container {
            display: none;
        }
        .main {
            display: none;
        }
    }
    
    .hiddenSpan {
        height: 1px;
        width: 1px;
        overflow: hidden;
        display: block;
        color: transparent;
    }
    
    .menu_1 {
        margin-left: 72px;
        height: 37px;
        margin-top: 20px;
        width: 62px !important;
    }
    
    .hidden {
        visibility: hidden;
    }
.activatetab
{
	background-color: black;
	color: white;
	display: block;
    font-size: 12px;
    padding: 9px 15px 10px 15px;
    position: relative;
    text-decoration: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.question1 {
    margin-left: 108px !important;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
    font-weight: 700;
}
a.list-group-item:hover {
	text-decoration: none;
	background-color: antiquewhite;
}
a.activatetab:hover {
    text-decoration: none;
    background-color: black;
}

div.answers.menu_1 { display: none }