.map-table-container{overflow-y:scroll;border:1px solid #ccc;background-color:#f1f1f1;width:25vw;margin-top:20vh;height:75vh}.map-table-container button{background-color:inherit;float:right;border:none;outline:0;cursor:pointer;padding:5px;width:60px;height:38px;transition:.3s;font-size:12px}.map-table-container button:hover{background-color:#ddd}.map-table-container button.active{background-color:#ccc}.tablesContent{width:100%;height:90%;margin:0;bottom:0;position:absolute}.map-table{display:none;border-top:none;width:95%}.map-table table{margin:0;padding:1px;height:100%;width:100%;font-family:Arial,Helvetica,sans-serif;border-collapse:collapse}.map-table table tr{margin:0;padding:1px;height:100%;width:100%;border:1px solid #ccc}.map-table table td,.map-table table th{border:1px solid #ddd;padding:8px}.map-table table tr:nth-child(even){background-color:#f2f2f2;border:1px solid #fff}.map-table table tr:hover{background-color:#ddd;border:1px solid #fff}.map-table table th{padding-top:12px;padding-bottom:12px;text-align:right;background-color:#0a3d80;color:#fff}