.msg_list {
	WIDTH: 100%;
	float: left;
}
.msg_list_home {
	WIDTH: 40%;
	float: left;
	margin-left: 30%;
	margin-top: 15px;
}

.msg_head {
    CURSOR: pointer;
    width: 100%;
    color: #3d3d3d;
    float: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    border-bottom: 1px solid #cccccc;
}
.msg_head h4 {
    margin-bottom: 0px;
    padding: 0px;
    line-height: 26px;
}






.msg_head:hover {
    color: #000000;
}


.msg_body {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 0px;
    padding-bottom: 20px;
}
.msg_body h6 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    line-height: 18px;
    color: #FFF;
    font-weight: 400;
    padding-right: 0px;
}
.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: -20px;
    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_minus2.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_plus2.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%;
}
    
.msg_head {
    font-size: 18px;
    line-height: 26px;
}    



}




@media only screen and (max-width: 481px) {
MOBILE {
}

.msg_list_home {
	WIDTH: 100%;
	float: left;
	margin-left: 0%;
}


}
