#coluna-central form {
    margin: 0 auto;
    width: 40%;
}

.guide-livro-de-visitas {
}

label {
	padding-right:5px;
}

label[class="error"]{
	font-weight: normal;
	color: #FDED12;
}

input[class="error"],
textarea[class="error"]{
	border: 1px solid #FDED12;
}

#nome, #email, #comentario, #cidade {
	width:100% !important;
}

#enviar {
	float:right;
	margin-right:20px;
}

textarea {
	height:100px !important;
}

.comentarios {
	border-bottom:1px dashed #ccc;
	margin-bottom:10px;
	position:relative;
	min-height:75px;
	font-size: 13px;
}

.comentarios p {
	line-height:25px;
	padding:0;
}

.comentarios .data {
/*	right: 5px;
	bottom: 0;
	position:absolute;
*/
}

.imagem-comentario {
	float:right;
	margin:0 34px 15px 0;
}

.comentarios-foto {
	float:left;
	margin: 0 10px 10px 0;
}

span.miniatura {
    height:105px;
    width:120px;
    margin: 0;
    float:left;
    display:block;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    background-color: #fff !important;
    border-radius:5px;
    border:3px solid #333;
}

.guide-livro-de-visitas{

}

.inputs{
    margin-bottom: 16px;
}

#deixe-comentario{

}


@media only screen and (max-width: 768px){
	.guide-livro-de-visitas {
		background-image: initial;
	}

	.inputs input{
		width: 100%;
	}

	#coluna-central form{
		width: 100%;
	}
}

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

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