@charset 'UTF-8';


text.value {
    fill: #61aa31;
    font-size: 15px;
    font-weight: bold;
}
text.label {
    fill: #000000;
    font-size: 15px;
    font-weight: bold;
}
.notice {
    font-size: 15px;
    color: #61aa31;
    font-weight: bold;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.notice time {
    color: #000;
    font-size: inherit;
    font-weight: lighter;
}
body {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    max-height: 600px;
}
p {
    margin: 0 0 0 0;
}
svg {
    position: absolute;
    left: 18rem;
    top: -3rem;
}
.title {
    font-size: 3.5em;
}
.unit {
    font-size: 2rem;
    font-style: italic;
}
#mw, #num {
    font-size: 1.2em;
    font-style: italic;
}
[v-cloak] {
  display: none;
}