.content {
    font-family: "Microsoft JhengHei";
    text-align: center;
    /*padding-left: 20%;
    padding-right: 20%;*/
}

#userTable {
    width: 100%;
    background-color: white;
    table-layout: fixed;
    border-collapse: collapse;
}

#userTable td, #userTable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#userTable tr:nth-child(even){background-color: #f2f2f2;}
#userTable tr:hover {background-color: #ddd;}

#userTable th {
    font-weight: bolder;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #4CAF50;
    color: white;
    text-align: center;
}

#userForm {
    background-color: #D0D0D0 ;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.userInput {
    border-radius: 2px; 
    border-color: rgba(0,0,0,.08); 
    color: #656565; 
    background-color: #fff; 
    padding: 4px 8px;
    width: 95%;
    line-height: 25px;
}

#submitBtn {
    width: 200px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 3px;
    border-width: 0px;
    background-color: #3f2dc4;
    color: white;
    font-size: 20px;
}

button {
    border-width: 0px;
    background-color: transparent;
}

button i {
    font-size: 20px;
}

.div_pagination {
    display: flex;
    align-items: center;
    /* position: absolute; */
    bottom: 0;
    margin: 10px 0;
    justify-content: center;
}

.select_page {
    display: flex;
    margin-left: 60px;
    align-items: baseline;
}

.select_page .form-select {
    width: auto;
    margin: 0 10px;
    line-height: 1;
}

.modal-body li {
    margin-bottom: 5px;
}
