body {
    font-family: "Courier New", Courier, monospace;
    background-color: #f0f0f0;
    color: #000080;
}

.navbar {
    background-color: #c0c0c0 !important;
    border-bottom: 2px solid #808080;
}

.navbar-brand, .nav-link {
    color: #000080 !important;
}

.btn {
    border-radius: 0;
    border: 2px outset #d3d3d3;
}

.btn-primary {
    background-color: #000080;
    color: #ffffff;
}

.btn-secondary {
    background-color: #c0c0c0;
    color: #000000;
}

.card {
    border: 2px solid #808080;
    border-radius: 0;
}

.card-header {
    background-color: #c0c0c0;
    border-bottom: 2px solid #808080;
}

input, select, textarea {
    border: 2px inset #d3d3d3;
    border-radius: 0;
    background-color: #ffffff;
}

.table {
    border: 2px solid #808080;
}

.table th {
    background-color: #c0c0c0;
}

.alert {
    border: 2px solid #808080;
    border-radius: 0;
}

.rounded-bottom-right {
    border-bottom-right-radius: 0.25rem !important;
}

.profile-picture-container {
    position: relative;
    display: inline-block;
}

.profile-picture {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

.upload-picture-btn,
.delete-picture-btn {
    position: absolute;
    bottom: 0;
    padding: 0.25rem 0.5rem;
    line-height: 1;
    font-size: 0.875rem;
    border-radius: 0;
}

.upload-picture-btn {
    left: 0;
    border-top-right-radius: 0.25rem;
}

.delete-picture-btn {
    right: 0;
    border-top-left-radius: 0.25rem;
}

.roster-picture {
    width: 300px;
    height: 300px;
    object-fit: cover;
}

html, body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}

* {
    max-width: 100%;
}

.username-cell {
    max-width: 150px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}
