<style >

.column1 {
    display: none !important;
}

.column2 {
    display: none !important;
}

.column3 {
    display: none !important;
}

.column4 {
    width: auto !important; 
    font-size: small;
}

.column5 {
    width: auto !important; 
    color: blue;
    font-size: small;
}

.column6 {
    width: auto !important; 
    font-size: small;
}

.column7 {
    width: auto !important; 
    color: blue;
    font-size: small;
}
.headerText {
    display: none !important;
}
    #map { 
        position: relative !important; 
        width: 100% !important; 
        height: 100% !important; 
        margin: 0 !important; 
    }

</style >