/*
Local Style Sheet for the Beeblebrox WordPress Theme.

Use this file to define styles for plugins or overwrite default styles.
*/

.toc {
  border: #ccc solid 1px;
  float: right;
  font-size: .8em;
  margin: 0 0 5px 12px;
  width: 200px;
}

.toc ol {
  margin: 5px;
  padding-left: 12px;
}