@import 'https://fonts.googleapis.com/css?family=Walter+Turncoat';

.postit {
	margin: 0px 0px 15px 0px;
	min-height: 20px;
}

.postit .pin {
	width: 46px;
	height: 10px;
	margin: 0 auto;
}

.postit .pin img {
	position: absolute;
	z-index: 100;
	width: 46px;
	height: 40px;
}

.postit .paper {
	background: rgb(254,250,194); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,250,194,1) 0%, rgba(225,225,102,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,250,194,1)), color-stop(100%,rgba(225,225,102,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,250,194,1) 0%,rgba(225,225,102,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,250,194,1) 0%,rgba(225,225,102,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,250,194,1) 0%,rgba(225,225,102,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,250,194,1) 0%,rgba(225,225,102,1) 100%); /* W3C */
	border-color: #ccc !important;
	min-height: 20px;
}

.postit .paper p {
	padding: 30px 20px 20px 20px;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1em;
	color: #666666;
	font-family: 'Walter Turncoat', cursive;
	}

.postit .paper p span {
	display:block; color:#090; font-size:1.2em; font-weight:bold;
}