/* Fake field against spam bots (honeypots) */
#email_is_bot {
   display: none;
}

div#condolence_book {
	margin-top: 15px;
}

div#condolence_book p.publish {
    width: 100%;
    text-align: right;
}
  
div#condolence_book span.name {
	color: #889;
}

span.location {
	font-size: 20px;
}

div#condolence_book p.age:before {
	background: url('../images/cross.png') no-repeat;
	content: "";
    display: block;
    width: 14px;
    height: 17px;
    float: left;
    margin: 0 3px 0 0;
}

div#condolence_book li.message{
	margin-bottom : 35px;
}
div#condolence_book .message_infos{
	font-weight: bold;
}

div#condolence_book form#condolence_message textarea{
    width:100%;
}

div#condolence_book div.flexcontent {
    display: -webkit-flex;
    display: flex;
}

div#condolence_book div.content {
    display: block;
}

div#condolence_book .image{
	float: left;
	margin: 0 1% 20px;
}
div#condolence_book .description{
	/* margin: 0 1% 20px; */
}

@media all and (max-width: 530px) {
	div#condolence_book div.image img {
		max-width: 100%;
		min-width: 100px;
		height: auto;
	}
        div#condolence_book div.flexcontent {
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
        }
        div#condolence_book p.publish {
            text-align: left;
        }
}
