
.PollControl {
    margin-bottom: 10px;
}
.PollControl .tdHeader {
   width: 100%;
   height: 42px;
   display: flex;
   align-items: center;
   background: #0069b5;
}
.PollControl .tdHeader .Header {
color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    line-height: 28px;
}
.PollControl .tdPollName span {
    display: inline-block;
    margin: 10px 2px;
    font-weight: 600;
    /* font-family: Arial; */
}
.PollControl .td-result a:last-child{
    color: #004300;
}
.PollControl .ListPollItem td {
    display: inline-block;
    margin-bottom: 5px;
}
.PollControl table tr td li{
    list-style: none;
}
.PollControl .ListPollItem input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.PollControl .ShowResult, .PollControl .lnkSubmit {
    margin-right: 5px;
    cursor: pointer;
    color: #1f93f3;
    font-size: 13px;
    font-weight: bold;
}
