<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.msg_list {
	WIDTH: 100%;
	float: left;
}
.msg_list_home {
	WIDTH: 40%;
	float: left;
	margin-left: 30%;
	margin-top: 15px;
}

.msg_head {
	CURSOR: pointer;
	width: 96%;
	color: #909A82;
	float: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	text-align: left;
	padding-left: 2%;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #909A82;
	padding-right: 2%;
}






.msg_head:hover {
	CURSOR: pointer;
	POSITION: relative;
	color: #FFF;
	background-color: #418325;
	border: 1px solid #418325;
}
.msg_body {
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.msg_body h6 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: 400;
}



.msg_body img {
	float: right;
	width: 70%;
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

.msg_body_content-images {
	float: left;
	width: 60%;
	text-align: left;
}


.msg_body li {
	list-style-image: url(/images/bullet_tick-green.png);
	margin-left: -10px;
	margin-bottom: 10px;
}
.msg_body li.tick {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 10px;
}

.arrow-up{
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(/images/icon_minus.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}
.arrow-down{
	width: 12px;
	height: 12px;
	display: inline-block;
	background-image: url(/images/icon_plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}



@media only screen and (max-width: 1060px) {
TABLET {
}

.msg_list_home {
	WIDTH: 60%;
	float: left;
	margin-left: 20%;
}



}




@media only screen and (max-width: 481px) {
MOBILE {
}

.msg_list_home {
	WIDTH: 100%;
	float: left;
	margin-left: 0%;
}

}
</pre></body></html>