/* –– user_login ––––––––––––––––––*/
#id_user_login {
    display:         flex;
    flex-direction:  column;
    justify-content: flex-start;

    background:      lightgrey;
    margin-left:     50px;
    border:          1px solid grey;
    width:           100px;
    padding:         10px 20px 10px 20px;
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Form –– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Table –– */
th, td {
    padding-left:    3px;
    border-bottom:   1px solid grey;
}
#id_users_table {
    margin-top:       5px;
    margin-left:      0px;
    border-collapse:  collapse;
    border:           1px solid gray;
}
#id_users_table_tr {
    color:            cornsilk;
    background-color: grey;
    text-align:       left;
    line-height:      1.5em;
    font-size:        1.1em;
}
#id_users_table_td {
    color:            #4d4d4d;
    background-color: lightgrey;
    text-align:       left;
    line-height:      1.5em;
    font-size:        1.0em;
}
#id_users_table_td:hover {
    color:            black;
    background-color: #e6e6e6;
}
#id_users_table_td: {
    background:       white;
}
#id_users_table_td a {
    padding:          0px 4px 0px 4px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Pages –– */
#id_form_pages {
    text-align: right;
}
#id_form_submit {
    text-align: right;
    padding: 0px 0px 10px 0px;
}
#id_form_submit a {
    text-decoration: none;
    text-align: center;
    color: white;
    background: #999999;
    border: 1px solid gray;
    border-radius: 2px;
    margin-top: 5px;
    padding: 3px 10px 3px 10px;
    line-height: 10px;
}
#id_form_submit a:hover {
    color: grey;
    background: white;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– Pages –– */
#id_form_pages a {
    text-decoration: none;
    text-align: center;
    color: white;
    background: #999999;
    border: 1px solid gray;
    border-radius: 2px;
    margin-top: 5px;
    padding: 3px 10px 3px 10px;
    line-height: 10px;
}
#id_form_pages a:hover {
    color: grey;
    background: white;
}
#id_form_pages input[type=submit] {
    color:grey;
    background: lightgrey;
    /* line-height: 7px; */
}
#id_form_pages input[type=submit]:hover {
    /* color: #666666; */
    background-color: lightgrey;
}
