.msg_list {
	WIDTH: 100%;
	float: left;
}

.msg_head {
    cursor: pointer;
    width: 96%;
    color: #FFFFFF;
    float: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    padding-left: 2%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-right: 2%;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF10;
}






.msg_head:hover {
    CURSOR: pointer;
    POSITION: relative;
    color: #FFFFFF;
    background-color: #343742;
    border-color: #343742;
}
.msg_body {
    float: left;
    width: 96%;
    text-align: left;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 2%;
    padding-left: 2%;
}
.msg_body h6 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 18px;
	color: #FFF;
	font-weight: 400;
}
.msg_body h5 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	color: #232D5E;
	font-weight: 600;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}




.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.png);
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: none;
}
.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;
	margin-top: 5px;
}
.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;
	margin-top: 5px;
}



@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%;
}

.msg_head {
	padding-left: 5%;
}


}
