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