@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600&family=Roboto:wght@400;500&display=swap');
*{
        font-family: 'Roboto';
        font-size: 14px;
}
.fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome !important;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}
.MainStructure {
        background: linear-gradient(to bottom, #f9f9f9 1%,#00923f12 100%);
}
.MainStructure .TopBanner {
        background: #fff none repeat scroll 0 0;
        margin: 0 auto;
        width: 1260px;
}
.MainStructure .TopBar {
        display: inline-block;
        text-align: justify;
        width: 1260px;
        background:#fff;
}
.MainStructure .ContentBanner {
        position: relative;
        width: 1260px;
        z-index: 1;
        margin:0 auto;
}
.MainStructure .MainContent {
        background: #fff none repeat scroll 0 0;
        display: inline-table;
        margin: 0 auto;
        padding: 5px;
        vertical-align: top;
        width: 1260px;
}
.MainStructure .LeftBar {
        padding: 20px 20px 20px 10px;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .RightBar {
        padding: 20px 10px 20px 20px;
        vertical-align: top;
        width: unset !important;
}
.MainStructure .ContentBar {
        padding: 20px 0;
        text-align: justify;
        vertical-align: top;
}
.MainStructure .FooterBar {
        color: #E9E9E9;
        /* margin-bottom: 30px; */
}
.MainStructure .FooterBar a{
        color:#d0d0d0;
}
.MainStructure .FooterBar a:hover{
        color:#fff;
}
.MainStructure .FooterBanner {
        text-align: center;
        width: 1260px;
        background: #407ABF;
        height: auto;
        padding: 10px;
        margin: auto;
        position: relative;
}

#ctrl_249813_29_fvPoll tbody tbody tr:nth-child(2){
	background: #F0D9F7
}
#ctrl_249813_29_fvPoll tbody tbody tr:nth-child(3){
	background: #F0D9F7
}
@media(max-width: 768px){
 .table-3-col td {
  margin-top: unset !important;
}
        .btn-right {
    display: none;
}

.btn-left {
    display: none;
}

.bottom-tool {
    display: none;
}
}