 html,
 body {
     height: 100%;
     width: 100%;
     margin: 0;
     padding: 0;
 }

 #mapid {
     height: 100%;
     width: 100%;
 }

 #xyinfo {
     background: white;
     position: absolute;
     top: 10px;
     left: 20px;
     width: 200px;
     height: 70px;
     z-index: 999;
     border-width: 0.1px;
     border-style: solid;
     border-color: #e2e1e1;
 }

 #coords {
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 14px;
     padding: 8px;
 }

 #viewDetail {
     font-family: Arial, Helvetica, sans-serif;
     color: #3A84DF;
     font-size: 12px;
     padding: 10px;
 }

 .viewhref:link {
     text-decoration: none;
     color: #3A84DF;
 }

 .viewhref:visited {
     color: #3A84DF;
 }

 .viewhref:hover {
     text-decoration: none;
     color: #3A84DF;
 }

 .viewhref:active {
     color: #3A84DF;
 }



 /*Sidebar info*/

 .divTable {
     display: table;
     width: 100%;
 }

 .divTableRow {
     display: table-row;
 }

 .divTableHeading {
     background-color: #EEE;
     display: table-header-group;
 }

 .divTableCell,
 .divTableHead {
     vertical-align: top;
     text-align: justify;
     /*text-justify: distribute-all-lines;*/
     text-justify: distribute;
     text-align-last: justify;
     text-justify: auto;
     border: 0px solid #999999;
     display: table-cell;
     padding: 5px 10px;
 }


 .divTableHeading {
     background-color: #EEE;
     display: table-header-group;
     font-weight: bold;
 }

 .divTableFoot {
     background-color: #EEE;
     display: table-footer-group;
     font-weight: bold;
 }

 .divTableBody {
     display: table-row-group;
 }


 .w3-btn,
 .w3-button {
     border: none;
     display: inline-block;
     padding: 4px 13px;
     vertical-align: middle;
     overflow: hidden;
     text-decoration: none;
     color: inherit;
     background-color: inherit;
     text-align: center;
     cursor: pointer;
     white-space: nowrap;
 }

 .w3-button:hover {
     color: #000 !important;
     background-color: #ccc !important;
 }

 .w3-btn,
 .w3-button {
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 .w3-black,
 .w3-hover-black:hover {
     color: #fff !important;
     background-color: #000 !important;
 }

 .w3-blue {
     color: rgb(2, 2, 2) !important;
     font-weight: bold;
     background-color: rgb(219, 220, 223) !important;
 }