/* Masonry CSS */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body { font-family: sans-serif; }

#masonry_composers,
#marginal_notes_main {
  background: #ffffff;
  max-width: 770px;
}

/* clearfix */
#masonry_composers:after,
#marginal_notes_main:after {
  content: '';
  display: block;
  clear: both;
}

#masonry_composers .msnry_item {
  float: left;
  /*background: #ffffff;*/
  margin-bottom: 3px;
}

#masonry_marginal_notes .msnry_item {
  float: left;
  /*background: #ffffff;*/
  margin-bottom: 4px;
}

.msnry_item.w3 { width:  254px;}
.msnry_item.w4 { width:  190px;}



.msnry:hover {
  background: #A2C;
  border-color: white;
  cursor: pointer;
}