.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;
}

.stateHeader {
    /**background-color: #fed976;**/
    line-height: 20px;
    font-weight: bold;
    align-content: center;
    text-align: center;
    margin-top: 20px; 
}

.stateHeaderColor-a {
    background-color: #BECFDF;
}

.stateHeaderColor-b {
    background-color: #E3E3E3;
}



.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: -20px;
    text-align: center;
}

#showMe {
    visibility: visible;
}

/*********** 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;
    }	
    
    .state_result_box {
        width: auto;
        border: 2px solid black;
        border-radius: 25px;
        height: auto;
    }
}
