.forum_link{
    color: #fff !important;
}
.forum_link:hover {
    color: #7fc800 !important;
    transition: 0.3s;
}

.forum_div{
	background-color: #007e74; 
	border-radius: 5px; 
	padding: 10px; 

}

.forum_table{
	background-color: #c5cafa; 
	border-style: solid; 
	border-width: 5px; 
	border-color: #b3b8e6; 
	text-align: center;
}

.forum_icon:hover {
	transform: scale(1.2) !important;
	transition: 0.3s !important;
}
