body {
  margin: 0;
  padding: 0;
}

#map {
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  width: 90%;
}

.mapboxgl-marker {
  position: absolute;
  top: 0;
  left: 0;
}

.frames {
  position: relative;
}

.frames .frame {
  position: absolute;
  top: 0;
  left: 0;
  border: thin dashed red;
}

.mapboxgl-popup {
  width: 100%;
  max-width: 400px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.popup_clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#popup_first,
#popup_second {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#popup_wrapper {
  width: 100%;
  position: relative;
  font-size: 0.7em;
}

#popup_first {
  width: 100%;
  opacity: 100%;
}

#popup_second {
  position: absolute;
  width: 300%;
  top: 0;
  left: 100%;
  right: 0;
}

#popup_third {
  position: absolute;
  width: 300%;
  top: 0;
  left: 100%;
  right: 0;
}

div#legends {
    height: 100%;
	width: 100%;
}


/*div#legends .legend-holder {
  display: block;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 0px 8px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}*/


div#legends .legend-scale ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  float: right;
  list-style: none;
  display: block;
}

div#legends .legend-scale ul li {
  font-size: 80%;
  list-style: none;
  margin-left: 0;
  line-height: 18px;
  margin-bottom: 2px;
}

div#legends ul.legend-labels li span {
  display: block;
  float: left;
  height: 16px;
  width: 30px;
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #999;
}

div#legends .legend-source {
  font-size: 70%;
  color: #999;
  clear: both;
}

#loading-pane p {
  margin: 0;
  margin-top: 0;
  text-align: center;
  color: white;
  font-size: 1.4em;
}

# p {
  margin: 0;
  margin-top: 0;
  text-align: center;
  color: white;
  font-size: 1.4em;
}

.chroniton text {
  font-size: 10px;
  color: gray;
}

.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis,
.slider text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.x.axis path.domain {
  stroke-width: 10;
  stroke-linecap: round;
  stroke: #ddd;
}

.x.axis path.halo {
  stroke-width: 12;
  stroke-linecap: round;
  stroke: #ccc;
}

.tick line {
  stroke: black;
  /*#d0d0d0;*/
  stroke-width: 1;
  transform: translate(0px, -5px);
}

.slider .handle {
  fill: #fff;
  stroke-width: 1;
  stroke: #333;
}

.slider_single .handle {
  fill: #fff;
  stroke-width: 1;
  stroke: #333;
}

.slider .handle,
.slider text {
  cursor: move;
  cursor: -webkit-grab;
  transition: fill 200ms ease-in-out;
}

.handle:active,
.slider text:active {
  cursor: move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.slider.brushing .handle {
  fill: #eee;
}


.label {
  font: bold 12px sans-serif;
}

div#control-boxes.table.tbody.tr.td.label {
  display: inline-block;
  max-width: 100 %;
  margin-bottom: 5 px;
  font-weight: 700;
  width: 100%;
}

div.my-cell>label {
  margin-bottom: 1px;
}



.ilpFeatureSection .nav-tabs {
  border-bottom: none
}





* {
  box-sizing: border-box;
}

.my-table {
  max-width: 800px;
  /* use max-width instead of width to get automatic responsive flexibility */
  margin: 0 auto;
  /* centers the container on the page */
  border: 1px solid blue;
}


.menu.icon {
  width: 5em;
  height: 5em;
  border-radius: 100%;
}



.collapsible {
  /* cursor: pointer; */
  width: 10%;
  height: 2vw;
  border: none;
  outline: none;
  font-size: 0.9em;
  position: relative;
  /*absolute*/
  ;
  /*bottom: 0%;
  left: 35%;*/
  text-align: center;
  /*border-top-left-radius: 1em;
  border-top-right-radius: 1em;*/
  background-color: white;
}



.active,
.collapsible:hover {
  /*background-color: #555;*/
}

.collapsible:before {
  content: "\02C5\0020\0020\0020HIDE\0020\0020\0020\02C5";
  color: black;
  font-weight: bold;
  /*float: right;*/
  margin: auto;
  display: contents;
}

.collapsible.active:before {
  content: '\2303\0020\0020\0020MENU\0020\0020\0020\2303';
  margin: auto;
  display: contents;
}

.footer-navbar {
  display: block;
  position: absolute;
  bottom: 0;
  background-color: white;
  width: 20%;
  /*height: 17%;*/
  right: 0%;
  /*left: 30%; */
  /*NEW*/
  /*border-top-left-radius: 2em;
  border-top-right-radius: 2em;*/
  opacity: 0.8;
}


/*//////////////*/

#control-boxes {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: 0%;
  /*background-color: white;*/
  opacity: 80%;
  padding: 1% 1% 0px 1%;
  box-shadow: inset 0 0 0 10px rgb(255 255 255 / 80%);;
}

.my-row {
  display: flex;
  /* direction row by default, the cells will be side by side to start */
  background-color: white;
}

.my-cell {
  width: 50%;
  display: flex;
  /* yep, the cells can get flexbox layout too */
  flex-direction: column;
  /* each cell will have its content laid out vertically */
  align-items: center;
  /* centers content horizontally */
  justify-content: center;
  /* centers content vertically */
  border: 1px solid red;
}

.my-cell.w-16 {
  width: 16.6666%;
}

.my-cell.w-25 {
  width: 25%;
}

.my-cell.w-33 {
  width: 33.3333%;
}

.my-cell.w-50 {
  width: 50%;
}

.my-cell.w-66 {
  width: 66.6666%;
}

.my-cell.w-75 {
  width: 75%;
}

.my-cell.w-100 {
  width: 100%;
}

.my-cell img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit_container.route {
  text-align: right
}

.my-table.headline {
  font-size: 2vw;
  background-color: white;
}










nav {
  position: relative;
  height: 90px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #F2F4F9;
  padding: 0;
  margin: 0 auto;
}

#hamburger_menu {
  display: block;
  position: fixed;
  height: 0px;
  z-index: 2;
  background: transparent;
}


#menu_toggle {
  height: 0px;
}


#menu_toggle input {
  display: block;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 10px;
  position: relative;
  margin: 0px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menu_toggle span {
  display: block;
  width: 40px;
  height: 4px;
  left: 10px;
  top: -30px;
  margin-bottom: 12px;
  position: relative;
  background: black;
  border-radius: 3px;
  z-index: 1;
  transform-origin: -5px 10px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menu_toggle span {
  transform-origin: -4px 14px;
}

#menu_toggle span:first-child {
  transform-origin: 0% 0%;
}


#menu_toggle span:nth-last-child(2) {
  transform-origin: 5px -5px;
}

#menu_toggle input:checked~span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  /*transform top hamburger span bars topleft bottomright = yellow*/
}

#menu_toggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
  /*middle hamburger span bar disappears*/
}

#menu_toggle input:checked~span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
  /*transform bottom hamburger span bars bottomleft topright = red*/
}

#menu_toggle input:checked~ul {
  transform: none;
}

#menu {
  position: absolute;
  min-width: 500px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background: white;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(0, -100%);
  /*Menu flies in from top to bottom*/
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  height: 2000px;
  left: 0%;
  /*right: 0%;*/
  /*NEW*/
  top: 0%;
}

#menu li {
  text-align: center;
  padding: 10px 0;
  font-family: 'Lato', sans-serif;
  display: block;
}

#menu li div {
  display: block;
  margin: 6px;
  font-size: 2em;
  line-height: 1.3;
  color: black;
}


button {
  position: absolute;
  right: 0%;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 7px 12px;
  /*10px 30px;*/
  border-radius: 3px;
}

#logout,
#settings,
#account,
#about {
  position: fixed;
  z-index: 2;
  /*Halleluja*/
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

#popup {
  max-width: 600px;
  width: 80%;
  max-height: 300px;
  height: 80%;
  padding: 20px;
  position: relative;
  background: #fff;
  margin: 20px auto;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
}











/*////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
///////////////////////////////    BREAKPOINTS     //////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////*/
/*min-width: 320, 375, 500, 568, 768, 800, 1024, 1280, 1440, 1920*/

#sat-control-timeline {
  display: block;
}

#gpm-control-timeline,
#mod-control-timeline {
  display: none;
}

.footer-navbar-tabs {
	height: 100%;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    height: 100%;
}

.nav-tabs.nav-justified>li {
    width: 33% !important;
    float: left !important;
    height: 100%;
	margin-bottom: 0px;
}

.nav-tabs.nav-justified>li.active {
  background-color: lightgrey;
}

.nav-tabs.nav-justified>li>a {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    background-position: center;
    border: 0;
	margin: 0;
  }
  
  #past>a {
    background-image: url("https://www.rominger.info/weather/PNG/images/logos_icons/past_2.png");
  }
  
  #now>a {
    background-image: url("https://www.rominger.info/weather/PNG/images/logos_icons/now.png");
  }
  
  #future>a {
    background-image: url("https://www.rominger.info/weather/PNG/images/logos_icons/future.png");
  }


.menu.icon {
  width: 100%;
  height: 100%;
}

.submit_container.route {
  text-align: center
}

#gpm_distance,
#sat_distance,
#mod_distance {
  display: none;
}

#gpm_route,
#sat_route,
#mod_route {
  text-align: left;
}

#submit_container_route {
  width: 100%
}

#legends img {
  width: 100%
}

.collapsible {
	display: block;
	margin: auto;
	width: 100%;
}














@media only screen and (min-width:320px) and (orientation: portrait) {
  /* smartphones, iPhone, portrait 480x320 phones, Moto G 5G Plus (320 - 800) */

  .my-row {
    flex-direction: column;
  }

  .my-cell {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16,
  .my-cell.w-25,
  .my-cell.w-33,
  .my-cell.w-50,
  .my-cell.w-66,
  .my-cell.w-75,
  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 5vw;
    font-size: 0.9em;
    padding: 0px;
  }


  #control-boxes {
    width: 40vw;
    bottom: 19vw;
	font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 19vw;
    /*get*/
  }

  .footer-navbar {
    width: 40vw;
    height: 19vw;right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 60vw;
    height: 19vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 60vw;
    height: 19vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(33px, 18px);
  }

  .first_g_single {
    transform: translate(2px, 21px);
  }

  .second_g {
    transform: translate(7px, 30px);
  }

  .second_g_single {
    transform: translate(7px, 33px);
  }

  .slider_label {
    /*transform: translate(60px, -23px);
 	}
	
	.slider_label_single {
    /*transform: translate(4px, -13px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: center;
  }

  #gpm_route,
  #sat_route,
  #mod_route {
    text-align: center;
  }

}









@media only screen and (min-width:375px) and (orientation: portrait) {
  /*Moto G 5G Plus (320 - 800)*/

  .my-row {
    flex-direction: column;
  }

  .my-cell {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16,
  .my-cell.w-25,
  .my-cell.w-33,
  .my-cell.w-50,
  .my-cell.w-66,
  .my-cell.w-75,
  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 5vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 40vw;
    bottom: 17vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 17vw;
    /*get*/
  }

  .footer-navbar {
    width: 40vw;
    height: 17vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 60vw;
    height: 17vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 60vw;
    height: 17vw;
background-color: white;
    opacity: 80%;
  }

  .first_g_single {
    transform: translate(30px, 25px);
  }

  .first_g {
    transform: translate(30px, 26px);
  }

  .second_g {
    transform: translate(7px, 44px);
  }

  .second_g_single {
    transform: translate(7px, 44px);
  }

  .slider_label {
    /*transform: translate(97px, -23px);*/
  }

  .slider_label_single {
    /*transform: translate(19px, -15px);*/
  }

  .x.axis_single {
    transform: translate(87px, 19px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: center;
  }

  

  #gpm_route,
  #sat_route,
  #mod_route {
    text-align: center;
  }
}

@media only screen and (min-width:500px) and (orientation: portrait) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 4vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 40vw;
    bottom: 13vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 13vw;
    /*get*/
  }

  .footer-navbar {
    width: 40vw;
    height: 13vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 60vw;
    height: 13vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 60vw;
    height: 13vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(30px, 21px);
  }

  .first_g_single {
    transform: translate(30px, 21px);
  }

  .second_g {
    transform: translate(7px, 33px);
  }

  .second_g_single {
    transform: translate(7px, 33px);
  }

  .slider_label {
    /*transform: translate(117px, -22px);
 	}
	
	.slider_label_single {
    /*transform: translate(23px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: left;
  }

  

}



@media only screen and (min-width:568px) and (orientation: portrait) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 3vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 40vw;
    bottom: 11vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 11vw;
    /*get*/
  }

  .footer-navbar {
    width: 40vw;
    height: 11vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 60vw;
    height: 11vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 60vw;
    height: 11vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(31px, 27px);
  }

  .first_g_single {
    transform: translate(72px, 27px);
  }

  .second_g {
    transform: translate(7px, 39px);
  }

  .second_g_single {
    transform: translate(7px, 39px);
  }

  .slider_label {
    /*transform: translate(163px, -27px);
 	}
	
	.slider_label_single {
    /*transform: translate(46px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: left;
  }

  
}


@media only screen and (min-width:768px) and (orientation: portrait) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 3vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 40vw;
    bottom: 11vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 11vw;
    /*get*/
  }

  .footer-navbar {
    width: 40vw;
    height: 11vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 60vw;
    height: 11vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 60vw;
    height: 11vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(31px, 25px);
  }

  .first_g_single {
    transform: translate(95px, 26px);
  }

  .second_g {
    transform: translate(189px, -26px);
  }

  .second_g_single {
    transform: translate(7px, 39px);
  }

  .slider_label {
    /*transform: translate(191px, -26px);
 	}
	
	.slider_label_single {
    /*transform: translate(57px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }



  .legend-title {
    text-align: left;
  }

  
}




@media only screen and (min-width:800px) and (orientation: portrait) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 2vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 40vw;
    bottom: 10vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 10vw;
    /*get*/
  }

  .footer-navbar {
    width: 40vw;
    height: 10vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 60vw;
    height: 10vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 60vw;
    height: 10vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(34px, 28px);
  }

  .first_g_single {
    transform: translate(116px, 36px);
  }

  .second_g {
    transform: translate(11px, 41px);
  }

  .second_g_single {
    transform: translate(7px, 39px);
  }

  .slider_label {
    /*transform: translate(257px, -26px);
 	}
	
	.slider_label_single {
    /*transform: translate(84px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: left;
  }

}


@media only screen and (min-width:500px) and (orientation: landscape) {
  /*Moto 800x286 916x309*/


  /*MENU*/
  #control-boxes {
    width: 40%;
    bottom: 12%;
	font-size: 0.5em;
  }
  
  
  .my-table.headline {
    font-size: 1.5vw
  }
  
  
  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;

  }

  .my-cell.w-100 {
    width: 100%;
  }
  
  /*MENU legend*/
  #GPM_legends div:first-child  {
	background-image: url("https://www.rominger.info/weather/PNG/images/logos_icons/legend_rainfall_712px.png");
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 84.18%; /*138/976px * 100*/
  }
  
  #SAT_legends div:first-child  {
	background-image: url("https://www.rominger.info/weather/PNG/images/logos_icons/legend_lightning_1000px.png");
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 14.13%; /*138/976px * 100*/
  }
  
  #SAT_legends div:nth-child(2) {
	background-image: url("https://www.rominger.info/weather/PNG/images/logos_icons/legend_cloudtop_1000px.png");
	background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 25.81%;  /*252/976 * 100*/
  }


  /*FOOTER-TRILOGY*/
  .footer-navbar {
    width: 40%;
    height: 12%;
	right: 0vw;
    font-size: 0.6em;
  }
  
  .collapsible {
    height: 1.7vw;
    font-size: 0.9em;
    padding: 0px;
	display: none; /*not enough vertical space*/
  }
  
  .nav-tabs.nav-justified>li>a {
  	padding: 20% 0 0 0; 
  }
  
  /*TIMELINE*/
  #gpm-control-timeline, #sat-control-timeline, #mod-control-timeline {
    width: 60%;
	height: 12%;
  }
  
  #gpm_timeline_slider, #sat_timeline_slider, #mod_timeline_slider {
	  height: 100%
  }

  svg.chroniton {
    width: 100%;
	height: 100%;
	background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 100%;
	height: 100%;
	background-color: white;
    opacity: 80%;
  }
  
  /*TIMELINE timestamps*/
  .first_g {
    transform: translate(31px, 0px);
  }

  .first_g_single {
    transform: translate(95px, 0px);
  }

  /*TIMELINE play*/
  .second_g {
    transform: translate(7px, 12px);
  }
  
  /*TIMELINE timestamp bottom*/
  .x.axis_single {
    transform: translate(107px, 17px);
  }
  
  /*TIMELINE timestamp top + handle*/
  .slider_single {
    transform: translate(107px, 19px);
  }
}

@media only screen and (min-width:1024px) {
  /* big landscape tablets, laptops, and desktops */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 2vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 40vw;
    bottom: 8vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 8vw;
    /*get*/
  }

  .footer-navbar {
    width: 40vw;
    height: 8vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 60vw;
    height: 8vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 60vw;
    height: 8vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(31px, 37px);
  }

  .first_g_single {
    transform: translate(158px, 37px);
  }

  .second_g {
    transform: translate(10px, 50px);
  }

  .second_g_single {
    transform: translate(7px, 39px);
  }

  .slider_label {
    /*transform: translate(337px, -26px);
 	}
	
	.slider_label_single {
    /*transform: translate(115px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: left;
  }

}


@media only screen and (min-width:1280px) {
  /* big landscape tablets, laptops, and desktops */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 2vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 30vw;
    bottom: 7vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 7vw;
    /*get*/
  }

  .footer-navbar {
    width: 30vw;
    height: 7vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 70vw;
    height: 7vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 70vw;
    height: 7vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(106px, 37px);
  }

  .first_g_single {
    transform: translate(253px, 37px);
  }

  .second_g {
    transform: translate(83px, 50px);
  }

  .second_g_single {
    transform: translate(7px, 39px);
  }

  .slider_label {
    /*transform: translate(378px, -26px);
 	}
	
	.slider_label_single {
    /*transform: translate(136px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: left;
  }

}


@media only screen and (min-width:1440px) {
  /* big landscape tablets, laptops, and desktops */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }

  .my-table.headline {
    font-size: 3vw
  }

  .collapsible {
    height: 2vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 30vw;
    bottom: 7vw;
font-size: 0.7em;
  }

  #sat-control-timeline {
    height: 7vw;
    /*get*/
  }

  .footer-navbar {
    width: 30vw;
    height: 7vw;
right: 0vw;
    font-size: 0.8em;
  }

  svg.chroniton {
    width: 70vw;
    height: 7vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 70vw;
    height: 7vw;
background-color: white;
    opacity: 80%;
  }

  .first_g {
    transform: translate(106px, 37px);
  }

  .first_g_single {
    transform: translate(253px, 37px);
  }

  .second_g {
    transform: translate(83px, 50px);
  }

  .second_g_single {
    transform: translate(7px, 39px);
  }

  .slider_label {
    /*transform: translate(378px, -26px);
 	}
	
	.slider_label_single {
    /*transform: translate(136px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: left;
  }

  
}


@media only screen and (min-width:1920px) {
  /* big landscape tablets, laptops, and desktops */

  .my-row {
    display: flex;
    flex-direction: unset;
  }

  .my-cell {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
  }

  .my-cell.w-16 {
    width: 16.6666%;
  }

  .my-cell.w-25 {
    width: 25%;
  }

  .my-cell.w-33 {
    width: 33.3333%;
  }

  .my-cell.w-50 {
    width: 50%;
  }

  .my-cell.w-66 {
    width: 66.6666%;
  }

  .my-cell.w-75 {
    width: 75%;
  }

  .my-cell.w-100 {
    width: 100%;
  }



  .my-table.headline {
    font-size: 2vw
  }

  .collapsible {
    height: 2vw;
    font-size: 0.9em;
    padding: 0px;
  }



  #control-boxes {
    width: 30%;
    bottom: 7vw;
font-size: 0.9em;
  }

  .footer-navbar {
    width: 30%;
    height: 7vw;
right: 0vw;
    font-size: 1em;
  }

  .control-timeline {
    width: 70%;
    height: 7vw;
  }

  svg.chroniton {
    width: 100%;
    height: 7vw;
background-color: white;
    opacity: 80%;
  }

  svg.chroniton_single {
    width: 100%;
    height: 7vw;
background-color: white;
    opacity: 80%;
	bottom: 0%;
    position: absolute;
  }

  .first_g {
    transform: translate(106px, 37px);
  }

  .first_g_single {
    transform: translate(378px, 55px);
  }

  .second_g {
    transform: translate(83px, 50px);
  }

  .second_g_single {
    transform: translate(7px, 39px);
  }

  .slider_label {
    /*transform: translate(378px, -26px);
 	}
	
	.slider_label_single {
    /*transform: translate(136px, -14px);*/
  }

  .x.axis_single {
    transform: translate(84px, 20px);
  }

  .slider_single {
    transform: translate(86px, 19px);
  }


  .legend-title {
    text-align: left;
  }

  
}
