section p {
    text-align: justify;
}

.strip {
    background: #f3b3c6;
    color: black;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12px;
}


.table {
    text-align: center;
}

.form-box {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 12px;
    border-radius: 0px;
}

.form-box h4 {
    color: #515151;
    font-size: 19px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    font-weight: 600;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: none;
    color: #6b7c8a;
    font-size: 18px;
    border: 1px solid #e0e0e0;
    height: 55px;
    margin-bottom: 0px;
    padding-left: 15px;
    letter-spacing: 1.2px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 999999;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

button.close {
    background: #ff692e;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: inherit;
    color: #fff !important;
    margin-top: -4px !important;
    margin-right: 0px;
    position: relative;
    z-index: 999;
    position: absolute;
    right: 12px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
}

#myBtn {
    padding: 11px;
    font-size: 18px;
    font-weight: bold;
    background: #f15a22;
    color: #fff;
    border-color: #f15a22;
    width: 100%;
    border: inherit;
    line-height: 21px;
    border-radius: 3px;
}

.quizcontest {
    display: block;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px 0 rgba(54, 56, 110, .15);
    background-color: #fff;
    margin-top: 20px;
}

.morelinks .headingfold {
    margin-bottom: 0;
}

.quizcontest .headingfold {
    display: block;
    padding: 10px 15px;
    background-color: #f15a22;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.quizcontest .headingfold h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .7px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://clsite-file.s3.amazonaws.com/ALL/2020/upsc/106960_quiz1.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    line-height: 26px;
    color: #fff;
}

.morelinks ul {
    margin: 0;
    padding: 0 15px;
    list-style: none;
}

.morelinks ul li a {
    display: block;
    position: relative;
    color: #333;
    font-size: 15px;
    padding: 6px 0px 6px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 21px;
}

.form-btn {
    display: none;
}

a.btn.btn-warning {
    min-width: 250px;
}


@media only screen and (max-width: 767px) {

    .form-btn {
        display: block !important;
    }

    .quizcontest {
        display: none;
    }

    #myBtn {
        display: none;
        margin-bottom: 20px;
        text-align: center;
    }

    a.btn.btn-warning {
        min-width: 100%;
    }


    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
    }

}