
th, td {
    border-spacing: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    width: 100%;
    height:100%;
}
	
.dropbtn {
    font-size: 1.7vh;
    cursor: pointer;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    height: 27px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    margin-left: 0.2vh;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-size: 1.8vh;
    width: 100%;
    height: 50vh;
}

.dropdown-content a:hover {
    background-color: gray;
    color: white;
}

.dropdown-div {
    height: 4px;
    background-color: #0F2942;
}

.dropdown-content a {
    color: black;
    padding: 0.8vh;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.arrowbtn {
    display: inline;
    margin-left: auto;
    font-weight: bold;
    font-size: 11pt;
}

.imgHolder {
    position: relative;
    background-image: url(../img/loading.gif);
    background-size: 100% 100%;
}

.imgHolder span{
    background-color: #0F2942;
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    margin-inline: auto; 
    width: fit-content;
    border-radius: 5px;
    color: lightblue;
}

.goBack {
    background-image: url(/img/goback.png);
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-inline: auto; 
    width: fit-content;
    border-radius: 0 0 5px 5px;
    z-index: 2;
    font-size: 2.2vh;
    height: 28px;
    display: flex;
    top: 36px;	
}

.goBack a {
    align-self: flex-end;
    margin-top: 10px;
    color: lightyellow;
    text-decoration: none;
}

.imgNCL {
    position: relative;	
    background-repeat: no-repeat;	
    background-color: white;
    height: auto;
}

.shipmenu {
   width: 100%;
   text-align: center;
   background-color: #0F2942;
   color: white;
   height: 3vh;
   align-items: center;
   display: flex; 
   justify-content: center;   
}

.imgBow {
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
   position: absolute;
   margin-left: auto;
   margin-right: auto;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 25%;	
}

.leaflet-popup-content {margin: 4px}
.leaflet-control-layers {padding: 1px; padding-right:4px}
.leaflet-popup-close-button {display: none}



