html {
    font-size: 20px
}

body {
    font-size: 16px
}

@media only screen and (min-width:400px) {
    html {
        font-size: 21.33px !important
    }
}

@media only screen and (min-width:414px) {
    html {
        font-size: 22.08px !important
    }
}

@media only screen and (min-width:480px) {
    html {
        font-size: 25.6px !important
    }
}

.weui-input {
    width: initial;
}

.toolbar .picker-button {
    color: #F7B135;
}

.weui-search-bar__cancel-btn {
    color: #F7B135;
}

#changeschool {
    display: block;
    width: 90%;
    height: 2rem;
    margin: 1rem auto;
    padding: .2rem .4rem;
    box-sizing: border-box;
    border-radius: 4px;
}

h1 {
    margin: 0;
}