html,body {
    height: 100%;
}

.sticky-container {
	background: none !important;
	position: relative;
	height:100%;
    z-index: 1;
}

.sticky-container button {
	position:absolute;
	top:0px;
	right:0px;
	margin:4px;
	padding:4px 10px 4px 7px;
	border-color:#EEEEEE #DEDEDE #DEDEDE #EEEEEE;
	border-style:solid;
	border-width:1px;
	font-weight:bold;
	color:#529214;
}

.sticky-container button:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}

.sticky-container textarea {
	outline: 0 none;
	background-color:transparent;
	font-size:16px;
	overflow:hidden;
	float:left;
    padding: 5px;
    color: #0a0a0a;
    font-weight: 500;
    border: 1px solid #bfbfbf;
    margin: 20px 5px 10px 5px;
}

.sticky-container p {
	font-size:16px;
	overflow:hidden;
	/*padding:0px;*/
	padding: 20px 15px 0px 15px;
	display:block;
	color:#444;
}


.background {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
	z-index:0;
}

/* import */
.jSticky-large{
	width:225px;
	height:228px;
	position: absolute;
	z-index:999999;
}
.jSticky-medium{
	width:160px;
	height:162px;
	position: absolute;
	z-index:999999;
}
.jSticky-delete {
	cursor:pointer;
	height:14px;
	position:absolute;
    right: 5px;
    text-align: center;
    top: 5px;
	width:14px;
	z-index:4;
}

.jSticky-large .jStickyNote textarea, .jSticky-large .jStickyNote p{
	height:160px;
	font-size: 16px;
}

.jStickyNote {
	cursor :move;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
	height:90%;
	overlay:hidden;
	width:100%;

}
/* import end */
