@charset "ISO-8859-1";
*{
  margin:0;
  padding:0;
}

.notes{
  font-family:arial,sans-serif;
  font-size:100%;
  margin:3em;
  /*background:#666;*/
  color:#fff;
}

.notes h2,.notes p{
  font-size:100%;
  font-weight:normal;
}
.notes ul,.notes li{
  list-style:none;
}
.notes ul{
  overflow:hidden;
  padding:3em;
}
/*
.notes ul li a{
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  height:20em;
  width:20em;
  padding:1em;
}
*/
.notes ul li{
  margin:1em;
  float:left;
}

.notes ul li button {
	/*position:absolute;
	right: 10px;
	top:5px;
	*/
	background-color: Transparent;
    background-repeat:no-repeat;
	float:right;
	outline:none;
	border: none;
}

.notes ul li h2{
  font-size:100%;
  font-weight:bold;
  padding-bottom:5px;
}
.notes ul li p{
  font-family:"Reenie Beanie",arial,sans-serif;
  font-size:180%;
}
.notes ul li:nth-child(even) a{
  -o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
  position:relative;
  top:5px;
}
.notes ul li:nth-child(3n) a{
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
  top:-5px;
}
.notes ul li:nth-child(5n) a{
  -o-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  position:relative;
  top:-10px;
}

.notes ul li a:hover,.notes ul li a:focus{
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
}
.notes ul li a{
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  height:12em;
  width:12em;
  padding:1em;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
}

.modal .modal-dialog .modal-content{  background-color: #ffc; }


.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}