.large-padding {
    padding: 50px;
}

.nounderline {
    text-decoration: none;
}

.disabled-thing {
    cursor: not-allowed;
}

.actions-width {
    width: 195px !important;
}

.actions-width a {
    display: inline-block;
}

.responsive-table-td {
    max-width: 150px;
    overflow-x: scroll;
}

.responsive-table-td-big {
    max-width: 40vw;
    overflow-x: scroll;
}

.wrong {
    border-bottom: solid 2px red;
    border-color: red !important;
}

.avatar-container .avatar {
    max-height: 150px;
    min-height: 75px;
    min-width: 75px;
    width: auto;
    border-radius: 50%;
}

.avatar-container .names {
    font-size: 60px;
    font-weight: bolder;
}

.avatar-container .email {
    font-size: 25px;
    font-style: italic;
    margin-top: -20px;
    margin-left: 10px;
}

.very-disabled {
    background-color: rgb(116, 116, 116) !important;
    color:white !important;
    cursor: not-allowed;
}

.very-disabled:hover {
    background-color: rgb(116, 116, 116) !important;
    color:white !important;
    cursor: not-allowed;
}

.ref-selector:hover {
    background-color: #4c4cfc54 !important;
}