/*css reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body, #__nuxt {
  height: 100%;
}

html, body, #__layout {
  height: 100%;
}

#__layout > div {
  height: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pointer {
  cursor: pointer;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-center {
  text-align: center;
}

.leaflet-control-attribution {
  display: none;
}

.background-green {
  background: #36ea00;
}

.background-yellow {
  background: #feff00;
}

.background-orange {
  background: #fa7f00;
}

.background-red {
  background: #f90000;
}

.background-purple {
  background: #98004d;
}

.background-brown {
  background: #7c0021;
}

.background-blue {
  background: #378fce;
}

.background-fire {
  background: #ff5917;
}

.fire-update-select {
  width: 84px;
  border-radius: 50px;
  margin: 1px 5px;
  height: 18px;
  font-size: 12px;
}

.fire-update-button {
  position: absolute;
  width: 52px;
  height: 18px;
  background: #3c90cc;
  color: white;
  right: 16px;
  top: 2px;
  line-height: 18px;
  border-radius: 50px;
}

.background-arable-land {
  background: #2bd2eb;
}

.font-red {
  color: red;
}

.page-title-box {
  width: 100%;
  height: 50px;
  line-height: 46px;
  border-bottom: 1px solid #999999;
}

.page-title-box .page-title-content {
  float: left;
  font-size: 24px;
  padding: 0 25px;
  border-bottom: 4px solid #348ccc;
}

.data-prompt {
  color: red;
  font-size: 14px;
  padding: 4px 10px;
}

.main-pollution {
  bottom: -2px;
  margin: auto;
  right: 0;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50px;
  background: red
}
