span.desc {
    display: block;
    font-size: 18px;
}

.last-update {
    font-size: 12px;
}
.last-update .reload-btn {
    cursor: pointer;
}

.StockIdx.title img, .StockInst.title img, .StockChart.title img {
    width: auto;
    margin-bottom: 5px;
    margin-left: 10px;
}

/*------股價線圖 開始------*/

/*股價年份區間 開始*/
.chart-list {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.chart-list .period {
    font-size: .875rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    width: 100%;
    letter-spacing: .5px;
    text-align: center;
    color: #777;
    padding-left: 21.5px;
    padding-right: 16.5px;
    border-bottom: 4px solid #eee;
    cursor: pointer;
}
.chart-list .period:hover {
    border-bottom: 4px solid #b5c7d8;
}
.chart-list .period.selected {
    color: #13426b;
    border-bottom: 4px solid #e72742;
}


@media screen and (max-width: 768px) {
.chart-list .period {
    width: 49%;
    display: inline-block;
}
}
/*股價年份區間 結束*/

/*股價分鐘圖 開始*/
.interval {
    color: #777777;
    height: 16px;
}
.interval .period {
    color: #777;
    padding: 3px 5px;
    cursor: pointer;
    float: left;
    font-size: 0.8rem;
    margin-bottom: 10px;
}
.interval .period.selected {
    color: #10416c;
}
/*股價分鐘圖 結束*/

/*線條圖 開始*/
.StockChart .meMsg_MsgBlkZ:after {
    content: '所有圖表均採用最後成交價或收市價。';
    font-size: 12px;
    display: block;
    text-align: center;
    color: #8E8E8E;
    margin: 10px 0;
}
.en .StockChart .meMsg_MsgBlkZ:after {
    content: 'All charts use the last traded price or closing price.';
}
/*線條圖 結束*/

@media screen and (max-width: 768px) {
    .chart-list {
        display: block;
    	  text-align: center;
    }
}

/*------股價線圖 結束------*/


/*------股價指數 開始------*/

/*股價名稱 開始*/
.StockIdx th {
    font-size: 24px;
    font-weight: normal;
    min-height: 55px;
padding: 0px 20px 20px 20px;
    color: rgb(20, 65, 104);
}
/*股價名稱 結束*/

/*股價資訊 開始*/
.StockIdx .meMsg_MsgBlkZ .trCell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.StockIdx .meMsg_MsgBlkZ td {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #d1dde6;
    font-weight: bold;
    background-image: url(https://nebulax.noonspace.com/w73/fit/MsgInfo/Rectangle_45.jpg);
    color: #fff;
    line-height: 120%;
    font-size: 26px;
    margin: 5px 3px;
    height: 150px;
    text-align: center;
    width: 23.8%;
    border-radius: 0px;
    box-shadow: 0px 0px 30px -3px rgb(0 0 0 / 10%);
}


@media screen and (max-width: 768px) {
.StockIdx .meMsg_MsgBlkZ td {
    border-radius: 0px;
}
}



.StockIdx .meMsg_MsgBlkZ td.StockIdxData.price, .StockIdx .meMsg_MsgBlkZ td.StockIdxData.change, .StockIdx .meMsg_MsgBlkZ td.StockIdxData.volumn {
    width: 32%;
    font-size: 35px;
}

@media screen and (max-width: 768px) {
body .StockIdx .meMsg_MsgBlkZ td, body .StockIdx .meMsg_MsgBlkZ td.StockIdxData.price, body .StockIdx .meMsg_MsgBlkZ td.StockIdxData.change, body .StockIdx .meMsg_MsgBlkZ td.StockIdxData.volumn {
    width: 43%;
    font-size: 30px;
}
}

/*股價資訊 結束*/

/*------股價指數 結束------*/


/*------股利 開始------*/

/*股利標題 開始*/
.StockInst .meMsg_MsgBlkZ th {
    color: #fff;
    background: #10416c;
    height: 55px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
.StockInst .meMsg_MsgBlkZ {
    max-width: 100%;
    width: calc(100vw - 40px);
    overflow: scroll;
}
}
/*股利標題 結束*/

/*股利資訊 開始*/
.StockInst .meMsg_MsgBlkZ tbody:nth-child(odd) td {
    background: #f2f6f8;
}
.StockInst .meMsg_MsgBlkZ td {
    background: #fff;
    color: #10416c;
    margin-bottom: 20px;
    border-right: 1px solid #D1DDE6;
    padding: 5px 10px;
    font-size: 14px;
}
.StockInst .meMsg_MsgBlkZ td:last-child {
    border-right: 0;
}
/*股利資訊 結束*/

/*------股利 結束------*/