.PollControl {
        margin-bottom: 10px;
	background-color: transparent;
    border: 1px solid #bcd8eb;
    border-radius: 0px;
    box-shadow: none;
        overflow:hidden;
}
.PollControl .tdHeader {
              background-color: #1e73be;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-image: url(https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png);
    background-position: right top;
    background-repeat: no-repeat;
    border-radius: 0px!important;
}
.PollControl .tdHeader span.Header {
	text-align: left;

    line-height: 25px;
    

  padding-left:0;

  color: #fff;
    font: 13px / 26px Roboto;

    text-transform: uppercase;
        font-weight: bold;
}
.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:   #1e73be !important;
}
.PollControl .ShowResult {
    background: none!important;
     color: #000!important;
}