.postit
{
	position:absolute;
	left:0px;
	top:0px;
	width:250px;
	height:250px;
	border:1px solid black;
	background-color: #f7f29b;
	box-shadow: 5px 10px 20px #AAAAAA;
	transform: rotate(5deg);
	font-size:11px;
	cursor:pointer;
}
.postit-head
{
	padding:4px;
	font-weight: bold;
	background-color: #d7d27b;
	min-height:20px;
}
.postit-controls
{
	text-align: end;
	padding: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}
button.postit-button
{
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
	border:0px;
	background-color: #eeb370;
	color:#222222;
	margin-left:5px;
}
img.postit-image
{
	width: 100%;
	max-width: 400px;
	height: auto;
}
