/* Thay doi */
.PollControl {
        /* margin-bottom: 2px;*/
        border: 0;
        font-size:15px;
        /* background: #5050500f;
        border-radius: 5px;
        padding-left:15px;*/
}
.PollControl ul{
        margin:0;
}
.PollControl .tdHeader {
        /*vertical-align: middle;
        padding-left: 0px;
        text-align: left;
        width: 100%;
        height: 33px;
        line-height: 33px;
        border-radius: 5px 5px 0 0;
        background: linear-gradient(to bottom, #ffcb60 0%,#ffe5ba 33%,#3c8de100 63%,#dde8f5 100%);*/
        padding: 12px 0px;
        border-top: 2px solid #DA251C;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 9px;
        line-height: unset;
        border-radius: 2px 2px 0 0;
        background: none;
        height: 47px!important;
        display: inline-block;
        width: 100%;
        text-align:center;
}
.PollControl .tdHeader .Header {
        /*   color: red;
        display: inline-block;
        font: bold 13px/33px arial;
        padding-left: 20px;*/
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 17px;
        font-family: 'Merriweather';
        color: #031739;
        font-weight: 700;
        display: inline-block;
        line-height: 21px;
}
.PollControl  input {
        display: inline-block;
        margin-right: 10px!important;
}
.PollControl li{
        display: block;
        text-align:left;
}
.PollControl input[type=text] {
        width: 100%;
}
.pool-popup{
        position: fixed;
        top:0;
        z-index: 999;
        width:100%;
        height:100%;
        background: #56515166;
        text-align:center;
}
.pool-popup .content{
        position:absolute;
        top: 40%;
        left: 45%;
        background: #fff;
        padding: 48px;
        color: #f31818;
        font-weight: bold;
        align-content: center;
        border-radius: 8px;
        font-size: 15px;
} 
.PollControl td.td-result a{
        font-weight: 600;
        font-size: 14px;
        background: #005f9e;
        color: #fff;
        padding: 5px 15px;
        height: auto;
        margin-top: 10px !important;
        border-radius: 5px;
        text-decoration: none;
}
