html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

h1 {
    font-size: 16px;
}

audio {
    width: 300px;
}

button {
    white-space: nowrap;
}

.table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

    .table td, .table th {
        border: 1px solid #f4f4f4;
        color: #666;
        line-height: 30px;
        white-space: nowrap;
    }

    .table thead th {
        background-color: #f0f0f0;
        white-space: nowrap;
    }

    .table tr:nth-child(odd) {
        background: #fff;
    }

    .table tr:nth-child(even) {
        background: #f4f4f4;
    }

    .table td p {
        width: 100%;
        height: 100px;
        text-align: left;
        overflow-x: hidden;
        overflow-y: scroll;
        margin: 0px;
        white-space: normal;
    }

    .table img {
        height: 50px;
        margin-left: 5px;
    }


.itable {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    width: 100%;
}

    .itable td, .itable th {
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        color: #666;
        height: 36px;
    }

    .itable th {
        width: 100px;
    }

    .itable td {
        text-align: left;
    }

    .itable tr:nth-child(odd) {
        background: #fff;
    }

    .itable tr:nth-child(even) {
        background: #f4f4f4;
    }

    .itable img {
        max-width: 50px;
        max-height: 50px;
    }

    .itable label {
        display: block;
        float: left;
        padding-right: 14px;
    }

.file {
    position: absolute;
    margin-left: -1000px;
}

.mask {
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: none;
    font-size: 14px;
}

.window {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
}

    .window button {
        border: 1px solid #666;
        width: 80px;
    }

        .window button:hover {
            background-color: #666;
            color: #fff;
        }

    .window input[type=text] {
        font-size: 14px;
        height: 24px;
        width: 100%;
    }

    .window input[type=number] {
        font-size: 14px;
        height: 24px;
        width: 100%;
    }

    .window input[type=file] {
        font-size: 14px;
        height: 24px;
        width: 100%;
        line-height: 18px;
    }

    .window textarea {
        font-size: 14px;
        height: 100px;
        width: 100%;
    }

    .window select {
        font-size: 14px;
        width: 100%;
        height: 24px;
    }

#info {
    font-size: 14px;
    line-height: 40px;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
    border-bottom: 1px solid #f4f4f4;
    text-indent: 1em;
}

.buttons {
    text-align: center;
    padding: 10px
}

    .buttons button {
        border: 1px solid #666;
        min-width: 80px;
    }