From Wikipedia, the free encyclopedia

.roman {

list-style-type: upper-roman;

}



#shirt1 .mw-file-element {

	max-width: 22em !important;

	height: auto !important;

}



.img-wrap {

  position: relative;

}

.overlay {

  position: absolute; 

  left: 0;

  top: 0;

}

.op50 {

  opacity: 0.5;

}

.resizable {

  position: absolute;

  bottom: 0;

  right: 0;

  width: 200px; /* Initial width */

  height: 200px; /* Initial height */

  background-color: rgba(255, 255, 255, 0.01); /* Just for visualization */

  resize: both;

  overflow: auto;

  z-index: 2;

}