.thumb {
	max-width: 160px;
	max-height: 160px;
}

.notes {
	display: inline-block;
	text-indent: -1em;
	margin: 0 0 0 1em;
}

.alert {
	margin-bottom: 10px;
	padding: 10px;
}
.alert-success {
	color:#363;
	background-color: #cfc;
	border: 1px #0f0 solid;
}
.alert-danger {
	color:#633;
	background-color: #fcc;
	border: 1px #f00 solid;
}

@media only screen and (max-width: 576px) {
	.g-recaptcha {
		transform-origin: 0% 0%;
		transform: scale(0.725);
	}
}
