.row.svelte-1ao7au7 {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 10px
}

.column.svelte-1ao7au7 {
    display: flex;
    flex-direction: column;
    width: 100%
}

.input-number.svelte-1ao7au7 {
    width: 75%;
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box
}

.input-number.svelte-1ao7au7:focus {
    border: solid #53acdfb7
}

.label.svelte-1ao7au7 {
    width: 20%;
    font-weight: bold;
    align-self: center
}

.btn-center.svelte-1ao7au7 {
    justify-content: center;
    width: 80%;
    margin-left: 20%;
    font-weight: bold
}

.btn-reset.svelte-1ao7au7 {
    width: 25%;
    margin-right: 5%;
    background-color: #ee5c52;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer
}

.btn-reset.svelte-1ao7au7:hover {
    background-color: whitesmoke;
    color: rgb(53, 52, 52);
    border: solid #ee5c52;
    border-radius: 2px;
    transition-duration: 0.3s
}

.btn-submit.svelte-1ao7au7 {
    width: 50%;
    margin-right: 20px;
    background-color: #008cba;
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer
}

.btn-submit.svelte-1ao7au7:hover {
    background-color: whitesmoke;
    color: rgb(53, 52, 52);
    border: solid #008cba;
    border-radius: 2px;
    transition-duration: 0.3s
}

thead.svelte-1ao7au7 {
    background-color: #3f87a6;
    color: #fff
}

tbody.svelte-1ao7au7 {
    background-color: #e4f0f5
}

table.svelte-1ao7au7 {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 0.8rem;
    margin-left: 20%;
    width: 75%
}

td.svelte-1ao7au7,th.svelte-1ao7au7 {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px
}

td.svelte-1ao7au7 {
    text-align: center
}

.selected.svelte-1ao7au7 {
    background-color: #ee5c52;
    color: white
}

.center.svelte-1ao7au7 {
    margin-left: 23%
}

@media screen and (max-width: 656px) {
    .row.svelte-1ao7au7 {
        flex-direction:row
    }

    .btn-center.svelte-1ao7au7 {
        justify-content: center;
        margin-left: 10%;
        font-weight: bold
    }

    .btn-submit.svelte-1ao7au7 {
        width: 70%
    }

    table.svelte-1ao7au7 {
        border-collapse: collapse;
        border: 2px solid rgb(200, 200, 200);
        letter-spacing: 1px;
        font-family: sans-serif;
        font-size: 0.8rem;
        margin-left: 10%;
        width: 75%
    }

    @media(max-width: 375px) {
        .center.svelte-1ao7au7 {
            margin-left:0%;
            justify-content: center
        }

        .btn-submit.svelte-1ao7au7 {
            width: 75%;
            margin: 0px;
            padding: 10px 10px
        }

        .btn-reset.svelte-1ao7au7 {
            width: auto
        }

        table.svelte-1ao7au7 {
            width: 100%;
            margin-left: 0%
        }
    }
}

/*# sourceMappingURL=bundle.css.map */
