.site-branding-text {
  display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}

.site-title {
  opacity: 1;
	clear: none;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.noUnderLine {
  text-decoration: none;
	color: black;
  font-size: 18px;
}

.zuluDiv {
  margin-bottom: -15px;
}

.wnLogo {
  padding-right: 0px;
  padding-top: 10px;
}

.avmetLogo {
  padding-left: 20px;
  padding-top: 10px;
}

#zuluTime {
  line-height: normal;
}

hr.blueHr {
  border: 5px solid #0c419a;
  opacity: 1;
}

.darkBlue {
	background-color: #377cc0;
	color: white;
}

#weatherTable {
  width: 100%;
}

#ImpactTable table, #weatherTable table, #colorChart {
	border: 1px solid black;
}

#ImpactTable table, #weatherTable table {
	margin-bottom: auto;
}

#ImpactTable table tr td, #weatherTable table  tr td, #colorChart tr td {
	border-right: 1px solid black;
}

#weatherTable p {
  margin-bottom: 0;
}

#weatherTable td {
  padding: 2px;
}

#validSelpd, #validSelwedge {
  display: inline-block;
  /*float: left;*/
}

.valid {
	color: green;
}

.invalid {
	color: red;
}

.stormColor {
	background-color: #ff808c !important;
}

.lowColor {
	background-color: #CEFF80 !important;
}

.windColor {
	background-color: #FFD980 !important;
}

.winterColor {
	background-color: #80DFFF !important;
}

.pC {
  text-align: right;
  margin-bottom: 2px;
}

.cButton {
  border: 2px solid #4472c4;
  background-color: #dae3f3;
  margin-top: 5px;
}

.cData {
  border: 2px solid #2f528f;
  background-color: #4472c4;
  border-radius: 15px;
}

.rBorder {
  border-right: 1px solid black;
}

.psDiv {
  padding-left: 20px;
}

.rText {
  background-color: red;
  rotate: 270deg;
  float:left;
  text-align:center;
}

.fontsizeSmall {
  font-size: 12px !important;
}
 
.fontsizeSmall th, .fontsizeSmall td {
  padding: 0;
}

.fontsizeSmall thead, .fontsizeSmall tbody, .fontsizeSmall tr, .fontsizeSmall th, .fontsizeSmall td {
  border: none;
}

.boxW {
  border: 1px solid black !important;
}

.bkGray {
  background-color: #7f7f7f;
  width: 65%;
  margin: auto;
  border-radius: 5px;
  color: white;
}

.wedgeImg {
  max-width: 65%;
  margin: auto;
  display: block;
}

.fitC {
  width: fit-content;
  display: inline-block;
  padding-right: 25px;
}

.lSel {
  padding-left: 10px;
}

.fName {
  width: 10%;
}

.nbrow {
  max-width: 100%;
}

.hidden {
  display: none;
}

#validT p {
  margin-bottom: 0px;
}

.aWIOInfo {
  width: 100%;
}

.aWIOInfo div {
  margin: auto;
}

#colorChartDiv {
  margin-bottom: 5px;
}

[id^="pd_"] table tr, [id^="wedge_"] table tr {
  color: white;
}

.btnCenter {
  margin: auto;
  display: inherit;
}