.PollControl {
         margin: 0;
        height: auto;
        display: inline-block;
        width: 100%;
        padding-top: 0;
        box-shadow: var(--box-shadow);
        padding: 5px;
        border-radius: var(--rounded);
        background: var(--color-white);
        border: var(--default-border);
        margin-bottom: var(--margin-bottom);
}
.PollControl .tdHeader {
     background: #074974;
        color: white;
        font: bold 14px / 32px arial;
        border-radius: 4px;
}
.PollControl .tdHeader .Header {
         color: #fff;
        font: bold 14px/30px 'Inter';
        text-transform: uppercase;
        padding-left:15px;
}
.PollControl td li {
        list-style: none;
        padding: 0px 0;
}
.PollControl td li span label{
           font-size: 14px;
           font-family: Roboto, sans-serif;
           COLOR: var(--color-black);
}
.PollControl td li > input {
        width: calc(100% - 10px);
        padding: 2px;
        margin: 5px 10px;
}
.PollControl .PollName {
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        display: -webkit-box;
        color: var(--color-black);
        text-align: justify;
        margin: 5px 0;
}
.PollControl .ListPollItem td {
        display: inline-block;
        margin-bottom: 5px;
}
.PollControl .ListPollItem input {
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
}
.PollControl .td-result a{
    color: rgba(0, 114, 198, 1);
}
.PollControl .ShowResult {
        margin-right: 5px;
}
@media only screen and (max-width: 1023px) {
.PollControl{
margin-right: 10px;
}
}
@media only screen and (max-width: 768px) {
        .PollControl{
        	margin: 0 10px;
                display: none
        }
    .YoutubePlayer, .YoutubeVideoList {
        padding: 5px 10px;
        margin: 10px;
    }
}
