/* ---------- Alerts and Forecast */

.AlertWarning, .AlertRed, .AlertRouge {
	background-color: #FF0000;
	opacity: 0.8;
}

.AlertWatch, .AlertYellow, .AlertJaune {
	background-color: #FFFF00;
	opacity: 0.8;
}

.AlertEnded {
	background-color: green;
	opacity: 0.8;
}

.AlertAdvisory, .AlertOrange {
	background-color: #FF9800;
	opacity: 0.8;
}

.AlertStatement {
	background-color: blue;
	opacity: 0.8;
}

.AlertContainer {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.AlertBorder {
	width: 25px;
}

.AlertContent {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.AlertBody {
	padding: 5px;
}

.AlertHeader {
	display: flex;
	flex-direction: row;
}

.AlertIcon {
	vertical-align: middle;
	margin: 5px;
	min-width: 34px;
	min-height: 34px;
}

.AlertHeaderDetail {
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
}

.AlertLocations {
	padding-left: 5px;
}

.AlertTime {
}

.AlertHeadlineContainer {
}

.AlertHeadlineIcon {
	display: table-cell;
}

.AlertHeadlineDetail {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
}

.ForecastHeader, .AlertHeader {
	background: #CCCCCC;
	opacity: 0.8;
}
.ForecastBody {
}


/* ---------- login page ---------- */

.LoginBox {
	background-color: #F6F6F6;
	border: #336699 2px solid;
	border-spacing: 10px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
	display: block;
}

.LoginLogo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

/* ---------- Collapible sections */

.card-main {
	margin: 10px;
}

.card-main-header:active {
	background: #EEEEEE;
}

.card-main-content-nopad {
	padding: 0rem;
}

.card-main-content-pad {
	padding: 1rem;
}

/* ---------- Standard stuff */

table.TwitterTable {
	border-collapse: collapse;
	border: 1px solid black;
}

table.TwitterTable td {
	border: 1px solid black;
	padding: 3px;
}

table.TwitterTable tr:nth-child(odd) {
	background: #C6C6C6;
}

.ConditionsMetricLine {
	/* create hanging labels once supported */
}

.ForecastTemperature {
}

.HourlyForecastBlock {
	margin: 0px 3px 0px 3px;
	padding: 3px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

@media print {
	.NoPrint {
		display: none;
	}
}

.HistoricalTime {
	font-weight: bold;
	text-decoration: blink;
}

.RangeMismatch {
	font-weight: bold;
	color: red;
}

.smallmap {
	width: 545px;
	height: 450px;
	border: 1px solid #ccc;
}

/* ---------- Form Elements */

.field {
}

.control {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* ---------- AQHI */

.aqhi-scale-current, .aqhi-scale-current-c {
	width: 11px;
	height: 25px;
	vertical-align: bottom;
	font-size: 150%;
	display: inline-block;
	text-align: center;
}
.aqhi-scale-spacer, .aqhi-scale-spacer-c {
	width: 44px;
	height: 20px;
	display: inline-block;
}
.aqhi-scale-pic, .aqhi-scale-pic-c {
	width: 42px;
	height: 20px;
	border: 1px solid #999;
	padding: 0px;
	display: inline-block;
}
.aqhi-scale-text, .aqhi-scale-text-c {
	width: 44px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}
.aqhi-scale-text2, .aqhi-scale-text2-c {
	width: 128px;
	margin: 2px;
	border-top: 2px solid #999;
	text-align:center;
	vertical-align: top;
	display: inline-block;
}
.aqhi-scale-text3, .aqhi-scale-text3-c {
	width: 172px;
	margin: 2px;
	border-top: 2px solid #999;
	text-align:center;
	vertical-align: top;
	display: inline-block;
}
.aqhi-scale-text4, .aqhi-scale-text4-c {
	width: 40px;
	margin: 2px;
	border-top: 2px solid #999;
	text-align:center;
	vertical-align: top;
	display: inline-block;
}

.aqhi-scale-current-c {
	width: 9px;
}
.aqhi-scale-spacer-c {
	width: 36px;
}
.aqhi-scale-pic-c {
	width: 34px;
}
.aqhi-scale-text-c {
	width: 36px;
}

.aqhi-1 {
	background-color: #97cbff !important;
}
.aqhi-2 {
	background-color: #61cbff !important;
}
.aqhi-3 {
	background-color: #00cbff !important;
}
.aqhi-4 {
	background-color: #97cccd !important;
}
.aqhi-5 {
	background-color: #999999 !important;
}
.aqhi-6 {
	background-color: #999a63 !important;
}
.aqhi-7 {
	background-color: #9a6700 !important;
}
.aqhi-8 {
	background-color: #9a662e !important;
}
.aqhi-9 {
	background-color: #9b3300 !important;
}
.aqhi-10 {
	background-color: #670000 !important;
}
.aqhi-11 {
	background-color: #ff0000 !important;
}

/* ---------- Main */

#HeaderMasthead {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#HeaderLogo {
	padding: 5px;
}

#HeaderTitle {
	padding: 5px;
	flex-grow: 1
}

#HeaderClockContainer {
	padding: 5px;
}

#HeaderClockMain, #HeaderClockButton {
	display: inline-block;
	vertical-align: top;
}

#debug {
	padding: 10px;
	background-color: #FF0000;
	clear: both;
}

#interaction, #timewarp {
	padding: 10px;
	background-color: #CCCCCC;
	clear: both;
}

#timewarp {
	display: none;
}

#loading {
	position: fixed; /* forces the element to stay fixed in relation to the viewport */
	top: 50%; /* sets the top of the image 50% of the page height */
	left: 50%; /* sets the left side of the image 50% across the page */
	margin-left: -100px; /* moves the image half of its own width to the left-side of the page */
	margin-top: -93px; /* moves the image half its height 'up' the page */
	box-shadow: 0.5em 0.5em 0.7em #333; /* to give the illusion of 'floating' */
	border-radius: 1em;
	background: white;
	z-index: 3000;
}

.VisiblePane, .HiddenPane {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px;
}

.FullHiddenPane {
	display: none;
}

.HiddenPane {
	display: none;
}

.TitlePane {
	display: none;
	padding: 5px;
}

.ContentVisualize {
	display: table;
	width: 100%;
}

.ContentChartAndTable {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.ContentDatePicker {
	display: table-cell;
	vertical-align: top;
}

.ContentColumn {
	float: left;
	width: 50%;
}

.ContentColumnNotUsed {
	display: inline-block;
	vertical-align: top;
}

.ContentNormal {
	width: 100%;
}

.ContentWinnersLeft {
	float: left;
	width: 70%;
}
.ContentWinnersRight {
	float: left;
	width: 30%
}

#winners_chart {
	height: 400px;
	clear: both;
}

.AboutDetail {
	display: inline-block;
	vertical-align: top;
}

#forecast_div {
	overflow: auto;
}

.wi-wind-format {
	font-size: 500%;
	color: orange;
}

.VerticalLine {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	width: 1px;
	background-color: #CCCCCC;
}

.TimeWarpElement {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}
.TimeWarpInput {
	width: 5ch;
}

/* ---------- Twitter */

#TwitterContentAlert, #TwitterContentAlmanac {
	font-size: 16px;
	background: #EEEEEE;
}

#TwitterContentConditions, #TwitterContentAirQuality {
	padding: 20px;
	background: #EEEEEE;
}

/* --------- Map Popups */

.PopName {
	padding: 5px;
	font-size: 1.1rem;
	border: 1px solid black;
	background: #F5F5F5;
}

.PopContent {
	display: flex;
	border: 1px solid black;
}

.PopContentLeft {
	min-width: 250px;
	padding: 5px;
}

.PopContentRight {
	min-width: 80px;
	padding: 5px;
}

/* --------- Map Markers */

.MMIconNormal {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
}

.MMContainer {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
	background-color: #95c7f4;
	border-radius: 50%;
	text-align: center;
	font-size: 13px;
}

.MMBorderAlert {
	border-color: red;
	border-width: 2px;
	border-style: solid;
}

.MMBorderNormal {
	border-color: #666666;
	border-width: 2px;
	border-style: solid;
}

.MMBorderDashed {
	border-style: dashed;
}

.MMBackgroundStriped {
	background:
		linear-gradient(115deg, transparent 75%, rgba(255,255,255,.8) 75%) 0 0,
		linear-gradient(245deg, transparent 75%, rgba(255,255,255,.8) 75%) 0 0,
		linear-gradient(115deg, transparent 75%, rgba(255,255,255,.8) 75%) 7px -15px,
		linear-gradient(245deg, transparent 75%, rgba(255,255,255,.8) 75%) 7px -15px,
	#95c7f4;
	background-size: 5px 10px;
}

.MMOutsideNight {
	background-color: rgb(0, 255, 255);
}

.MMOutsideDay {
	background-color: rgb(255, 255, 0);
}

/* --------- Modal Dialog */

.modal-spacer {
	flex: 1 1 auto;
	min-width: 40px;
}

/* -------- Automatic Map Styles: Temperature */

.MMTemperatureMinus40 {
	background-color: rgb(9, 55, 246);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus38 {
	background-color: rgb(15, 65, 240);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus36 {
	background-color: rgb(21, 75, 234);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus34 {
	background-color: rgb(27, 85, 228);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus32 {
	background-color: rgb(33, 95, 222);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus30 {
	background-color: rgb(39, 105, 216);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus28 {
	background-color: rgb(45, 115, 210);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus26 {
	background-color: rgb(51, 125, 204);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus24 {
	background-color: rgb(57, 135, 198);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus22 {
	background-color: rgb(63, 145, 192);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus20 {
	background-color: rgb(69, 155, 186);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus18 {
	background-color: rgb(75, 165, 180);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus16 {
	background-color: rgb(81, 175, 174);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus14 {
	background-color: rgb(87, 185, 168);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus12 {
	background-color: rgb(93, 195, 162);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus10 {
	background-color: rgb(99, 205, 156);
	color: rgb(255, 255, 181);
}
.MMTemperatureMinus8 {
	background-color: rgb(105, 215, 150);
	color: rgb(0, 0, 255);
}
.MMTemperatureMinus6 {
	background-color: rgb(111, 225, 144);
	color: rgb(0, 0, 255);
}
.MMTemperatureMinus4 {
	background-color: rgb(117, 235, 138);
	color: rgb(0, 0, 255);
}
.MMTemperatureMinus2 {
	background-color: rgb(123, 245, 132);
	color: rgb(0, 0, 255);
}
.MMTemperatureZero {
	background-color: rgb(129, 255, 126);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus2 {
	background-color: rgb(135, 245, 120);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus4 {
	background-color: rgb(141, 235, 114);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus6 {
	background-color: rgb(147, 225, 108);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus8 {
	background-color: rgb(153, 215, 102);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus10 {
	background-color: rgb(159, 205, 96);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus12 {
	background-color: rgb(165, 195, 90);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus14 {
	background-color: rgb(171, 185, 84);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus16 {
	background-color: rgb(177, 175, 78);
	color: rgb(0, 0, 255);
}
.MMTemperaturePlus18 {
	background-color: rgb(183, 165, 72);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus20 {
	background-color: rgb(189, 155, 66);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus22 {
	background-color: rgb(195, 145, 60);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus24 {
	background-color: rgb(201, 135, 54);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus26 {
	background-color: rgb(207, 125, 48);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus28 {
	background-color: rgb(213, 115, 42);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus30 {
	background-color: rgb(219, 105, 36);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus32 {
	background-color: rgb(225, 95, 30);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus34 {
	background-color: rgb(231, 85, 24);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus36 {
	background-color: rgb(237, 75, 18);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus38 {
	background-color: rgb(243, 65, 12);
	color: rgb(255, 255, 181);
}
.MMTemperaturePlus40 {
	background-color: rgb(246, 55, 9);
	color: rgb(255, 255, 181);
}

/* -------- Automatic Map Styles: Relative Humidity */

.MMRelativeHumidity0 {
	background-color: rgb(198, 75, 27);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity3 {
	background-color: rgb(192, 75, 33);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity6 {
	background-color: rgb(186, 75, 39);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity9 {
	background-color: rgb(180, 75, 45);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity12 {
	background-color: rgb(174, 75, 51);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity15 {
	background-color: rgb(168, 75, 57);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity18 {
	background-color: rgb(162, 75, 63);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity21 {
	background-color: rgb(156, 75, 69);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity24 {
	background-color: rgb(150, 75, 75);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity27 {
	background-color: rgb(144, 75, 81);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity30 {
	background-color: rgb(138, 75, 87);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity33 {
	background-color: rgb(132, 75, 93);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity36 {
	background-color: rgb(126, 75, 99);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity39 {
	background-color: rgb(120, 75, 105);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity42 {
	background-color: rgb(114, 75, 111);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity45 {
	background-color: rgb(108, 75, 117);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity48 {
	background-color: rgb(102, 75, 123);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity51 {
	background-color: rgb(96, 75, 129);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity54 {
	background-color: rgb(90, 75, 135);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity57 {
	background-color: rgb(84, 75, 141);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity60 {
	background-color: rgb(78, 75, 147);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity63 {
	background-color: rgb(72, 75, 153);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity66 {
	background-color: rgb(66, 75, 159);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity69 {
	background-color: rgb(60, 75, 165);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity72 {
	background-color: rgb(54, 75, 171);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity75 {
	background-color: rgb(48, 75, 177);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity78 {
	background-color: rgb(42, 75, 183);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity81 {
	background-color: rgb(36, 75, 189);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity84 {
	background-color: rgb(30, 75, 195);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity87 {
	background-color: rgb(24, 75, 201);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity90 {
	background-color: rgb(18, 75, 207);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity93 {
	background-color: rgb(12, 75, 213);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity96 {
	background-color: rgb(6, 75, 219);
	color: rgb(255, 255, 181);
}
.MMRelativeHumidity99 {
	background-color: rgb(0, 75, 225);
	color: rgb(255, 255, 181);
}

/* -------- Automatic Map Styles: Visibility */

.MMVisibility0 {
	background-color: rgb(150, 2, 4);
	color: rgb(255, 255, 181);
}
.MMVisibility3 {
	background-color: rgb(138, 8, 16);
	color: rgb(255, 255, 181);
}
.MMVisibility6 {
	background-color: rgb(126, 14, 28);
	color: rgb(255, 255, 181);
}
.MMVisibility9 {
	background-color: rgb(114, 20, 40);
	color: rgb(255, 255, 181);
}
.MMVisibility12 {
	background-color: rgb(102, 26, 52);
	color: rgb(255, 255, 181);
}
.MMVisibility15 {
	background-color: rgb(90, 32, 64);
	color: rgb(255, 255, 181);
}
.MMVisibility18 {
	background-color: rgb(78, 38, 76);
	color: rgb(255, 255, 181);
}
.MMVisibility21 {
	background-color: rgb(66, 44, 88);
	color: rgb(255, 255, 181);
}
.MMVisibility24 {
	background-color: rgb(54, 50, 100);
	color: rgb(255, 255, 181);
}
.MMVisibility27 {
	background-color: rgb(50, 56, 112);
	color: rgb(255, 255, 181);
}
.MMVisibility30 {
	background-color: rgb(50, 62, 124);
	color: rgb(255, 255, 181);
}
.MMVisibility33 {
	background-color: rgb(50, 62, 125);
	color: rgb(255, 255, 181);
}
.MMVisibility36 {
	background-color: rgb(50, 63, 126);
	color: rgb(255, 255, 181);
}
.MMVisibility39 {
	background-color: rgb(50, 63, 127);
	color: rgb(255, 255, 181);
}
.MMVisibility42 {
	background-color: rgb(50, 64, 128);
	color: rgb(255, 255, 181);
}
.MMVisibility45 {
	background-color: rgb(50, 64, 129);
	color: rgb(255, 255, 181);
}
.MMVisibility48 {
	background-color: rgb(50, 65, 130);
	color: rgb(255, 255, 181);
}
.MMVisibility51 {
	background-color: rgb(50, 65, 131);
	color: rgb(255, 255, 181);
}
.MMVisibility54 {
	background-color: rgb(50, 66, 132);
	color: rgb(255, 255, 181);
}
.MMVisibility57 {
	background-color: rgb(50, 66, 133);
	color: rgb(255, 255, 181);
}
.MMVisibility60 {
	background-color: rgb(50, 67, 134);
	color: rgb(255, 255, 181);
}
.MMVisibility63 {
	background-color: rgb(50, 67, 135);
	color: rgb(255, 255, 181);
}
.MMVisibility66 {
	background-color: rgb(50, 68, 136);
	color: rgb(255, 255, 181);
}
.MMVisibility69 {
	background-color: rgb(50, 68, 137);
	color: rgb(255, 255, 181);
}
.MMVisibility72 {
	background-color: rgb(50, 69, 138);
	color: rgb(255, 255, 181);
}
.MMVisibility75 {
	background-color: rgb(50, 69, 139);
	color: rgb(255, 255, 181);
}
.MMVisibility78 {
	background-color: rgb(50, 70, 140);
	color: rgb(255, 255, 181);
}
.MMVisibility81 {
	background-color: rgb(50, 70, 141);
	color: rgb(255, 255, 181);
}
.MMVisibility84 {
	background-color: rgb(50, 71, 142);
	color: rgb(255, 255, 181);
}
.MMVisibility87 {
	background-color: rgb(50, 71, 143);
	color: rgb(255, 255, 181);
}
.MMVisibility90 {
	background-color: rgb(50, 72, 144);
	color: rgb(255, 255, 181);
}
.MMVisibility93 {
	background-color: rgb(50, 72, 145);
	color: rgb(255, 255, 181);
}
.MMVisibility96 {
	background-color: rgb(50, 73, 146);
	color: rgb(255, 255, 181);
}
.MMVisibility99 {
	background-color: rgb(50, 73, 147);
	color: rgb(255, 255, 181);
}
.MMVisibility102 {
	background-color: rgb(50, 74, 148);
	color: rgb(255, 255, 181);
}
.MMVisibility105 {
	background-color: rgb(50, 74, 149);
	color: rgb(255, 255, 181);
}
.MMVisibility108 {
	background-color: rgb(50, 75, 150);
	color: rgb(255, 255, 181);
}
.MMVisibility111 {
	background-color: rgb(50, 75, 151);
	color: rgb(255, 255, 181);
}
.MMVisibility114 {
	background-color: rgb(50, 76, 152);
	color: rgb(255, 255, 181);
}
.MMVisibility117 {
	background-color: rgb(50, 76, 153);
	color: rgb(255, 255, 181);
}
.MMVisibility120 {
	background-color: rgb(50, 77, 154);
	color: rgb(255, 255, 181);
}
.MMVisibility123 {
	background-color: rgb(50, 77, 155);
	color: rgb(255, 255, 181);
}
.MMVisibility126 {
	background-color: rgb(50, 78, 156);
	color: rgb(255, 255, 181);
}
.MMVisibility129 {
	background-color: rgb(50, 78, 157);
	color: rgb(255, 255, 181);
}
.MMVisibility132 {
	background-color: rgb(50, 79, 158);
	color: rgb(255, 255, 181);
}
.MMVisibility135 {
	background-color: rgb(50, 79, 159);
	color: rgb(255, 255, 181);
}
.MMVisibility138 {
	background-color: rgb(50, 80, 160);
	color: rgb(255, 255, 181);
}
.MMVisibility141 {
	background-color: rgb(50, 80, 161);
	color: rgb(255, 255, 181);
}
.MMVisibility144 {
	background-color: rgb(50, 81, 162);
	color: rgb(255, 255, 181);
}
.MMVisibility147 {
	background-color: rgb(50, 81, 163);
	color: rgb(255, 255, 181);
}
.MMVisibility150 {
	background-color: rgb(50, 82, 164);
	color: rgb(255, 255, 181);
}
.MMVisibility153 {
	background-color: rgb(50, 82, 165);
	color: rgb(255, 255, 181);
}
.MMVisibility156 {
	background-color: rgb(50, 83, 166);
	color: rgb(255, 255, 181);
}
.MMVisibility159 {
	background-color: rgb(50, 83, 167);
	color: rgb(255, 255, 181);
}
.MMVisibility162 {
	background-color: rgb(50, 84, 168);
	color: rgb(255, 255, 181);
}
.MMVisibility165 {
	background-color: rgb(50, 84, 169);
	color: rgb(255, 255, 181);
}
.MMVisibility168 {
	background-color: rgb(50, 85, 170);
	color: rgb(255, 255, 181);
}
.MMVisibility171 {
	background-color: rgb(50, 85, 171);
	color: rgb(255, 255, 181);
}
.MMVisibility174 {
	background-color: rgb(50, 86, 172);
	color: rgb(255, 255, 181);
}
.MMVisibility177 {
	background-color: rgb(50, 86, 173);
	color: rgb(255, 255, 181);
}
.MMVisibility180 {
	background-color: rgb(50, 87, 174);
	color: rgb(255, 255, 181);
}
.MMVisibility183 {
	background-color: rgb(50, 87, 175);
	color: rgb(255, 255, 181);
}
.MMVisibility186 {
	background-color: rgb(50, 88, 176);
	color: rgb(255, 255, 181);
}
.MMVisibility189 {
	background-color: rgb(50, 88, 177);
	color: rgb(255, 255, 181);
}
.MMVisibility192 {
	background-color: rgb(50, 89, 178);
	color: rgb(255, 255, 181);
}
.MMVisibility195 {
	background-color: rgb(50, 89, 179);
	color: rgb(255, 255, 181);
}
.MMVisibility198 {
	background-color: rgb(50, 90, 180);
	color: rgb(255, 255, 181);
}
.MMVisibility201 {
	background-color: rgb(50, 90, 181);
	color: rgb(255, 255, 181);
}
.MMVisibility204 {
	background-color: rgb(50, 91, 182);
	color: rgb(255, 255, 181);
}
.MMVisibility207 {
	background-color: rgb(50, 91, 183);
	color: rgb(255, 255, 181);
}
.MMVisibility210 {
	background-color: rgb(50, 92, 184);
	color: rgb(255, 255, 181);
}
.MMVisibility213 {
	background-color: rgb(50, 92, 185);
	color: rgb(255, 255, 181);
}
.MMVisibility216 {
	background-color: rgb(50, 93, 186);
	color: rgb(255, 255, 181);
}
.MMVisibility219 {
	background-color: rgb(50, 93, 187);
	color: rgb(255, 255, 181);
}
.MMVisibility222 {
	background-color: rgb(50, 94, 188);
	color: rgb(255, 255, 181);
}
.MMVisibility225 {
	background-color: rgb(50, 94, 189);
	color: rgb(255, 255, 181);
}
.MMVisibility228 {
	background-color: rgb(50, 95, 190);
	color: rgb(255, 255, 181);
}
.MMVisibility231 {
	background-color: rgb(50, 95, 191);
	color: rgb(255, 255, 181);
}
.MMVisibility234 {
	background-color: rgb(50, 96, 192);
	color: rgb(255, 255, 181);
}
.MMVisibility237 {
	background-color: rgb(50, 96, 193);
	color: rgb(255, 255, 181);
}
.MMVisibility240 {
	background-color: rgb(50, 97, 194);
	color: rgb(255, 255, 181);
}
.MMVisibility243 {
	background-color: rgb(50, 97, 195);
	color: rgb(255, 255, 181);
}
.MMVisibility246 {
	background-color: rgb(50, 98, 196);
	color: rgb(255, 255, 181);
}
.MMVisibility249 {
	background-color: rgb(50, 98, 197);
	color: rgb(255, 255, 181);
}
.MMVisibility252 {
	background-color: rgb(50, 99, 198);
	color: rgb(255, 255, 181);
}
.MMVisibility255 {
	background-color: rgb(50, 99, 199);
	color: rgb(255, 255, 181);
}
.MMVisibility258 {
	background-color: rgb(50, 100, 200);
	color: rgb(255, 255, 181);
}
.MMVisibility261 {
	background-color: rgb(50, 100, 201);
	color: rgb(255, 255, 181);
}
.MMVisibility264 {
	background-color: rgb(50, 101, 202);
	color: rgb(255, 255, 181);
}
.MMVisibility267 {
	background-color: rgb(50, 101, 203);
	color: rgb(255, 255, 181);
}
.MMVisibility270 {
	background-color: rgb(50, 102, 204);
	color: rgb(255, 255, 181);
}
.MMVisibility273 {
	background-color: rgb(50, 102, 205);
	color: rgb(255, 255, 181);
}
.MMVisibility276 {
	background-color: rgb(50, 103, 206);
	color: rgb(255, 255, 181);
}
.MMVisibility279 {
	background-color: rgb(50, 103, 207);
	color: rgb(255, 255, 181);
}
.MMVisibility282 {
	background-color: rgb(50, 104, 208);
	color: rgb(255, 255, 181);
}
.MMVisibility285 {
	background-color: rgb(50, 104, 209);
	color: rgb(255, 255, 181);
}
.MMVisibility288 {
	background-color: rgb(50, 105, 210);
	color: rgb(255, 255, 181);
}
.MMVisibility291 {
	background-color: rgb(50, 105, 211);
	color: rgb(255, 255, 181);
}
.MMVisibility294 {
	background-color: rgb(50, 106, 212);
	color: rgb(255, 255, 181);
}
.MMVisibility297 {
	background-color: rgb(50, 106, 213);
	color: rgb(255, 255, 181);
}
.MMVisibility300 {
	background-color: rgb(50, 107, 214);
	color: rgb(255, 255, 181);
}
.MMVisibility303 {
	background-color: rgb(50, 107, 215);
	color: rgb(255, 255, 181);
}
.MMVisibility306 {
	background-color: rgb(50, 108, 216);
	color: rgb(255, 255, 181);
}
.MMVisibility309 {
	background-color: rgb(50, 108, 217);
	color: rgb(255, 255, 181);
}
.MMVisibility312 {
	background-color: rgb(50, 109, 218);
	color: rgb(255, 255, 181);
}
.MMVisibility315 {
	background-color: rgb(50, 109, 219);
	color: rgb(255, 255, 181);
}
.MMVisibility318 {
	background-color: rgb(50, 110, 220);
	color: rgb(255, 255, 181);
}
.MMVisibility321 {
	background-color: rgb(50, 110, 221);
	color: rgb(255, 255, 181);
}
.MMVisibility324 {
	background-color: rgb(50, 111, 222);
	color: rgb(255, 255, 181);
}
.MMVisibility327 {
	background-color: rgb(50, 111, 223);
	color: rgb(255, 255, 181);
}
.MMVisibility330 {
	background-color: rgb(50, 112, 224);
	color: rgb(255, 255, 181);
}
.MMVisibility333 {
	background-color: rgb(50, 112, 225);
	color: rgb(255, 255, 181);
}
.MMVisibility336 {
	background-color: rgb(50, 113, 226);
	color: rgb(255, 255, 181);
}
.MMVisibility339 {
	background-color: rgb(50, 113, 227);
	color: rgb(255, 255, 181);
}
.MMVisibility342 {
	background-color: rgb(50, 114, 228);
	color: rgb(255, 255, 181);
}
.MMVisibility345 {
	background-color: rgb(50, 114, 229);
	color: rgb(255, 255, 181);
}
.MMVisibility348 {
	background-color: rgb(50, 115, 230);
	color: rgb(255, 255, 181);
}
.MMVisibility351 {
	background-color: rgb(50, 115, 231);
	color: rgb(255, 255, 181);
}
.MMVisibility354 {
	background-color: rgb(50, 116, 232);
	color: rgb(255, 255, 181);
}
.MMVisibility357 {
	background-color: rgb(50, 116, 233);
	color: rgb(255, 255, 181);
}
.MMVisibility360 {
	background-color: rgb(50, 117, 234);
	color: rgb(255, 255, 181);
}
.MMVisibility363 {
	background-color: rgb(50, 117, 235);
	color: rgb(255, 255, 181);
}
.MMVisibility366 {
	background-color: rgb(50, 118, 236);
	color: rgb(255, 255, 181);
}
.MMVisibility369 {
	background-color: rgb(50, 118, 237);
	color: rgb(255, 255, 181);
}
.MMVisibility372 {
	background-color: rgb(50, 119, 238);
	color: rgb(255, 255, 181);
}
.MMVisibility375 {
	background-color: rgb(50, 119, 239);
	color: rgb(255, 255, 181);
}
.MMVisibility378 {
	background-color: rgb(50, 120, 240);
	color: rgb(255, 255, 181);
}
.MMVisibility381 {
	background-color: rgb(50, 120, 241);
	color: rgb(255, 255, 181);
}
.MMVisibility384 {
	background-color: rgb(50, 121, 242);
	color: rgb(255, 255, 181);
}
.MMVisibility387 {
	background-color: rgb(50, 121, 243);
	color: rgb(255, 255, 181);
}
.MMVisibility390 {
	background-color: rgb(50, 122, 244);
	color: rgb(255, 255, 181);
}
.MMVisibility393 {
	background-color: rgb(50, 122, 245);
	color: rgb(255, 255, 181);
}
.MMVisibility396 {
	background-color: rgb(50, 123, 246);
	color: rgb(255, 255, 181);
}
.MMVisibility399 {
	background-color: rgb(50, 123, 247);
	color: rgb(255, 255, 181);
}

/* -------- Automatic Map Styles: Barometer */

.MMBarometer900 {
	background-color: rgb(254, 1, 1);
	color: rgb(255, 255, 181);
}
.MMBarometer903 {
	background-color: rgb(251, 4, 4);
	color: rgb(255, 255, 181);
}
.MMBarometer906 {
	background-color: rgb(248, 7, 7);
	color: rgb(255, 255, 181);
}
.MMBarometer909 {
	background-color: rgb(245, 10, 10);
	color: rgb(255, 255, 181);
}
.MMBarometer912 {
	background-color: rgb(242, 13, 13);
	color: rgb(255, 255, 181);
}
.MMBarometer915 {
	background-color: rgb(239, 16, 16);
	color: rgb(255, 255, 181);
}
.MMBarometer918 {
	background-color: rgb(236, 19, 19);
	color: rgb(255, 255, 181);
}
.MMBarometer921 {
	background-color: rgb(233, 22, 22);
	color: rgb(255, 255, 181);
}
.MMBarometer924 {
	background-color: rgb(230, 25, 25);
	color: rgb(255, 255, 181);
}
.MMBarometer927 {
	background-color: rgb(227, 28, 28);
	color: rgb(255, 255, 181);
}
.MMBarometer930 {
	background-color: rgb(224, 31, 31);
	color: rgb(255, 255, 181);
}
.MMBarometer933 {
	background-color: rgb(221, 34, 34);
	color: rgb(255, 255, 181);
}
.MMBarometer936 {
	background-color: rgb(218, 37, 37);
	color: rgb(255, 255, 181);
}
.MMBarometer939 {
	background-color: rgb(215, 40, 40);
	color: rgb(255, 255, 181);
}
.MMBarometer942 {
	background-color: rgb(212, 43, 43);
	color: rgb(255, 255, 181);
}
.MMBarometer945 {
	background-color: rgb(209, 46, 46);
	color: rgb(255, 255, 181);
}
.MMBarometer948 {
	background-color: rgb(206, 49, 49);
	color: rgb(255, 255, 181);
}
.MMBarometer951 {
	background-color: rgb(203, 52, 52);
	color: rgb(255, 255, 181);
}
.MMBarometer954 {
	background-color: rgb(200, 55, 55);
	color: rgb(255, 255, 181);
}
.MMBarometer957 {
	background-color: rgb(197, 58, 58);
	color: rgb(255, 255, 181);
}
.MMBarometer960 {
	background-color: rgb(194, 61, 61);
	color: rgb(255, 255, 181);
}
.MMBarometer963 {
	background-color: rgb(191, 64, 64);
	color: rgb(255, 255, 181);
}
.MMBarometer966 {
	background-color: rgb(188, 67, 67);
	color: rgb(255, 255, 181);
}
.MMBarometer969 {
	background-color: rgb(185, 70, 70);
	color: rgb(255, 255, 181);
}
.MMBarometer972 {
	background-color: rgb(182, 73, 73);
	color: rgb(255, 255, 181);
}
.MMBarometer975 {
	background-color: rgb(179, 76, 76);
	color: rgb(255, 255, 181);
}
.MMBarometer978 {
	background-color: rgb(176, 79, 79);
	color: rgb(255, 255, 181);
}
.MMBarometer981 {
	background-color: rgb(173, 82, 82);
	color: rgb(255, 255, 181);
}
.MMBarometer984 {
	background-color: rgb(170, 85, 85);
	color: rgb(255, 255, 181);
}
.MMBarometer987 {
	background-color: rgb(167, 88, 88);
	color: rgb(255, 255, 181);
}
.MMBarometer990 {
	background-color: rgb(164, 91, 91);
	color: rgb(255, 255, 181);
}
.MMBarometer993 {
	background-color: rgb(161, 94, 94);
	color: rgb(255, 255, 181);
}
.MMBarometer996 {
	background-color: rgb(158, 97, 97);
	color: rgb(255, 255, 181);
}
.MMBarometer999 {
	background-color: rgb(155, 100, 100);
	color: rgb(255, 255, 181);
}
.MMBarometer1002 {
	background-color: rgb(152, 103, 103);
	color: rgb(255, 255, 181);
}
.MMBarometer1005 {
	background-color: rgb(149, 106, 106);
	color: rgb(255, 255, 181);
}
.MMBarometer1008 {
	background-color: rgb(146, 109, 109);
	color: rgb(255, 255, 181);
}
.MMBarometer1011 {
	background-color: rgb(143, 112, 112);
	color: rgb(255, 255, 181);
}
.MMBarometer1014 {
	background-color: rgb(140, 115, 115);
	color: rgb(255, 255, 181);
}
.MMBarometer1017 {
	background-color: rgb(137, 118, 118);
	color: rgb(255, 255, 181);
}
.MMBarometer1020 {
	background-color: rgb(134, 121, 121);
	color: rgb(255, 255, 181);
}
.MMBarometer1023 {
	background-color: rgb(131, 124, 124);
	color: rgb(255, 255, 181);
}
.MMBarometer1026 {
	background-color: rgb(128, 127, 127);
	color: rgb(255, 255, 181);
}
.MMBarometer1029 {
	background-color: rgb(125, 125, 130);
	color: rgb(255, 255, 181);
}
.MMBarometer1032 {
	background-color: rgb(122, 122, 133);
	color: rgb(255, 255, 181);
}
.MMBarometer1035 {
	background-color: rgb(119, 119, 136);
	color: rgb(255, 255, 181);
}
.MMBarometer1038 {
	background-color: rgb(116, 116, 139);
	color: rgb(255, 255, 181);
}
.MMBarometer1041 {
	background-color: rgb(113, 113, 142);
	color: rgb(255, 255, 181);
}
.MMBarometer1044 {
	background-color: rgb(110, 110, 145);
	color: rgb(255, 255, 181);
}
.MMBarometer1047 {
	background-color: rgb(107, 107, 148);
	color: rgb(255, 255, 181);
}
.MMBarometer1050 {
	background-color: rgb(104, 104, 151);
	color: rgb(255, 255, 181);
}
.MMBarometer1053 {
	background-color: rgb(101, 101, 154);
	color: rgb(255, 255, 181);
}
.MMBarometer1056 {
	background-color: rgb(98, 98, 157);
	color: rgb(255, 255, 181);
}
.MMBarometer1059 {
	background-color: rgb(95, 95, 160);
	color: rgb(255, 255, 181);
}
.MMBarometer1062 {
	background-color: rgb(92, 92, 163);
	color: rgb(255, 255, 181);
}
.MMBarometer1065 {
	background-color: rgb(89, 89, 166);
	color: rgb(255, 255, 181);
}
.MMBarometer1068 {
	background-color: rgb(86, 86, 169);
	color: rgb(255, 255, 181);
}
.MMBarometer1071 {
	background-color: rgb(83, 83, 172);
	color: rgb(255, 255, 181);
}
.MMBarometer1074 {
	background-color: rgb(80, 80, 175);
	color: rgb(255, 255, 181);
}
.MMBarometer1077 {
	background-color: rgb(77, 77, 178);
	color: rgb(255, 255, 181);
}
.MMBarometer1080 {
	background-color: rgb(74, 74, 181);
	color: rgb(255, 255, 181);
}
.MMBarometer1083 {
	background-color: rgb(71, 71, 184);
	color: rgb(255, 255, 181);
}
.MMBarometer1086 {
	background-color: rgb(68, 68, 187);
	color: rgb(255, 255, 181);
}
.MMBarometer1089 {
	background-color: rgb(65, 65, 190);
	color: rgb(255, 255, 181);
}
.MMBarometer1092 {
	background-color: rgb(62, 62, 193);
	color: rgb(255, 255, 181);
}
.MMBarometer1095 {
	background-color: rgb(59, 59, 196);
	color: rgb(255, 255, 181);
}
.MMBarometer1098 {
	background-color: rgb(56, 56, 199);
	color: rgb(255, 255, 181);
}
.MMBarometer1101 {
	background-color: rgb(53, 53, 202);
	color: rgb(255, 255, 181);
}
.MMBarometer1104 {
	background-color: rgb(50, 50, 205);
	color: rgb(255, 255, 181);
}
.MMBarometer1107 {
	background-color: rgb(47, 47, 208);
	color: rgb(255, 255, 181);
}
.MMBarometer1110 {
	background-color: rgb(44, 44, 211);
	color: rgb(255, 255, 181);
}
.MMBarometer1113 {
	background-color: rgb(41, 41, 214);
	color: rgb(255, 255, 181);
}
.MMBarometer1116 {
	background-color: rgb(38, 38, 217);
	color: rgb(255, 255, 181);
}
.MMBarometer1119 {
	background-color: rgb(35, 35, 220);
	color: rgb(255, 255, 181);
}
.MMBarometer1122 {
	background-color: rgb(32, 32, 223);
	color: rgb(255, 255, 181);
}
.MMBarometer1125 {
	background-color: rgb(29, 29, 226);
	color: rgb(255, 255, 181);
}
.MMBarometer1128 {
	background-color: rgb(26, 26, 229);
	color: rgb(255, 255, 181);
}
.MMBarometer1131 {
	background-color: rgb(23, 23, 232);
	color: rgb(255, 255, 181);
}
.MMBarometer1134 {
	background-color: rgb(20, 20, 235);
	color: rgb(255, 255, 181);
}
.MMBarometer1137 {
	background-color: rgb(17, 17, 238);
	color: rgb(255, 255, 181);
}
.MMBarometer1140 {
	background-color: rgb(14, 14, 241);
	color: rgb(255, 255, 181);
}
.MMBarometer1143 {
	background-color: rgb(11, 11, 244);
	color: rgb(255, 255, 181);
}
.MMBarometer1146 {
	background-color: rgb(8, 8, 247);
	color: rgb(255, 255, 181);
}
.MMBarometer1149 {
	background-color: rgb(5, 5, 250);
	color: rgb(255, 255, 181);
}

/* -------- Automatic Map Styles: Wind Speed */

.MMWindSpeed0 {
	background-color: rgb(2, 50, 253);
	color: rgb(255, 255, 181);
}
.MMWindSpeed3 {
	background-color: rgb(8, 50, 247);
	color: rgb(255, 255, 181);
}
.MMWindSpeed6 {
	background-color: rgb(14, 50, 241);
	color: rgb(255, 255, 181);
}
.MMWindSpeed9 {
	background-color: rgb(20, 50, 235);
	color: rgb(255, 255, 181);
}
.MMWindSpeed12 {
	background-color: rgb(26, 50, 229);
	color: rgb(255, 255, 181);
}
.MMWindSpeed15 {
	background-color: rgb(32, 50, 223);
	color: rgb(255, 255, 181);
}
.MMWindSpeed18 {
	background-color: rgb(38, 50, 217);
	color: rgb(255, 255, 181);
}
.MMWindSpeed21 {
	background-color: rgb(44, 50, 211);
	color: rgb(255, 255, 181);
}
.MMWindSpeed24 {
	background-color: rgb(50, 50, 205);
	color: rgb(255, 255, 181);
}
.MMWindSpeed27 {
	background-color: rgb(56, 50, 199);
	color: rgb(255, 255, 181);
}
.MMWindSpeed30 {
	background-color: rgb(62, 50, 193);
	color: rgb(255, 255, 181);
}
.MMWindSpeed33 {
	background-color: rgb(68, 50, 187);
	color: rgb(255, 255, 181);
}
.MMWindSpeed36 {
	background-color: rgb(74, 50, 181);
	color: rgb(255, 255, 181);
}
.MMWindSpeed39 {
	background-color: rgb(80, 50, 175);
	color: rgb(255, 255, 181);
}
.MMWindSpeed42 {
	background-color: rgb(86, 50, 169);
	color: rgb(255, 255, 181);
}
.MMWindSpeed45 {
	background-color: rgb(92, 50, 163);
	color: rgb(255, 255, 181);
}
.MMWindSpeed48 {
	background-color: rgb(98, 50, 157);
	color: rgb(255, 255, 181);
}
.MMWindSpeed51 {
	background-color: rgb(104, 50, 151);
	color: rgb(255, 255, 181);
}
.MMWindSpeed54 {
	background-color: rgb(110, 50, 145);
	color: rgb(255, 255, 181);
}
.MMWindSpeed57 {
	background-color: rgb(116, 50, 139);
	color: rgb(255, 255, 181);
}
.MMWindSpeed60 {
	background-color: rgb(122, 50, 133);
	color: rgb(255, 255, 181);
}
.MMWindSpeed63 {
	background-color: rgb(128, 50, 127);
	color: rgb(255, 255, 181);
}
.MMWindSpeed66 {
	background-color: rgb(134, 50, 121);
	color: rgb(255, 255, 181);
}
.MMWindSpeed69 {
	background-color: rgb(140, 50, 115);
	color: rgb(255, 255, 181);
}
.MMWindSpeed72 {
	background-color: rgb(146, 50, 109);
	color: rgb(255, 255, 181);
}
.MMWindSpeed75 {
	background-color: rgb(152, 50, 103);
	color: rgb(255, 255, 181);
}
.MMWindSpeed78 {
	background-color: rgb(158, 50, 97);
	color: rgb(255, 255, 181);
}
.MMWindSpeed81 {
	background-color: rgb(164, 50, 91);
	color: rgb(255, 255, 181);
}
.MMWindSpeed84 {
	background-color: rgb(170, 50, 85);
	color: rgb(255, 255, 181);
}
.MMWindSpeed87 {
	background-color: rgb(176, 50, 79);
	color: rgb(255, 255, 181);
}
.MMWindSpeed90 {
	background-color: rgb(182, 50, 73);
	color: rgb(255, 255, 181);
}
.MMWindSpeed93 {
	background-color: rgb(188, 50, 67);
	color: rgb(255, 255, 181);
}
.MMWindSpeed96 {
	background-color: rgb(194, 50, 61);
	color: rgb(255, 255, 181);
}
.MMWindSpeed99 {
	background-color: rgb(200, 50, 55);
	color: rgb(255, 255, 181);
}
.MMWindSpeed102 {
	background-color: rgb(206, 50, 49);
	color: rgb(255, 255, 181);
}
.MMWindSpeed105 {
	background-color: rgb(212, 50, 43);
	color: rgb(255, 255, 181);
}
.MMWindSpeed108 {
	background-color: rgb(218, 50, 37);
	color: rgb(255, 255, 181);
}
.MMWindSpeed111 {
	background-color: rgb(224, 50, 31);
	color: rgb(255, 255, 181);
}
.MMWindSpeed114 {
	background-color: rgb(230, 50, 25);
	color: rgb(255, 255, 181);
}
.MMWindSpeed117 {
	background-color: rgb(236, 50, 19);
	color: rgb(255, 255, 181);
}
.MMWindSpeed120 {
	background-color: rgb(242, 50, 13);
	color: rgb(255, 255, 181);
}
.MMWindSpeed123 {
	background-color: rgb(248, 50, 7);
	color: rgb(255, 255, 181);
}
.MMWindSpeed126 {
	background-color: rgb(254, 50, 1);
	color: rgb(255, 255, 181);
}
