/* General */
p {
  font-family:Arial;
} 
#note {
  font-weight:bold;
}
#HEADER {
  padding-left:15px;
  font-size:25px;
  font-weight:bold;
  color: #ec7a08;
}
/* Link Styling */
a {
  text-decoration: none;
}
a:link {
  text-decoration:  none;
  color:black;
} 
a:visited {
  text-decoration:  none;
  color:black;
} 
.buttonBar button {
  background-color:lightblue;
  border: 1px solid white;
  color: black; 
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  position: sticky;
  top: 0;
}

.buttonBar button:focus {
  background-color:lightgray; /* Green background */
}
/* Buttons */
.wxSA {
  border: none;
  border-radius:5px;
  background-color:#1763AB;
  color: white;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 2px;
}
/* Weather Camera Tab */
.WC_TOP {
  padding-left:10px;
  padding-right:10px;
  text-align: center;
  font-weight:bold;
  font-size:18px;
}
.WC_IMAGE img{
  padding-left:10px;
  padding-right:10px;
  text-align: center;
  width:320px;
  height:240px;
}

.WC_BOTTOM {
  padding-left:10px;
  padding-right:10px;
  text-align: center;
  padding-bottom:15px;
}
/* Popup Window */
.ui-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}
