.messageBlockV1 {
    padding: 10px;
    background-color: #ffedaf;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.messageBlockV1_icon, .messageBlockV1_text {
    display: inline-block;
    vertical-align: middle;
}
.messageBlockV1_icon {
    color: #efae09;
    margin-right: 6px;
}
.messageBlockV1_text {
	font-size:.8em;
    color: #202026;
    font-weight: 400;
    text-align: left;
}