body {
    font-family: Arial, sans-serif
    }

#question-table {
    width: 660px;
    margin: 0 auto
    }

.custom_btn {
    background-color: #df5d5d;
    border-color: #df5d5d;
    font-size: 16px;
    font-weight: bold;
    margin-left: -5px;
    margin-top: -10px;
    width: 163px;
    height: 102px !important;
    }

.custom_btn img {
  float: right;
  height: 23px;
  margin-top: -20px;
  width: 23px;
}

.question-table {
    padding-top: 20px;
    padding-bottom: 20px
    }

.question-table ul {
    border-width: 1px;
    border-style: solid;
    border-color: #CCC;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    width: 165px;
    text-align: left;
    list-style: none;
    float: left;
    padding: 0;
    background-color: #FFF
    }

.question-table 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
    }

.question-table li:nth-child(odd) {
    background-color: #FFF
    }

.question-table ul .heading {
    color: #FFF;
    font-weight: bold;
    background-color: #DF5D5D;
    font-size: 16px;
    text-align: center
    }

.question-table ul li.question_bg {
    font-size: 15px;
    font-weight: bold;
    color: #000
    }

.question-table ul li.question_bg_color {
    background-color: #A9CDD9
    }

.question-table ul li.question_bg_color:nth-child(odd) {
    background-color: #D3E6EC
    }

.question-table li:nth-child(1) {
    height: 110px;
    padding-top: 10px
    }

.question-table li:nth-child(2) {
    height: 68px
    }

.question-table li:nth-child(3) {
    height: 235px
    }

.question-table li:nth-child(4) {
    height: 64px
    }

.question-table li:nth-child(5) {
    height: 250px
    }

.question-table li:nth-child(6) {
    height: 350px
    }

.question-table li:nth-child(7) {
    height: 289px
    }

.question-table li:nth-child(8) {
    height: 130px
    }

.question-table li:nth-child(9) {
    height: 120px
    }

.question-table li:nth-child(10) {
    height:490px
    }

/* --------- For MOdal Heading ----*/
.box_shadow {
    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: 30px;
    font-weight: bold;
    height: 60px;
    line-height: 1px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 885px
    }

.box_shadow: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
    }

.box_shadow: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
    }

/* --------- For MOdal CSS ----*/
.modal-dialog {
    margin: 30px auto;
    width: 700px;
  
    }