.modalDialog {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 75%;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
		

    }

    .close {
        background: #606061;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }

    .close:hover { 
		background: teal; 
	}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 9999;
}

#abc{
	  width: 400px;
	  
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#map {
  height: 900px;  /* The height is 400 pixels */
  margin:auto;
 }
	   
	   
.half {
	width:75%;
	margin:auto;
	padding: 0 1em;
}
/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 2px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}
.tab label:hover{
	background:teal;
}

.tab-content {
  max-height: 0;
  color:black;
  overflow: hidden;
  background: #fff;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;

}

.tab-content p {
  margin: 1em;
  overflow: hidden;
}
/* :checked */
.tab input:checked ~ .tab-content {
  max-height: 100vh;
    overflow: scroll;
}
/* Icon */
.tab label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.tab input[type=checkbox] + label::after {
  content: "+";
}
.tab input[type=radio] + label::after {
  content: "\25BC";
}
.tab input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}


body {
  background: white;
  color: white;
  text-align: center;
}

a {
  color: inherit;
}

h1, h2, h3, h4 {
  margin: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

h1 {
  font-size: 3em;
}


#bompic {
	background:url(radar/backtoprangelocations.png) no-repeat;
	float:left;

}

.column {
  float: left;
  width: 40%;
  padding: 0px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

#listbuttons{
  display: inline-block;
  padding: 15px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: teal;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
  width:200px;
  margin:10px;
}

#listbuttons:hover {background-color: black}

#listbuttons:active {
  background-color: black;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
	#mainbuttons{
    width:100%; 
    margin-left:0%; 
    margin-right:0%;
	}
	
	#mainsection{
		margin: auto;
		width:75%;
		
	}

@media only screen and (max-width: 600px){
	#divAAA{
		display:none;
	}
	h1, h2, h3, h4 {
		margin: 0;
		margin-bottom: 0px;
		margin-top: 0px;
		text-align: center;
		font-size: 75%;
	}

	#headertable {
		width:100%;
	}
	
	#t01{
		font-size:50%;
		
	}
	#tablerows {
		height:10px;
	}
	.half {
		width:90%;
	}
	#bompic{
		width:100%;
		background-size: 100%;
	}
	.column {
		width: 100%;
	}
	#listbuttons{
		font-size: 10px;
		width:50px;
		background-color: teal;
		padding: 2px 2px;
		margin:2px;
		height: 40px;
	}
	#mainsection{
	width:100%;	
	
	}

}

table, th, td {
  border-collapse: collapse;
}
th, td {
  padding: 15px;
  text-align: left;
}
table#t01 tr:nth-child(even) {
  background-color: #eee;
}
table#t01 tr:nth-child(odd) {
 background-color: #fff;
}
table#t01 th {
  background-color: black;
  color: white;
}
#headertable{
	background-image: url('images/Background_IMG.jpg');  
	margin: auto;
	width:75%;
}

#tablerows {
	height:20px;
}

table.sortable {
	border-collapse: collapse;
	margin: auto;
}

	table.sortable td,
	table.sortable th {
	  width: 8em;
	  border-collapse: collapse;
	  padding: 15px;
	  text-align: center;
	  position: relative;
	  color: black;
	}

	table.sortable th.no-sort {
	  width: 8em;
	  border-collapse: collapse;
	  padding: 15px;

	  position: relative;
	  color: black;
	}

	table.sortable th:nth-child(5) {
	  width: 10em;
	}


	table.sortable th button {
	  position: absolute;
	  padding: 15px;
	  margin: 1px;
	  font-size: 100%;
	  font-weight: bold;
	  border:none;
	  display: inline;
	  right: 0;
	  left: 0;
	  top: 0;
	  bottom: 0;
	  width: 100%;

	  outline: none;
	  cursor: pointer;
	}

	table.sortable th button span {
	  right: 4px;
	}

	table.sortable th[aria-sort="descending"] span::after {
	  content: "▼";
	  color: currentcolor;
	  font-size: 100%;
	  top: 0;
	}

	table.sortable th[aria-sort="ascending"] span::after {
	  content: "▲";
	  color: currentcolor;
	  font-size: 100%;
	  top: 0;
	}

	table.show-unsorted-icon th:not([aria-sort]) button span::after {
	  content: "♢";
	  color: currentcolor;
	  font-size: 100%;
	  position: relative;
	  top: -3px;
	  left: -4px;
	}

	table.sortable td.num {
	  text-align: right;
	}

	table.sortable tr:nth-child(odd) {
	   background-color: white;

	}
	
	table.sortable tr:nth-child(even) {
	   background-color: #eee;

	}	
	table.sortable th {
		background-color: #eee;
		border-top:solid;
		border-top-width:0.5px;
		border-bottom:solid;
		border-bottom-width:0.5px;
		text-align: center;
	}

	/* Focus and hover styling */

	table.sortable th button:focus,
	table.sortable th button:hover {
	  padding: 2px;
	  background-color: grey;
	}

	table.sortable th button:focus span,
	table.sortable th button:hover span {
	  right: 2px;
	}

	table.sortable th:not([aria-sort]) button:focus span::after,
	table.sortable th:not([aria-sort]) button:hover span::after {
	  content: "▼";
	  color: currentcolor;
	  font-size: 100%;
	  top: 0;
	}
