﻿body {
}
a {
    text-decoration: unset;
}
.exdividend-name{
    color:black;
}
.exdividend-date {
    color: black;
}
.exdividend-date-value {
    color: darkred;
    font-weight: bold;
}
.investor-conference-date {
    color: black;
}
.investor-conference-date-value {
    color: darkred;
    font-weight: bold;
}
.hyperlink-name{

}



/* 設定表格的寬度和邊框 */
#weekTable {
    width: 100%;
    border-collapse: collapse;
    text-align: center; /* 文字居中對齊 */
}

    /* 設定表頭的背景顏色和文字對齊 */
    #weekTable th {
        background-color: #f2f2f2;
        text-align: center;
        padding: 1px;
        border: 1px solid #ddd;
        width: 33.33%; /* 平均分配寬度 */
    }

    /* 設定表格內部單元格的邊框和填充 */
    #weekTable td {
        border: 1px solid #ddd;
        padding: 1px;
        text-align: center;
        align-content: flex-start;
    }

/* 設定星期一到星期六的表頭樣式 */
.header-monday, .header-tuesday, .header-wednesday,
.header-thursday, .header-friday, .header-saturday {
    font-weight: bold;
    color: #333;
}

/* 設定活動的背景顏色和文字顏色 */
.activity-monday, .activity-tuesday, .activity-wednesday,
.activity-thursday, .activity-friday {
    background-color: #e6f7ff;
    color: #333;
    height:200px;
}
.activity-saturday,
.activity-sunday {
    background-color: #e6f7ff;
    color: #333;
    height: 100px;
}
/* 設定週六的特殊樣式 */
.half-day {
    vertical-align: top;
   padding : 0px !important;
}

/* 設定週日的表頭樣式 */
.header-sunday {
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px;

    border-top: solid;
    border-bottom: solid;
    border-width: 1px;
}

/* 設定活動區塊的間距 */
.activity-saturday, .activity-sunday {
    margin-top: 10px;
}
.nowWeek {
    background-color: #ffefc3 !important;
    color: blue !important;
    font-weight: bold;
    font-size: large;
   
}
.hidden{
    display:none;
}
.today-header {
    background-color: #ffff85 !important;
}
.today-activity {
    background-color: #ffff85!important;
}