* {
    margin: 0;
}
html,
body {
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -3.5em;
}
.footer,
.push {
    height: 3.5em;
}
p {
    padding: 0 0 1.05em;
    font-size: 10pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 0.4em;
}

input[type="number"] {
    width: 80px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    outline: none;
    height: 17px;
    padding-top: 2px;
}

h1.maintitle {
    padding-top: 17px;
    font-size: 39px;
}

body {
    background-color: fff;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    background-image: linear-gradient(to bottom, #3ecff1 0%, #28a7de 100%);
}
p.footnote {
    font-size: 12px;
}

.bodya {
    padding-right: 8px;
}

.bodyb {
    padding-right: 35px;
}

.message {
    display: none;
}

.page {
    margin: auto;
    width: 320px;
}

.optionsheader {
    margin-bottom: 10px;
    background: #f6f6f6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-style: double;
    border-bottom-color: #d4d4d4;
    border-bottom-width: 1px;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.out {
    outline: #000;
}
img.aboute {
    content: url("info.svg");
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
img.info {
    content: url("settings.svg");
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 5000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
img.install {
    content: url("addhomescreen.svg");
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
img.info:active {
    -webkit-filter: contrast(40%);
}
.footer {
    position: relative;
    z-index: 2;
}
p.box2 {
    background: rgba(0, 0, 0, 0.25);
    border-right: 0.1em solid #000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: table-cell;
    position: relative;
    top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
p.box2-mid {
    background: rgba(0, 0, 0, 0.25);
    border-right: 0.1em solid #000;
    display: table-cell;
    position: relative;
    top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

p.box22 {
    background: rgba(0, 0, 0, 0.25);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: table-cell;
    position: relative;
    top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
span.bottombartext {
    vertical-align: middle;
    color: #000;
}
span.bottombartext:active {
    vertical-align: middle;
    -webkit-filter: contrast(40%);
}
span.footertext {
    position: relative;
    top: 55px;
}
.movebox {
    /* margin: 13.6% auto; */
    position: fixed;
    top: 35%;
    left: 50%;
    margin-top: -80px;
    margin-left: -120px;
}
.toptexts {
    font-size: 10pt;
    color: #3a3a3a;
    padding-bottom: 5px;
}
.test1 {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    width: 90px;
    height: 30px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.test1:hover {
    background: rgba(0, 0, 0, 0.39);
}
#results-failure {
    display: none;
}
.field-label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.field-label p {
    width: 155px;
    text-align: left;
    position: relative;
    left: 78px;
    pointer-events: none;
}
#keyboard-toast {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    font-size: 14px;
}

#calculatebutton-metric {
    display: none;
}
#metricunits {
    display: none;
}
@media only screen and (max-width: 520px) {
    .main-fields {
        zoom: 130%;
        position: relative;
        left: -35px;
    }
    .main-buttons {
        zoom: 120%;
    }
    .bottom-buttons {
        margin-top: -15px;
        zoom: 125%;
    }
    .movebox {
        zoom: 125%;
    }
}

@media only screen and (max-width: 350px) {
}
