.PollControl {
        margin-bottom: 15px;
        border: 1px solid #ddd;
            padding: 5px 10px;
        margin-top: 15px;
}
.PollControl .tdHeader {
        background: url("Images/logo.png") no-repeat scroll 5px center, rgba(0, 0, 0, 0) url("Images/bar.png") repeat-x scroll 0 0;
        border-radius: 5px 5px 0 0;
        height: 26px;
        width: 100%;
}
.PollControl .tdHeader .Header {
        display: inline-block;
        text-transform: uppercase;
        color: #af0000;
        font-size: 16px;
        font-weight: 600;
        white-space: nowrap;
        padding-left: 0;
        line-height: 38px;
        margin-bottom: 0;
}
.PollControl td li {
        list-style: none;
        padding: 0px 0;
}
.PollControl td li span label{
           font-size: 14px;
    font-family: Roboto, sans-serif;
}
.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: #282828;
        text-align: justify;
}
.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;
    }
}
