.left-2-col-70-30{
    float:left; 
    width:75%; 
    overflow:hidden;
}

.right-2-col-70-30 {
    float: right; 
    width: 25%;
}

.state_result_box {
    width: 100%;
    border: 2px solid black;
    border-radius: 25px;
    height: auto;
}

.state_result_box_default_text {
    padding: 4px; 
    margin: 2px;
}

.stateHeader {
    /**background-color: #fed976;**/
    line-height: 20px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    margin-top: 20px; 
}

.stateHeaderColor-a {
    background-color: #fed976;
}

.stateHeaderColor-b {
    background-color: #fd8d3c;
}

.stateHeaderColor-c {
    background-color: #a6bddb;
}

.stateHeaderColor-d{
    background-color: #80cdc1;
}

.stateHeaderColor-e {
    background-color: #b2df8a;
}


.po_title{
    font-weight: bold;
}

.po_padding {
    padding-left: 10px;
}

img.region_map_legend, .legendHead, .legendLink {
    display: block; 
    margin-left: auto; 
    margin-right: auto;    
}

.legendHead {
    margin-top: -70px;
}

.legendLink {
    margin-top: 0;
    text-align: center;
}
/*********** Mobile **************/

@media screen and (max-width:650px){
    .left-2-col-70-30 {
        width:auto;
        float:none;
    }
    
    .right-2-col-70-30 {
        width:auto;
        float:none;
    }	
}
