@charset "utf-8";

/**/
.topic_title  {
	color:#003399;
}


/* 論壇主區塊底色 */

.forum-bg-gradient{
background: linear-gradient(to bottom, rgb(190,225,255), rgb(255,255,255));	
}

/* 上方腰帶顏色 */
.forum_info_block {
    background-color:  rgba(0,160,190,1);
}

/*第一列色系 */

tr:nth-child(1) {
	background: linear-gradient(to right, rgb(0,140,250), rgb(0,218,220));	
;
}

/*重要段落*/
.table-tr-gradient{

background: linear-gradient(to right, rgb(0,180,225), rgb(0,220,225));	
}

/* 表格內重點顏色列 */
.table-tr-lightpurple {
	background-color: #cef5fc;
}

/*主講人背景框*/
.ppl-left-name {

	background: linear-gradient(to right, rgba(0,160,190,.8), rgba(0,160,190,0));	
}


@media only screen and (max-width: 768px) {

/****************************
*       論壇內頁手機版        *
****************************/
	
.ppl-left-name {
	background: rgba(0,160,190,1);	
}	
	
	
}