/**
* THOSE TWO DEFINITIONS ARE GLOBALS
*/

.dragp
{
	font-family: 'Calibri';
	font-size: 1.25em;
}

.draga
{
	text-decoration:none;
	color:#000 !important;
	background:rgb(206, 229, 250);
	display:block;
	height:10em;
	width:12em;
	padding:0.3em;
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	transform: rotate(-6deg);
	transition: transform .15s linear;
}

/**
* THOSE NEXT DEFINITIONS ARE LIMITED IN THE postitboardId DIV 
*/

#postitboardId h2
{
	font-weight: bold;
	font-size: 1.4em;
	margin-top : 5px;
	margin-bottom : 0px;
	text-align: center;
	cursor:grabbing;
}

#postitboardId p
{
	font-family: 'Calibri';
	font-size: 1.25em;
}

#postitboardId ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#postitboardId ul,#postitboardId li
{
	list-style:none;
}

#postitboardId ul li a
{
	text-decoration:none;
	color:#000 !important;
	background: #FFFF99;
	display:block;
	height:23em;
	width:23em;
	padding:0.3em;
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	transform: rotate(-6deg);
	transition: transform .15s linear;
}

#leftstick a
{
	height:10em !important; 
	width:12em !important;
	overflow : hidden;
	font-family: 'Calibri';
	font-size: 1.25em;
}

#postitboardId ul li:nth-child(even) a
{
	transform:rotate(4deg);
	position:relative;
	top:5px;
	background:#ccf;
}

#postitboardId ul li:nth-child(3n) a
{
	transform:rotate(-3deg);
	position:relative;
	top:-5px;
	background:rgb(255, 233, 204);
}

#postitboardId ul li:nth-child(5n) a{
	transform:rotate(5deg);
	position:relative;
	top:-10px;
}

#postitboardId ul li a:hover,
#postitboardId ul li a:focus
{
	box-shadow:10px 10px 7px rgba(0,0,0,.7);
	transform: scale(1.25);
	position:relative;
	z-index:5;
}

#postitboardId ul li{
	margin:1em;
	position:relative;
}

#postitboardId .tabdest ul li{
	display:block;
	height:10em;
	width:12em;
	padding:0.2em;
}

#postitboardId .dragh2
{
	font-weight: bold;
	font-size: 1.8em;
	margin-top : 5px;
	margin-bottom : 0px;
	text-align: center;
	cursor:grabbing;
}

#postitboardId #newideaformId
{
	padding:0.7em;
}

#postitboardId .gu-mirror
{
	position: fixed !important;
	margin: 0 !important;
	z-index: 9999 !important;
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
}

#postitboardId .gu-transit
{
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100) !important;
}

#postitboardId .dragpostit
{
	text-decoration:none;
	color:#000 !important;
	display:block;
	height:10em !important; 
	width:12em !important;
	padding:0.3em;
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	transform: rotate(-6deg);
	transition: transform .15s linear;
	opacity: 1 !important;
}

#postitboardId  .hiddenp {
	display : none;
}

#postitboardId  .shownp
{
	margin :0 0 2px;
	display : block;
	font-size : 7px !important;
} 

#postitboardId .container
{
	width : 100% !important;
}

#postitboardId .small-box
{
	border-radius : 5px;
}

#postitboardId .small-box:hover
{
	color:rgb(51, 51, 51) !important;
}

