td.even label {
  display: inline;
}

td.even input[type="text"],
td.even textarea {
  width: 90%;
}

/* ===== 主選單 ===== */
#mainmenu a {
  display: block;
  margin: 0.375rem 0.125rem;
  text-decoration: none;
  color: rgb(0, 51, 102);
}

#mainmenu a:hover {
  background-position: 0;
  background-repeat: no-repeat;
  color: rgb(255, 0, 51);
}

#mainmenu a.menuTop {
  padding-left: 0.5rem;
  color: rgb(255, 51, 0);
  background-image: none;
}

#mainmenu a.menuMain {
  padding-left: 1.125rem;
}

#mainmenu a.menuSub {
  padding-left: 2.25rem;
  color: rgb(0, 102, 102);
}

#mainmenu a.menuSub:hover {
  background-position: 1.125rem;
  color: rgb(255, 0, 51);
}

/* ===== 使用者選單 ===== */
#usermenu a {
  display: block;
  margin: 0.375rem 0.125rem;
  text-decoration: none;
  color: rgb(0, 51, 102);
}

/* ===== 項目符號 ===== */
ul {
  margin: 0.125rem;
  padding: 0.125rem;
  list-style: disc outside;
  text-align: left;
}

ol {
  margin: 0.125rem;
  padding: 0.125rem;
  list-style: decimal outside;
  text-align: left;
}

li {
  margin-left: 0.125rem;
  color: #233D5E;
}

/* ===== 標題預設大小 ===== */
h1,
.h1 {
  font-size: 1.4em;
}

h2,
.h2 {
  font-size: 1.3em;
}

h3,
.h3 {
  font-size: 1.2em;
}

h4,
.h4 {
  font-size: 1.1em;
}

h5,
.h5 {
  font-size: 1em;
}

/* ===== 表格框線配色 ===== */
.outer {
  border: 0.0625rem solid silver;
  border-collapse: collapse;
}

table.outer th {
  background-color: #5e5e5e;
  color: white;
}

.even {
  background-color: #F5F5F5;
  padding: 0.3125rem;
}

.odd {
  background-color: rgb(255, 255, 255);
  padding: 0.3125rem;
}

tr.even td {
  background-color: #F5F5F5;
  padding: 0.3125rem;
}

tr.odd td {
  background-color: rgb(255, 255, 255);
  padding: 0.3125rem;
}

td.head {
  background-color: #e5e5e5;
}

.profile-list-activity {
  width: 100%;
}

div.comText {
  text-wrap: normal;
  table-layout: fixed;
  word-wrap: break-word;
  width: 34.0625rem;
  min-height: 15.625rem;
  overflow: hidden;
  line-height: 180%;
}

div.comText img {
  max-width: 50%;
  overflow: hidden;
}

/* jGrowl Box style */
div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background-color: #ffffff;
  color: #3b2001;
  width: 100%;
  padding: 0.7rem;
  margin-top: 10rem;
  margin-bottom: 1rem;
  font-family: "Noto Sans TC", Tahoma, Geneva, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  border: 0.25rem solid #e98c4d;
  display: none;
  border-radius: 0.3125rem;
  box-shadow: 0.3125rem 0.3125rem 0.625rem #9e9e9e;
}

div.jGrowl div.jGrowl-notification {
  min-height: 4.375rem;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
  font-weight: bold;
  font-size: 0.825rem;
}

/* jGrowl Close button */
div.jGrowl div.jGrowl-notification button.jGrowl-close {
  float: right;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  background-color: #ceda8f;
  border: 0.1875rem solid #729932;
  width: 2.5rem;
  /* 設定寬度 */
  height: 2.5rem;
  /* 設定高度 */
  border-radius: 50%;
  /* 設定圓角為50%使其成為圓形 */
}

div.jGrowl div.jGrowl-closer {
  height: 0.9375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  cursor: pointer;
  font-size: 0.925rem;
  font-weight: bold;
  text-align: center;
}