/* Import the 'base' stylesheet from the original developer */
@import 'base.css';

/* General styles */

ol {
  margin: 0 0 10px 26px;
  padding: 0;
}
ol li {
  margin: 0;
  padding: 0;
}
ol li ol {
  list-style-type: lower-roman;
  margin-left: 40px;
}
#rulings-list {
  margin-top: -11px;
}
.picture-inset {
  background: #e6e4df;
  border: 1px solid #999;
  padding: 8px;
  color: #666;
  text-align: center;
  float: left;
  margin: 0 8px 8px 0;
}
.picture-inset img {
  display: block;
  border: 1px solid #999;
  margin-bottom: 5px;
}

/* XStandard styles */

a img {
  border: none;
}
.clear {
  clear: both;
}
img.right {
  float: right;
  padding-left: 5px;
}
img.left {
  float: left;
  padding-right: 5px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.bold {
  font-weight: bold;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.small {
  font-size: 0.9em;
}