.PollControl {
        margin-bottom: 10px;
	background-color: transparent;
    border: 1px solid var(--background-orange);
    border-radius: 5px;
    box-shadow: none;
}
.PollControl .tdHeader {
      padding:0;
}
.PollControl .tdHeader .Header {
    display: block;
    line-height: 30px;
    background: url(images/bg-h1.png) no-repeat 5px center, linear-gradient(#ffbc6f, #ff8c09 95%);
    padding: 0!important;
    font-size: 14px;
    font-weight: bold!important;
    text-transform: uppercase;
    padding-left: 30px !important;
    color: #fff;
    width: 100%;
    font-family: "Roboto Condensed", sans-serif;
}
.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: 400;
        display: -webkit-box;
        color: #282828;
        text-align: justify;

}
.PollControl .ListPollItem td {
        display: inline-block;
        margin-bottom: 5px;
        padding:0px !important;
}
.PollControl .ListPollItem label{
	font-weight:600;
        font-size:13px;
}
.PollControl .ListPollItem input {
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
}
.PollControl .td-result {
}
.PollControl .ShowResult {
        margin-right: 5px;
}

.PollControl > table >tbody> tr> td  > table >tbody> tr> td {
	padding:0;
}
.PollControl > table >tbody> tr> td  > table >tbody> tr> td > table >tbody> tr> td {
	        padding: 5px 10px 5px 10px;
}
.PollControl .ShowResult, .PollControl .lnkSubmit {
    background:  var(--background-orange)!important;
}
.PollControl .ShowResult {
    background: none!important;
     color: #000!important;
}