.PollControl {
    border: 0;
    font-size: 15px;
    border: 1px solid #ececec;
    padding-bottom: 10px;
    border-radius: 0 0 3px 3px;
}
.PollControl ul{
        margin:0;
}
.PollControl td.td-result {
        padding: 0 20px;
}
.PollControl td.tdPollName {
    padding: 0 5px;
}
.PollControl .tdHeader {
        margin-bottom: 9px;
        line-height: unset;
        border-radius: 2px 2px 0 0;
        background: none;
        height: 40px!important;
        display: inline-block;
        text-align: left;
        position: relative;
        font-size: 15px;
        width: 100%;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        background-color: var(--color-primary);
        padding: 10px;
}
.PollControl .tdHeader .Header {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 18px;
        font-family: 'Merriweather';
        color: white;
        font-weight: 700;
        display: inline-block;
        line-height: 19px;
}
.PollControl  input {
        display: inline-block;
        margin-right: 10px!important;
}
.PollControl li {
        display: block;
        text-align: left;
        padding: 5px;
}
.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:nth-child(2) {
        display: none;
}
.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;
        display: block;
        text-align: center;
}
