body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

.container {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px;
}

.header {
    background-color: #4682b4;
    color: white;
    padding-top: 20px;
    text-align: center;
    height: 105px;
}

.navigation {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: #87ceeb;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #333; /* 深色文字 */
}

.in300 {
    width: 300px;
}


.in700 {
    padding: 20px;
    width: 700px;
}

.indose {
    width: 300px;
    text-align: center;
    line-height: 100px;
}

.deptdosein {
    display: inline-block;
    vertical-align: top;
    margin-left: 22px;
}


table {
    border-collapse: collapse;
    margin: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f0f8ff;
}

tr:nth-child(even) {
    background-color: #f9f9f9; /* 不同底色區隔 */
}

input, select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f0f8ff;
    color: #333;
}

    input[type="submit"] {
        background-color: #4682b4; /* 深藍色按鈕 */
        color: white;
        cursor: pointer;
        width: 100px;
    }

        input[type="submit"]:hover {
            background-color: #4169e1; /* 較深的藍色按鈕懸停效果 */
        }

    input[type="Button"] {
        background-color: #4682b4; /* 深藍色按鈕 */
        color: white;
        cursor: pointer;
        width: 100px;
    }

        input[type="Button"]:hover {
            background-color: #4169e1; /* 較深的藍色按鈕懸停效果 */
        }


.tittle, h2 {
    font-size: 24px;
    font-family: 'Microsoft JhengHei UI';
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.Login {
    position: initial;
    float: left;
    left: 0;
}

.LoginReturn {
    position: initial;
    float: right;
    right: 0;
}

.LogOut {
    float: right;
    position: fixed;
    top: 20px;
    right: 20px;
    border-width: 3px;
    border-color: white;
}

.note {
    color: blue;
    font-size: 12px;
    text-decoration: none;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
