.elementor-5745 .elementor-element.elementor-element-7211dbb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-5em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}:root{--page-title-display:none;}@media(max-width:1200px){.elementor-5745 .elementor-element.elementor-element-7211dbb{--margin-top:-3rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;}}@media(max-width:1024px){.elementor-5745 .elementor-element.elementor-element-7211dbb{--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}}/* Start custom CSS */.legislation-votes-form-wrapper{
    text-align: left;
}

.legislation-votes-form-wrapper form{
    background-color: #fff !important;
    outline: none;
    border: none;
    color: var(--e-global-color-primary) !important;
    padding: 0 !important;
    text-align: left;
}



.legislation-votes-form-wrapper form select{
    text-align: left;
    padding: 5px 25px;
    font-weight: bold;
    cursor: pointer;
    transition: none;
    background-color: var(--e-global-color-primary) !important;
    color: white;
    border-radius: 5px;
}


.legislation-votes-form-wrapper form:hover select{
    background-color: var(--e-global-color-secondary) !important;
}


.legislation-votes-form-wrapper form select{
        background-image: linear-gradient(
        90deg, transparent 1px, transparent 1px), 
        linear-gradient(50deg, transparent 4px, 
        var(--e-global-color-93ff356) 5px), linear-gradient(-50deg, transparent 4px, var(--e-global-color-93ff356) 5px);
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 10px 100%, 7px 7px, 7px 7px;
        background-position: right 30px center, right 15px center, right 9px center;
}



#legislation-feed table.legislation-table thead th.legislation_table_th,
table.legislation-table thead th.legislation_table_th {
    background-color:  var(--e-global-color-primary) !important;
    color:#fff !important;
    text-align:left;
}

.legislation-table a{
    color: var(--e-global-color-secondary);
    text-decoration: underline;
}
.legislation-table a:hover{
    color: var(--e-global-color-secondary);
    font-weight: bold;
    text-decoration-color: #B39C4D !important;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

@media screen and (max-width: 600px) {
#legislation-feed table.legislation-table thead tr{
    display:none;
}
#legislation-feed table.legislation-table tbody tr{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    padding: 1rem 0;
}

#legislation-feed table.legislation-table tbody tr .legislation_link,
.legislation_update_column{
        text-align: left;
}

.legislation-votes-form-wrapper form{
    font-size:1rem;
    padding: 2px 15px;
}

.legislation-votes-form-wrapper form select{
    font-size:1rem;
    padding: 5px 25px 5px 10px;
}

}


/*.legislation-table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th{*/
    
/*        background-color: #E2E2E2 !important;*/
/*}*//* End custom CSS */