div.osMap {
 border:1px solid var(--dark-blue);

 clear:both; 
 overflow:hidden;

 max-width:913px;
 max-height:90vh;
 height:710px;
}

table.TrueCourse th:nth-last-child(-n+3),
table.TrueCourse tbody td:nth-last-child(-n+2) {
 text-align:right;
 width:73px;
}

table.TrueCourse tbody:empty + thead {
 display:none;
}

.icon-text {
 padding:0 3px;
 border:1px solid var(--dark-blue);
 margin:auto!important;

 width:auto!important;
 height:auto!important;

 background-color:var(--background-color);
}

#div_map .leaflet-popup-close-button {
 top:-13px;
 right:-13px;

 width:26px;
 height:26px;

 background-image:url('icon/blue/close.svg');
}

#div_map .leaflet-popup-close-button span {
 display:none;
}

.leaflet-popup-content-wrapper {
 border-radius:var(--global-border-radius);
}

.leaflet-popup-content {
 margin:var(--grid-aside-columns-gap);

 max-width:500px;
}

.leaflet-popup-content p {
 margin:0 0 .5em;
}

input[type='checkbox'].leaflet-control-layers-selector,
input[type='radio'].leaflet-control-layers-selector {
 margin:0;

 display:initial;
 height:auto;
 width:auto;
}

input.leaflet-control-layers-selector[disabled] + span {
 color:#bbb;
}

@media screen and (max-width:549.5px) {
 .leaflet-popup-content {
  max-width:250px;
 }
}
