div.PollControl {
        margin-bottom: 10px;
        padding: 0;
}
.PollControl .tdHeader {
        background: #00b3f7;
        /* border-radius: 3px 3px 0 0; */
        height: 32px;
}
.PollControl .tdHeader .Header {
        line-height: 32px;
        padding-left: 15px;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        font-size: 14px;
}
.PollControl .PollName {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #005f9e;
        margin: 10px 0
}
.PollControl .ListPollItem td {
}
.PollControl .ListPollItem input {
        display: inline-block;
        margin-right: 5px;
}
div.PollControl td.td-result>a.ShowResult, div.PollControl td.td-result>a.lnkSubmit {
        font-weight: 600;
        font-size: 14px;
        background: #005f9e;
        color: #fff;
        padding: 5px 15px;
        height: auto;
        margin-top: 10px !important;
        border-radius: 5px;
        text-decoration: none;
}
.PollControl li{
        list-style: none;
        font-size: 14px;
        padding-bottom: 5px;
}
.PollControl li+li{
        padding-top: 5px;
        border-top: 1px dashed #ddd;
}
.PollControl .poll-content {
        width: 100%;
        padding: 5px;
        border: 1px solid #cccc;
        border-radius: 3px;
        margin-top: 5px;
        margin-bottom: 5px;
}
@media only screen and (max-width: 768px){
        div.PollControl {
                padding: 0 10px;
                width: 100vw;
        }
        div.PollControl td.td-result {
                display: flex;
        }
        .jMask {
                z-index: 9999;
        }
        .jContainer {
                width: 100vw;
                z-index: 9999;
                top: 0 !important;
                left: 0 !important;
                position: fixed;
                border-radius: 0 !important;
                height: 100vh;
        }
        .jContainer .jBox {
                height: 100%;
                padding: 10px;
                border-radius: 0;
                overflow: auto;
        }
        .jContainer .jBox .jFrame {
                max-width: 100%;
                min-height: calc(100% - 40px);
                min-width: 100%;
                max-height: calc(100% - 40px);
        }
}
