.msg_list {
	WIDTH: 100%;
	float: left;
}
.msg_list_home {
    WIDTH: 40%;
    float: left;
    margin-left: 30%;
    margin-top: 15px;
    background-color: undefined;
}

.msg_head {
    CURSOR: pointer;
    width: 96%;
    color: #0063AF;
    float: left;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    padding-left: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border: 1px solid #0063AF;
    padding-right: 2%;
    border-radius: 10px;
    background-color: #FFFFFF;
}






.msg_head:hover {
    CURSOR: pointer;
    POSITION: relative;
    color: #FFF;
    border: 1px solid #0063AF;
    background-color: #0063AF;
}
.msg_body {
    float: left;
    width: 96%;
    text-align: left;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 2%;
    padding-left: 2%;
}
.msg_body img {
    width: 100%;
    border: 1px solid #FFFFFF;
}


.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_head {
   font-size: 22px;
    line-height: 26px;
}



}




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

.msg_head {
    font-size: 20px;
    line-height: 23px;
    padding-left: 5%;
}




}
