@import "menu.css";
@import "footer.css";
@import "auth.css";


html, body {
    width: 100%;
    margin: 0px;
}


#content-container {
    display: block;
    position: relative;
    width: max-content;
    min-height: calc(100vh - 136px);
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#input-domains input {
    width: 98%;
}

#users-domains {
    width: 100%;
    max-height: calc(100vh - 500px);
    min-height: 150px;
    overflow-y: auto;
}

#tables {
    width: 510px;

    td {
        border: 1px solid rgba(5, 101, 211, 0.74);
    }
}

#tables-info {
    width: 510px;
}

#domains:hover {background-color: #a7c5ec;}

