/* XS phone */
@media (max-width: 576px) {
    .disappear {
        display: none;
    }
}

/* Portrait and Landscape phone */
@media (max-width: 768px) {
    #wrapper {
        width: auto;
        display: inline-block;
    }
    #header {
        width: 100vw;
    }
    #header img {
        padding-top: 3vh;
        width: 80vw;
    }
    #footer {
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .accesskey {
        display: none;
    }
    h1 {
        display: inline-block;
        font-size: 16px;
        position: inherit;
        left: 25px;
        margin: 16px 0;
    }
    h3 {
        margin-top: 0px;
    }
    div #cwrp {
        display: inline-block;
        width: 94vw;
        padding: 0vw 3vw 3vw 3vw;
    }
    table {
        table-layout: fixed;
        text-overflow: ellipsis;
        padding: 0%;
        margin: 2vw;
        width: 90vw !important;
    }
    tbody {
        width: 90vw;
    }
    div #copyright {
        width: 100vw;
        display: inline-block;
        text-align: center;
    }
    div #info {
        padding: 0%;
        margin: 2em;
        text-align: center;
        font-size: 0.5rem;
    }
    fieldset {
        border: 0px;
        padding-left: 0%;
        margin: 0 2vw;
    }
    .login-card {
        padding: 7vw !important;
        width: 70vw !important;
    }
    legend {
        display: none;
    }
    th {
        /* word-wrap: break-word; */
       	overflow: hidden;
		while-space: nowrap;
		text-overflow: ellipsis; 
    }
    td {
        padding: 2%;
    }
    tr input, select, textarea {
        width: 96%;
    }
}