body {
    font-family: "Segoe UI", Arial, sans-serif;
}

h1 {
  font-size: 32px;
  font-weight: normal;
}


.table-scroll-container {
    width: 100%;
    max-height: 1088px;
    overflow-y: auto;
    overflow-x: auto;
    position: relative;
}

thead th {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #ffffff;
}

table {
    width: 100%;
    border-collapse: collapse;
  	padding: 0px;
}

th, td {
    padding: 0.5px;
    text-align: left;
    border: 0px;
  	font-size: 12px;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

.wind-speed-20 {
  color: blue;
}

.wind-speed-40 {
  color: red;
}

.wind-speed-60 {
	color: magenta;
}

.wind-gust-11 {
  color: blue;
}

.wind-gust-12 {
  color: red;
}

.wind-gust-13 {
    color: magenta;
}

.precip {
  color: green;
}

.snow {
  color: #0099ff;
}

.max {
  color: red;
}

.min {
  color: blue;
}