* {
    margin: 0;
    padding: 0;
}
body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Roboto Slab', sans-serif !important;
	font-size: 14px !important;
}
input, select {
	font-size: 13px !important;
}
a {
	cursor: pointer;
}
table tr td {
word-break: break-all;
}
#alertIcon i {
	font-size: 54px;
	padding: 5px 15px 15px 15px;
}
#alertIcon {
	display: inline-flex;
}
#alertTxt {
	display: inline-block;
	max-width: 480px;
}
.alert0 i { 
	color: #ca0;
}
.alert1 i {
	color: #4b5;
}
.alert2 i {
	color: #6ac;
}
.alert3 i {
	color: #c44;
}
.wi-wind {
	color: #003384;
}
.wi-humidity {
	color: #00a594;
}
.wi-barometer {
	color: #ed850f;
}
.wi-direction-down-right, .wi-direction-up-right, .wi-direction-right {
	color: #ed850f;
	font-size: 32px;
}
.wi-cloudy-gusts {
	color: #008bc7;
}
.wi-thermometer {
	color: red;
}
.wi-rain, .wi-rain-mix, .wi-snow-wind, .wi-hail, .wi-cloud, .raintype {
	color: #6929c6;
}
.raintype {
	padding-left: 5px;
}
button  {
	padding: 10px 20px 8px 20px;
}
.modal button {
	width: auto !important;
}
.yellowsquare {
	height: 1em;
	width: 1em;
	background-color: #ff0;
	border: 0;
	box-shadow: 0 0 2px #000;
	display: inline-block;
}
.reddot {
	height: 1em;
	width: 1em;
	background-color: #f00;
	border-radius: 50%;
	border: 0;
	box-shadow: 0 0 2px #000;
	display: inline-block;
}
.bluetriangle {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	display: inline-block;
	border-bottom: 15px solid #00f;
}

.psg-w-measure-node {
    margin: 10px 22px;
    display: inline-block;
}
.psg-w-measure-node div {
    display: table-cell;
	vertical-align: middle;
}
.psg-w-key {
	font-size: 1.1em;
	display: block !important;
	padding-left: 5px;
}
.psg-w-value,.winddir {
    text-align: right;
    font-weight: 600;
	font-size: 32px;
	padding-left: 15px;
}
.psg-wind {
	padding-left: 5px;
}
.psg-w-value .unit
{
	margin: 5px;
	font-size: 22px;
}
 .data-title-container {
    font-size: 22px;
    text-align: left;
    border-bottom: 1px solid var(--orange);
    font-weight: 300;
    text-transform: uppercase;
	display: inline;
}
#data-choice-timestep-buttons > button {
    border: 1px solid #4f595f;
    background-color: #4f595f;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #929ca1;
    cursor: pointer;
    transition: all 0.5s ease;
}
#data-choice-timestep-buttons > button:hover,
#data-choice-timestep-buttons > button.active {
    border: 1px solid #ef7701;
    background-color: #ef7701;
    color: #fff; 
}