/**************** Webboard Table Responsive ****************/
.w-1-table{
	width: 50%;
}
.w-2-table{
	width: 15%;
}
.w-3-table{
	width: 10%;
}
.w-4-table{
	width: 10%;
}
.w-5-table{
	width: 15%;
}
.w-1-1-table{
	width: 80%;
}
.w-1-2-table{
	width: 10%;
}
.w-1-3-table{
	width: 10%;
}


.txt-h-table-left{
	color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
}
.txt-purple-webboard{
	color: #a91616;
	font-size: 13px;
}
.txt-dark{
	color:#333;
	transition: ease-in-out 0.3s;
}
.txt-dark:hover{
	color:#de0505;
}
.webboard--subcat{
	text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.img-comment{
	width:100%;
	max-width: 150px
}
.border-l-comment{
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #e6e6e6;
}

.bg-pin{
	background-color: #fff8c6;
	transition: ease-in-out 0.3s;
}
.bg-pin:hover{
	background-color: #fff6b6;
}

.bg-comment{
	background-color: whitesmoke;
}
.bg-insert{
	background-color: #FFE8E8;
}

