@import url("./palette.css");

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    background-color: #e6e6e6;
}

main {
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
}

.box {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 50px;
    background: white;
}

.input-field.col label {
    font-size: 0.8rem;
    /*top: 0.8rem;*/
}

ul.autocomplete-content {
  position: absolute;
}



