/* =========================================================
   國泰世華銀行 全民瘋存股 開戶都友禮 活動終止公告 - 樣式檔
   為避免與網頁其他 CSS 衝突，所有樣式都包在
   .cathay-announcement 這個外層 class 底下，
   請確保 HTML 最外層容器有加上 class="cathay-announcement"
   ========================================================= */

.cathay-announcement {
  color: #333333;
  background-color: #ffffff;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 16px;
  box-sizing: border-box;
}

.cathay-announcement * {
  box-sizing: border-box;
}

.cathay-announcement h1 {
  font-size: 22px;
  margin: 0 0 24px 0;
  font-weight: bold;
}

.cathay-announcement h2 {
  font-size: 18px;
  margin:  12px ;
  font-weight: bold;
}

.cathay-announcement p {
  margin: 0 0 0 0;
  padding: 0;
}

.cathay-announcement .highlight {
  background-color: #ffff00;
  font-size: 18px;
  color: #333333;
}

.cathay-announcement table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 32px;
  font-size: 14px;
}

.cathay-announcement table th,
.cathay-announcement table td {
  border: 1px solid #000000;
  padding: 8px 10px;
  vertical-align: middle;
  text-align: left;
}

.cathay-announcement table th {
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
}

.cathay-announcement .col-title {
  text-align: center;
  font-weight: bold;
  width: 8%;
}

.cathay-announcement .sub-note {
  font-size: 13px;
  color: #333333;
}

.cathay-announcement .signature {
  margin-top: 32px;
}
