.committee-list .committee-blog .readMore {
        color: #B89F7C;
        cursor: pointer;
        display: inline-block;
    }

    .timepass {
        box-shadow: 1rem 0.5rem 4rem rgba(0, 0, 0, 0.05);
        padding: 1rem 2rem;
        border-radius: 8px;
        position: absolute;
        left: 37%;
        top: 25%;
        width: 60%;
        z-index: 10;
        background: #ffffff;
        border: 1px solid #E6E6E6;
    }

    .committee-list .committee-blog .more-info .close-more-info {
        position: absolute;
        right: 1rem;
        top: -2.5rem;
        cursor: pointer;
    }

    .committee-list .committee-blog .more-info .more-info-container {
        overflow-y: auto;
        max-height: 400px;
        padding-right: 30px;
    }

    .committee-list .committee-blog .more-info:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 14px 14px;
        border-color: transparent transparent #E6E6E6 transparent;
        content: "";
        position: absolute;
        top: -14px;
        left: 15px;
        z-index: 1;
    }

    @media (max-width: 480px) {
        .committee-list .committee-blog .more-info .more-info-container {
            max-height: 300px;
        }

        .timepass {
            left: 0;
            top: 80%;
            width: 100%;
        }

        .committee-list .committee-blog .more-info:after {
            left: 45%;
        }
    }

    @media (max-width: 767px) {
        .committee-list .committee-blog .more-info .more-info-container {
            max-height: 200px;
        }
    }

    /* Portrait */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
        .timepass {
            left: 42%;
        }
    }

    /* Landscape */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
        .timepass {
            left: 43%;
            top: 30%;
        }
    }

    /* Landscape Mobiles only*/
    @media screen and (min-device-width: 320px) and (max-device-width: 768px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape) {
        .timepass {
            left: 22%;
        }
    }

    /*Header change for Judges*/
#header .dropdown-menu li
{
    position: relative;
}

#header .dropdown-menu .subdrop {
    right: calc(-220px - 3rem);
    left: 100%;
    top: -2.6rem;
    width: 233px!important;
}