.splash {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
::before,
:after {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#card {
    display: inline-block;
    width: 350px;
    padding: 60px 30px;
    font-family: Roboto, sans-serif;
    color: white;
    text-align: left;
    border-radius: 14px;
    background-color: rgba(0, 121, 175, 0.6);
    background-color: rgba(0, 0, 0, 0.6);
}
.label {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}
.value {
    font-size: 20px;
}
body,
html {
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
}
.splash {
  border: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.page-title {
  text-align: center;
}
.no-wrap {
  white-space: nowrap;
}
.canvas-wrap {
  padding: 0;
  margin: 0;
  border: 0;
}
.content::before,
.menu-button::before {
  content: "";
}
.container,
.content-wrap,
body,
html {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.content {
  position: relative;
}
.content.home {
  height: 100%;
}
