body {
    font-family: Arial, sans-serif
    }

#qns-table1 {
    
    margin: 0 auto
    }

.qns-table1_heading {
    background-color: #39f;
    border-color: #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    height: 55px;
    line-height: 0;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 640px
    }

.qns-table1_heading:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 15px;
    left: 10px;
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -moz-box-shadow: 0 15px 10px #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777
    }

.qns-table1_heading:after {
    content: "";
    z-index: -1;
    position: absolute;
    width: 50%;
    top: 0;
    right: 10px;
    bottom: 15px;
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    -moz-box-shadow: 0 15px 10px #777;
    -webkit-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777
    }

.qns-table1 {
    padding-top: 20px;
    padding-bottom: 20px
    }

.qns-table1 ul {
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    width: 105px;
    text-align: center;
    list-style: none;
    float: left;
    padding: 0;
    background-color: #FFF
    }

.qns-table1 ul li {
    padding: 5px;
    background-color: #EFEFEF;
    border-width: 5px;
    border-color: #B89797;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom-width: 2px;
    font-size: 14px;
    border-bottom: 3px
    }

.qns-table1 li:nth-child(odd) {
    background-color: #FFF
    }

.qns-table1 ul .heading {
    color: #FFF;
    font-weight: bold;
    background-color: #DF5D5D;
    font-size: 15.5px;
    text-align: center
    }

.qns-table1 ul li.question_bg {
    font-size: 15px;
    font-weight: bold;
    color: #000
    }

.qns-table1 ul li.question_bg_color {
    background-color: #A9CDD9
    }

.qns-table1 ul li.question_bg_color:nth-child(odd) {
    background-color: #D3E6EC
    }

.qns-table1 li:nth-child(1) {
    height: 85px;
    padding-top: 10px
    }

.qns-table1 li:nth-child(2) {
    height: 75px
    }

.qns-table1 li:nth-child(3) {
    height: 80px
    }

.qns-table1 li:nth-child(4) {
    height: 60px
    }

.qns-table1 li:nth-child(5) {
    height: 65px
    }

.qns-table1 li:nth-child(6) {
    height: 270px
    }

.qns-table1 li:nth-child(7) {
    height: 209px
    }

.qns-table1 li:nth-child(8) {
    height: 90px
    }

.qns-table1 li:nth-child(9) {
    height: 90px
    }

.qns-table1 li:nth-child(10) {
    height: 390px
    }
	
	