/*

Supplemental style sheet for Jupiter Storm predictions

J. Gass
June, 2020

*/

 body {
  margin:0vh 2.5vw;
  font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;    
 }

 .page_head {
  margin-right:2vw;
  min-height:3rem;
  width:98%; 
  background-color:#666; 
  color:#fff; padding: 0.5rem;
 }

 .page_head h3 {
   font-size:120%;
}

 .hrule {
  border:1px solid #999;
 }

 .TZ_button {
  padding-top:3px;
  margin-bottom:3px;
  background-color:#eee;
  font-family: "Lucida Console", "Courier", monospace;
  font-size: 75%;
 }

 button.TZ_button a:visited {
  background-color:#999;
}

 .prediction_table {
   width:90vw;
   font-size:0.7rem;
    font-family: Courier New, Courier, monospace;
    white-space: pre;
    margin-left:1vw;
 }

 .prediction_table > caption {
   padding: 1rem 0;
   font-size: 120%;
   font-weight:600;
   font-size:inherit;
 }

 .prediction_table * {
   text-align:left;
 }

 .prediction_table td:last-of-type, .prediction_table th:last-of-type {
   text-align:right;
 }

div.page_bottom {
   height:2vh;
   width:100%;
   border-bottom: 1px solid #999;
}

#notes_modal_btn {
   padding-top:3px;
   font-family: "Lucida Console", "Courier", monospace;                                                                    
   font-size: 75%;                                  ;
   background-color: #eee;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

