﻿/* 標誌文字樣式 */
.logo-title {
    display: inline;
    position: relative;
    top: -10px;
}

/* 搜尋欄位文字框 */
.search-input {
    width: 150px;
    display: inline;
}

/* 搜尋按鈕圖示 */
.search-icon {
    margin-left: -5px;
    height: 32px;
}

/* 主內容區域容器 */
#Content {
    position: relative;
    z-index: 100;
    padding-top: 5px;
}



/* 搜尋輸入框微調 (如有需要) */
.search-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

/* 定義使用者名稱的樣式，取代原本的伺服器屬性 */
.user-id-display {
    font-weight: bold;
    font-size: larger;
}