﻿
html,
body {
    font-family: 'Open Sans', Arial;
    font-size: 14px;
    line-height: 1.6;
    color: #454545;
    height: 100%;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif, Arial;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    padding-bottom: 10px;
    font-weight: 600;
    color: #0e3563;
    font-size: 2rem;
}

h5 {
    color: #0e3563;
}

.login-min {
    margin-top: -65px;
    margin-bottom: -65px
}

/*--- stats---*/
.stats-nav {
    display: flex;
    margin-bottom: 10px;
}

    .stats-nav li {
        flex: 1;
        list-style-type: none;
        margin: 0 5px;
    }

    .stats-nav a {
        padding: 15px;
        background-color: #f1f5f8;
        border: 2px #c8d3d7 solid;
        border-radius: 5px;
        color: #0e3560;
        display: block;
        font-size: 16px;
        text-align: center;
    }


        .stats-nav a:hover,
        .stats-nav a:focus {
            padding: 15px;
            background-color: #e9f3db;
            border: 2px #b1cf8f solid;
            color: #456a1b;
            display: block;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
        }

/*--- main layout ---*/
.main-wrapper {
    min-height: 100%;
    position: relative;
}

header,
.Header {
    height: 110px;
}

.body-content {
    padding-bottom: 500px;
}

footer,
.Footer {
    background-color: #0e3563;
    height: 500px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.container {
    position: relative;
}
/*--- Main Nav---*/
.navbar {
    height: 110px;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.bg-light {
    background-color: #FFF !important;
}

.flev-nav {
    margin-top: 50px;
}

.nav-link {
    font-weight: 600;
    font-size: 16px;
    padding: 0.2rem 1rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
}

.nav-item {
    padding-right: .6rem;
    padding-left: .6rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #0e3563;
}

    .navbar-light .navbar-nav .nav-link:hover {
        color: #ef4123;
    }

.nav-top-qlinks {
    position: absolute;
    top: 5px;
    right: 25px;
    flex-direction: row;
}

.nav-top-qlinks {
    margin: 0;
    padding: 0;
}

    .nav-top-qlinks li {
        list-style-type: none;
        margin-left: 5px;
    }

        .nav-top-qlinks li > a {
            border-radius: 15px;
            border: 2px #ef4123 solid;
            color: #ef4123 !important;
            display: block;
            height: 30px;
            width: 30px;
            text-align: center;
            padding: 2px 0 0 2px !important;
            font-size: 16px;
        }

            .nav-top-qlinks li > a:hover,
            .nav-top-qlinks li > a:focus {
                background-color: #ef4123 !important;
                border: 2px #ef4123 solid;
                color: #FFF !important;
            }

.btn-red {
    background-color: #ef4123;
    border-radius: 4px;
    border: 0;
    color: #FFF !important;
    padding: .5rem .8rem !important;
}

    .btn-red:hover,
    .btn-red:focus {
        background-color: #e01105 !important;
    }

.btn-red-outline {
    background: transparent;
    border: 1px #ef4123 solid !important;
    border-radius: 4px;
    border: 0;
    color: #ef4123;
    padding: .5rem .8rem !important;
}

    .btn-red-outline:hover,
    .btn-red-outline:focus {
        background-color: #ef4123;
        color: #FFF;
    }


/*--- hr styling---*/
.hr-short-blue {
    width: 200px;
    border-top: 3px solid #0e3563;
    margin-top: 30px;
    margin-bottom: 30px;
}

.hr-footer {
    border-top: 1px solid rgba(255,255,255,0.6);
    margin-top: 30px;
    margin-bottom: 30px;
}

.hr-nor {
    width: 100%;
    border-top: 1px solid #b3bdc9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hr-gen {
    width: 60%;
    border-top: 1px solid #b3bdc9;
    margin-top: 50px;
    margin-bottom: 50px;
}

.hr-bb {
    border-top: 1px solid #969696;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*---Lists with circl bullets---*/
/*--- blue bullet ---*/
.list-cir-blue {
    list-style-image: url('../images/list-cir-blue.svg');
    margin-top: 20px;
    margin-bottom: 20px;
}

    .list-cir-blue li {
        margin: 7px 0;
    }

    .list-cir-blue span {
        padding-left: 10px;
        display: block;
    }

/*---- bootstrap 4----*/
.intro-header {
    min-height: 650px;
    background: #CCC url('../images/intro_main.jpg') no-repeat center top;
    background-size: cover;
    padding-top: 150px;
    position:relative;
}
.count-down-vote {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 680px;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    background-color: #0e3563;
    display: flex;
    justify-content: center;
}
.count-down-vote span{
    color:#fff;
    font-size:16px;
    margin:0 5px;
}


.ih-message {
    background-color: rgba(255,255,255,0.6);
    color: #283371;
    padding: 35px;
    min-height: 185px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2em;
}

.ih-message-btn {
    background-color: #ef4123;
    border-radius: 0;
    border: 0;
    color: #FFF !important;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 30px;
}

.ih-qlinks-row {
    display: flex;
    margin: 0 -5px;
    align-items: flex-end;
    justify-content: center;
    min-height: 250px;
    flex-direction: row;
    flex-wrap: wrap;
}

.ih-qlinks-col {
    background-color: rgba(14,53,99,0.9);
    flex: 1;
    margin: 0 5px;
    height: 170px;
}

    .ih-qlinks-col:hover,
    .ih-qlinks-col:focus {
        background-color: #0e3563;
    }

.qlinks-icon {
    float: left;
    width: 40%;
    text-align: center;
    line-height: 150px;
}

.qlinks-copy {
    float: left;
    width: 60%;
    padding: 30px 20px 30px 0;
}

    .qlinks-copy h4 {
        color: #FFF;
        font-weight: normal;
    }

    .qlinks-copy p {
        color: rgba(255,255,255,0.6);
    }
/*--- sections ---*/
section {
    padding-top: 65px;
    padding-bottom: 65px;
}

.sec-grey {
    background-color: #f1f5f7;
}

.sec-fflex {
    padding: 0;
}

/*---homepage styling---*/
.hp-welcome {
    color: #244872;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}

    .hp-welcome h2 {
        text-transform: uppercase;
        text-align: center;
        color: #0e3563;
    }


/*--- Bulletin and QuickLinks---*/
.hp-bulletin-qlinks {
    color: #0e3563;
}

    .hp-bulletin-qlinks h2 {
        color: #0e3563;
        font-weight: 600;
        padding-bottom: 20px;
    }

.bb-date {
    color: #ef4123;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

.bb-title {
    font-size: 24px;
    color: #0e3563;
    font-weight: 300;
}

.hpb-qlinks {
    margin: 0;
    padding: 0;
}

    .hpb-qlinks li {
        border: 2px #FFF solid;
        list-style-type: none;
        padding: 15px 0;
    }

        .hpb-qlinks li:hover,
        .hpb-qlinks li:focus {
            background-color: #f1f5f7;
            border: 2px #f1f5f7 solid;
            border-radius: 4px;
        }

    .hpb-qlinks a {
        font-size: 16px;
        font-weight: 600;
        color: #0e3563;
        text-decoration: none;
    }

        .hpb-qlinks a::after {
            clear: both;
            content: "";
            display: block;
        }

        .hpb-qlinks a div.copy {
            padding: 10px;
            min-height: 50px;
            border-left: 1px #969696 solid;
            padding-left: 25px;
            margin-left: 100px;
        }

.hpb-ql-regscomplaint {
    background: #FFF url('../images/icon_ql_regs_complaint.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-search-pharma {
    background: #FFF url('../images/icon_ql_search_pharmacist.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-student-regs {
    background: #FFF url('../images/icon_ql_student_regs.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-login {
    background: #FFF url('../images/icon_ql_login_reg.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-publications {
    background: #FFF url('../images/icon_ql_publications.svg') no-repeat 25px center;
    min-height: 50px;
}

.hpb-ql-contact {
    background: #FFF url('../images/icon_ql_contact.svg') no-repeat 25px center;
    min-height: 50px;
}

/*--- homepage events---*/
.hp-event {
    min-height: 200px;
}

.hp-event-copy {
    color: #0e3563
}

.hp-event-bold {
    font-weight: bold;
}
/*====================
Footer
====================*/
.footer-setup {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .footer-setup h5 {
        color: #FFF;
    }

    .footer-setup p {
        color: rgba(255,255,255,0.6);
    }

    .footer-setup ul {
        margin-left: 20px;
        padding: 0;
    }

    .footer-setup li {
        list-style-type: circle;
    }

    .footer-setup li,
    .footer-setup a {
        color: rgba(255,255,255,0.6);
    }

        .footer-setup li:hover,
        .footer-setup a:hover {
            color: #FFF;
        }

/*--- Form Styling---*/
.form-group {
    margin-bottom: 0.5rem;
}

.forms-gen {
    margin-left: 0;
    margin: 0;
}

    .forms-gen label {
        font-size: 16px;
    }

    .forms-gen .col-sm-6,
    .forms-gen .col-sm-12 {
        border-bottom: 1px #cbd5dd dotted;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.form-control {
    padding: 0.6rem 0.8rem;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    padding: 0.6rem 0.8rem;
}

.forms-gen-steps {
    display: flex;
    flex-direction: row;
    border: 1px #a6b0ba solid;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 #CCC;
}

.fgs-steps {
    flex: 1;
    min-height: 45px;
    border-right: 1px #a6b0ba solid;
}

    .fgs-steps:last-child {
        border-right: none;
    }

    .fgs-steps:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .fgs-steps:last-child a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .fgs-steps a {
        color: #0e3563;
        display: block;
        display: flex;
        font-size: 16px;
        padding: 10px 15px;
    }

        .fgs-steps a:hover,
        .fgs-steps a:focus {
            background-color: #f1f5f7;
            text-decoration: none;
        }

        .fgs-steps a span {
            padding: 5px;
        }

.fgs-number-circle {
    border: 1px #0e3563 solid;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    margin-right: 5px;
}

.fgs-steps a.active {
    color: #ef4123;
    font-weight: 600;
}

    .fgs-steps a.active .fgs-number-circle {
        color: #ef4123;
        border: 2px #ef4123 solid;
    }


.fg-btn-row {
    display: flex;
    border-top: 2px #CCC solid;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: flex-end;
}

    .fg-btn-row .btn {
        margin-left: 5px;
    }

.fg-hr-dotted {
    border-top: 1px #cbd5dd dotted;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-lg {
    font-size: 16px;
}

.btn-outline-success {
    color: #129b5a;
    background-color: transparent;
    background-image: none;
    border-color: #129b5a;
    border: 2px solid;
    cursor: pointer;
}

    .btn-outline-success:hover,
    .btn-outline-success:focus {
        color: #FFF;
        background-color: #129b5a;
        border: 2px solid #129b5a;
    }

/*====================
Sub Page Styling
====================*/
.spage-header {
    min-height: 100px;
    background-color: #0e3563;
}

    .spage-header h1 {
        color: #FFF;
        font-weight: 500;
        display: flex;
        height: 100px;
        align-items: center;
        justify-content: center;
        margin: 0;
        text-align: center;
    }

    .spage-header .col-sm-12 h1 {
        justify-content: center;
    }

.sphead-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    vertical-align: central;
    margin-bottom: 0;
}

.spage-header .col-sm-7 .sphead-nav,
.spage-header .col-sm-8 .sphead-nav {
    height: 100px;
}

.spage-header .col-sm-9 .sphead-nav {
    height: 70px;
    padding-top: 17px;
    padding-left: 0;
}

.sphead-nav li {
    padding: 5px 10px;
    list-style-type: none;
}

    .sphead-nav li a {
        padding: 0;
        margin: 0;
        color: rgba(255,255,255,0.6);
        text-decoration: none;
    }

        .sphead-nav li a:hover,
        .sphead-nav li a:focus {
            padding: 0;
            margin: 0;
            color: #FFF;
        }


.spage-body h3,
.spage-body h2 {
    padding: 0 0 10px 0;
    font-weight: 600;
    color: #0e3563;
}

.spage-body h4 {
    color: #0e3563;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 300;
}

.spage-emp {
    color: #244872;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
}

.spage-emp-allcap-em {
    text-transform: uppercase;
    padding: 10px 0;
    font-style: italic;
    font-size: 16px;
}

.text-bold {
    font-weight: 600;
}

.stand-alone {
    background-color: #f1f5f7;
    padding: 50px 0;
    text-align: center;
}

.sp-fflex-inner-left {
    padding: 60px 25px 60px 375px;
}

.sp-public-welcome {
    background: #f1f5f7 url('../images/sp_pharmacist.jpg') no-repeat center center;
    background-size: cover
}

.sp-about-overview {
    background: #f1f5f7 url('../images/sp_pharma_note.jpg') no-repeat center center;
    background-size: cover
}
/*--- icon nav home phages---*/
.icon-home-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

    .icon-home-nav li {
        width: 20%;
        /*flex: 1;*/
        list-style-type: none;
    }

        .icon-home-nav li a {
            background-color: #f1f5f7;
            border: 5px #FFF solid;
            color: #0e3563;
            display: block;
            min-height: 210px;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            padding: 40px 15px 10px 15px;
            text-decoration: none;
        }

            .icon-home-nav li a .icon {
                height: 70px;
                width: 70px;
                margin: 0 auto;
            }

            .icon-home-nav li a hr {
                width: 50px;
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .icon-home-nav li a:hover,
            .icon-home-nav li a:focus {
                background-color: #FFF;
                box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
                transform: scale(1.1, 1.1);
                transition: transform linear 0.1s;
            }
/*--- Registered Persons---*/
.rp-header {
    padding-bottom: 20px;
    text-align: center;
}

    .rp-header p {
        padding-left: 100px;
        padding-right: 100px;
    }

.rp-nav-pad {
    /*padding-left:10px;
    padding-right:10px;*/
}

.rp-nav {
    background: transparent url('../images/rpNavUlBorder.gif') repeat-x center bottom;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

    .rp-nav li {
        list-style-type: none;
        padding: 0 10px;
    }

        .rp-nav li a {
            color: #9faec1;
            display: block;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            padding: 3px 0;
            text-decoration: none;
        }

            .rp-nav li a:hover,
            .rp-nav li a:focus {
                color: #0e3563;
            }

.rp-subhor-nav {
    border-right: 2px #eeeeee solid;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
}

    .rp-subhor-nav li {
        list-style-type: none;
        margin: 0 2px;
        border-bottom: 1px #eee solid;
        width: 100%;
    }

        .rp-subhor-nav li:last-child {
            border-bottom: none;
        }

        .rp-subhor-nav li a {
            color: #a8a8a8;
            display: block;
            font-weight: 600;
            padding: 8px 0;
            text-decoration: none;
        }


.navbar-collapse.collapse.in {
    display: block !important;
}

.back-to-index a {
    color: #FFF;
    display: block;
    top: 20px;
    border: 2px #FFF solid;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    margin-top: 25px;
}

    .back-to-index a:hover,
    .back-to-index a:focus {
        background-color: #FFF;
        color: #0e3563;
    }
/*---committees---*/
.comms {
    margin-bottom: 30px;
}

    .comms .col-sm-4 hr {
        display: none;
    }



@media only screen and (max-width:1366px) {
    section {
        padding: 60px 0;
    }

    .footer-setup {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sp-fflex-inner-left {
        padding: 60px 25px 60px 105px;
    }
}

@media only screen and (max-width:768px) {
    header, .Header {
        height: auto;
    }

    .navbar {
        height: auto;
    }

    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.5rem;
        color: #0e3563;
        line-height: 1;
        background: transparent;
        border: none;
        border-radius: 0;
        margin-top: 30px;
        margin-right: 5px;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://ww…p='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
    }

    .nav-top-qlinks {
        position: absolute;
        top: auto;
        right: 25px;
        flex-direction: row;
    }

    .flev-nav {
        margin-top: 10px;
    }

        .flev-nav li {
            padding-top: .7rem;
            padding-bottom: .7rem;
            border-bottom: 1px #acacac solid;
        }

            .flev-nav li:last-child {
                padding-top: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

    .btn-red {
        border-radius: 0;
        padding: .9rem .8rem !important;
        margin-left: -15px;
        margin-right: -15px;
        text-align: center;
    }

    .intro-header {
        min-height: 350px;
        background: #CCC url(../images/intro_main.jpg) no-repeat center top;
        background-size: cover;
        padding-top: 150px;
        margin-top:95px;
    }

    .ih-message {
        font-size: 30px;
        padding: 15px;
        min-height: 140px;
    }

        .ih-message br {
            display: none;
        }

    .body-content {
        padding-bottom: 900px;
    }

    footer, .Footer {
        height: 900px;
    }

    .footer-setup {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .footer-setup .col-sm-6,
        .footer-setup .col-sm-3 {
            margin-bottom: 15px;
        }

    .ih-qlinks-row {
        margin: 0 -20px;
        flex-direction: column;
    }

    .ih-qlinks-col {
        background-color: rgba(14,53,99,0.9);
        border-bottom: 1px #FFF solid;
        flex: 1;
        margin: 0 5px;
        height: 80px;
        width: 100%;
    }

    .qlinks-icon {
        float: left;
        line-height: 80px;
        width: 30%;
    }

        .qlinks-icon img {
            width: 40px;
            height: 40px;
        }

    .qlinks-copy {
        float: left;
        width: 70%;
        padding: 30px 20px 20px 0;
    }

        .qlinks-copy p {
            display: none;
        }

    /*---sub pages---*/
    .spage-header .col-sm-11,
    .spage-header .col-sm-1 {
        width: auto;
    }

    .spage-body .col-sm-6 {
        margin-bottom: 15px;
    }

    section {
        padding: 50px 0;
    }

    .spage-header {
        margin-top: 90px;
    }

        .spage-header h1 {
            justify-content: center;
            font-size: 2rem;
        }

        .spage-header .col-sm-9 .sphead-nav {
            height: auto;
            padding-top: 0;
            padding-bottom: 10px;
            padding-left: 0;
        }

    .sphead-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        vertical-align: central;
        margin-bottom: 0;
    }

    .sp-fflex-inner-left {
        padding: 50px 15px 50px 15px;
    }

    .sp-about-overview {
        min-height: 450px;
    }

    .rp-header p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .icon-home-nav {
        flex-direction: row;
        flex-wrap: wrap;
    }

        .icon-home-nav li {
            width: 50%;
            flex: none;
        }

            .icon-home-nav li a {
                background-color: #f1f5f7;
                border: 5px #FFF solid;
                color: #0e3563;
                display: block;
                min-height: 180px;
                text-align: center;
                font-size: 16px;
                font-weight: 600;
                padding: 20px 15px 10px 15px;
                text-decoration: none;
            }

    .rp-nav {
        flex-direction: column;
        align-items: stretch;
    }

        .rp-nav li a {
            text-align: left;
        }

    .rp-subhor-nav {
        border-bottom: 3px #eeeeee solid;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding-left: 0;
    }
    /*---committees---*/

    .comms .list-cir-blue {
        margin-top: 0;
        margin-bottom: 0;
    }

    .comms .col-sm-4 hr {
        display: block;
    }
    /*---Forms---*/
    .forms-gen-steps {
        flex-direction: column;
    }

    .fgs-steps {
        border-right: 0;
        border-bottom: 1px #a6b0ba solid;
    }

        .fgs-steps:last-child {
            border-right: none;
            border-bottom: none;
        }

        .fgs-steps:first-child a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .fgs-steps:last-child a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    style="width:100%;border:none"
    /*--- table ---*/
    table {
        border: 0;
    }

    .table th {
        display: block;
        width: auto;
    }

    table thead {
        display: none;
    }

    table tr {
        display: block;
        border-bottom: 2px solid rgba(220,220,220,0.6);
    }

    table td {
        display: block;
        text-align: left;
    }

        table td:nth-child(2nd) {
            border-bottom: 0;
        }

        table td:before {
            content: attr(data-label);
            float: left;
            width: 50%;
            font-weight: bold;
            padding-right: 20px;
        }

    /*--- table ---*/
    .OptionTable {
        border: 0;
        width: 100%
    }

    OptionTable th {
        display: block;
        width: auto;
    }

    OptionTable thead {
        display: none;
    }

    OptionTable tr {
        display: block;
        border-bottom: none;
    }

    OptionTable td {
        display: block;
        text-align: left;
    }
    .count-down-vote {
        width: 100%;
        display: flex;
        flex-direction:column;
        align-items:center;
    }
}
