.redlink {
   font-size:larger;
   font-style:italic;
   font-weight:bold;
   color:red;
}

/* Slideshow */
#canvas_bg {
  /*background-image: url("//i.stack.imgur.com/2OrtT.jpg");*/
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  /*transition: background 4s;*/
  /*min-height:480x;*/
  max-height:360x;
  padding-top:360px;

  margin-bottom:0 auto 10px;
  text-align:center;
}
#right_slideshow_btn {
  right: 0;
}
#stop_slideshow_btn {
  right: 20px;
}
#left_slideshow_btn {
  right: 40px;
}
.slideshow_btn {
  padding:3px;
  margin:5px;
  line-height: none;
  color:#000;
  /*font-size:50pt;*/
  position:absolute;
  bottom:0px;
  border-radius: 10px;
  border:1px solid silver;
  background:#fff;
  opacity:0.5;
  font-size:larger;
}
.slideshow_btn:hover {
  opacity:0.7;
  cursor: pointer;
}

.index_boxes {
  background: url('/px/box-bg.jpg');
  background-repeat: repeat-x;
  margin-top:20px;
    /*margin-right:20px;*/
  text-align:left;
/*
  border:1px solid #009;
  padding:5px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
*/
    /*padding:0 5px;*/
    border:2px solid #9bd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  background-repeat: repeat-x;
   box-shadow:0 5px 5px 2px rgba(0,0,0,0.4);
}

/* No padding on the the subrow */
.index_boxes .row {
   margin:0;
   /*padding-left:0;*/
   padding:5px 5px 0;
}

/* First line of box */
.row_header {
   background: #9bd;
   background: #dcdcdc;
   background: #A8C7E6;
   background: #B7D0E8;
   /*font-variant:small-caps*/
   font-style:italic;
   /*font-weight:bold;*/
   margin:0 -5px; /* To take up the padding in .index_boxes above */
   padding: 0 0 2px;
}
.row_header a {
   color:#009;
}

h2, h3, h4, h5 {
  text-align:center;
  margin:0px;  
}
h3 {
   font-weight:normal;
}

/* subhedings for Short-Range U.S. precip forecast */
h4 {
   color:#009;
}

p {
   font-size:larger;
   color:#009;
}

img {
   max-width:100%;
   /*width:100%;*/
   border:0;
}

.default_dropdown {
   border-top:1px solid #ccc;
   background:#fff;
   background: url('/px/box-bg.jpg');
   background-repeat: repeat-x;
   border-color:#f00
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-align:left;
   padding:0 5px;    
}
.ui-accordion .ui-accordion-header {
   margin:0;
   font-weight:bold;
   font-size:larger;
   font-style:normal;
}
.ui-accordion .ui-accordion-content {
   padding:10px 5px;
}
.ui-widget-content a {
   color:#009;
}
.ui-icon-help {
   margin-top:-0.5em;
}
.help + div {
   display:none;
   padding:1em;
   text-align:justify;
   font-style:italic;
}
.help:hover {
   cursor:help;
}

/* winners */
form.winners {
   display:inline-block; /* Center the form */
}
select.winners {
   margin:2px; /* Condense winners table so fits in 5 column bootstrap */
}
table.winners {
  background: url('/px/box-bg.jpg');
  background-repeat: repeat-x;
   /*
   border:1px solid;
   padding:5px;
 border:2px solid #009;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
*/
    border:2px solid #9bd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
  background-repeat: repeat-x;
   box-shadow:0 5px 5px 2px rgba(0,0,0,0.4);
}
table.winners img {
   width:20px;
}
.winners_list {
 background:#ffc;
 background:#fff;
 width:80%;
 margin:5px auto 2px;
 padding-left:5px;
}
.winners_list td {
   text-align:center;
}
.winners_list tr:first-of-type td {
   padding-top:2px;
}

#signup_text_in_header {
  font-size:smaller;
  font-weight:initial;
  font-style:italic;
  color:red;
}
#signup_text_in_header:hover {
  text-decoration:underline
}

.zoom_checkbox {
   display:inline;
   position:relative;
   float:right;
   bottom:38px;
   background:#fff;
   border-right:1px solid #000;
   border-bottom:1px solid #000;
}

.play_button {
   display: block;
   position:absolute;
   width:40%;
   margin-top:-50%;
   margin-left:25%;
}

/* no longer needed since using med images as of 13June2024 since small images no longer take 100% of space between about 700 px and 767 px
@media (max-width:767px) and (orientation: landscape) {
   .play_button {
      margin-top:unset;
      margin-left:-60%;
   }
}
*/

/* No zoom on small screens since can simply pinch to zoom. The js in index.js has window.USER_IS_TOUCHING, but don't know that value until screen is actually touched by user  */
@media (max-width:767px) {
   .zoom_checkbox  {
      display:none;
   }
}

/* START obs styles */
#switch_obs {
   position:absolute;
   right:1em;
   padding:15px 10px;
   z-index:1;
}
#switch_obs:hover {
   opacity:0.4;
   cursor: pointer;
}
#current_weather:hover, #weather_forecast:hover {
  opacity:0.8;
  border-color:#666;
  cursor: pointer;
}
/* END obs styles */
