+body {
+ margin: 1em !important;
+}
+
.region-frozen {
fill: blue;
}
fill: red;
}
-button {
- color: inherit;
- font: inherit;
- margin: 0;
- border: 1px solid;
-}
-
-#buttonbar, #openweathermap-widget-15 {
+#openweathermap-widget-15, .c3 {
margin: 0 auto;
text-align: center;
padding-top: 1em;
#openweathermap-widget-15 {
width: 300px;
}
+
+#current, #currentair, #currentwater {
+ margin: 0 auto;
+ text-align: center;
+ padding: 1em;
+ max-width: 20em;
+}
+
+#currentair {
+ background-color: lightblue;
+}
+
+#currentwater {
+ background-color: lightgreen;
+}
+
+#windy {
+ text-align: center;
+ padding-top: 1em;
+}