
fieldset {
    border-style: solid !important;
    border: 0.8px;
    border-color: #d33c43;
    border-radius: 10px;
    padding: 10px !important;
}

legend {
    color: #d33c43;
    padding: 10px;
    margin: 0;
}

.input label {
    font-weight: normal;
    margin: 0;
}

input[type=time] {
    background-color: transparent;
    border: 0.1rem solid #d1d1d1;
    border-radius: 0.4rem;
    box-shadow: none;
    box-sizing: inherit;
    height: 3.8rem;
    padding: 0.6rem 1rem;
    width: 100%;
}

.title {
    color: #d33c43;
    font-weight: bold;
}

.home {
    background-color: #606c76;
    border-color: #606c76;
}

.home:hover {
    background-color: #d33c43;
    border-color: #d33c43;
}

.ranking {
    background-color: green;
    border-color: green;
}

input[type=search] {
    width: auto;
}

label, legend {
    display: inline;
}

.center {
    text-align: center;
}

@media screen and (max-width: 1024px) and (orientation: portrait) {
    .button {
        width: 50vw !important;
    }
    .home {
        width: 26vw !important;
    }
    .float-left, .float-right {
        float: none !important;
        text-align: center !important;
    }
    .row .column.column-50 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    table td, table th {
        display: inline-block;
    }
    table tbody {
        display: block;
    }

    table {
        flex-direction: column;
    }
    label, table {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    h3 {
        font-size: 2rem;
    }
    .content {
        text-align: center;
    }
    .top-nav {
        padding: 1rem;
    }
    body {
        font-size: 1.2rem;
    }
}