div.link_div {
    width : 98%;
    margin-left  :  1%;
    margin-bottom: 1px;
}

div.main_div {
    width : 98%;
    margin-left : 1%;
    margin-top: 2px;
    margin-bottom: 1px;
}

div.filter_div {
     text-align: center;
     margin-bottom: 2px;
     }

div.outer_div {
     width        : 96%;
     margin-left  :  2%;
     height       : 420px;
     }

div.map_div {
     margin-left  : 0; 
     width        : 100%;
     height       : 415px;
     background   : #c0c0c0;
    }

div.list_div {
     margin-left :  2%;
     width       : 96%;
     font-size   : 13px;
}

#asset_table thead {
    margin : 2px;
    border : 2px solid black;
}

#asset_table td:nth-child(1), #asset_table th:nth-child(1) {
    width       : 25%;
}

#asset_table td:nth-child(2), #asset_table th:nth-child(2) {
    width       : 37%;
}

#asset_table td:nth-child(3), #asset_table th:nth-child(3) {
    width       : 20%;
}

#asset_table td:nth-child(4), #asset_table th:nth-child(4) {
    text-align  : left;
    width       : 8%;
}

#asset_table td:nth-child(5), #asset_table th:nth-child(5) {
    text-align    : right;
    width         : 7%;
    padding-right : 5px;
}