
#content .section {
  margin: 0 10px;
  border: 1px solid #ccc;
  padding: 1em;
}

.image-inset {
  border: 1px black solid;
  margin: 0 0 10px 10px;
  padding: 5px;
  float: right;
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
li a:link, a:link {
  color: #e0691a;
  text-decoration: none;
}

li a:visited, a:visited {
  color: #70340d;
}

li a:hover, a:hover,
li a:focus, a:focus {
  color: #6c757a;
  text-decoration: underline;
}

li a:active, a:active {
  color: #70340d;
}

div.tabs {
  width: 100%;
	clear: both;
	margin-bottom: 3em;
	display: block;
}

div.ineligible {
  font-weight: bold;
  color: red;
}

ul.selectable-list {
	list-style-type: none;
	list-style-position: inside;
}

.form-item label {
  font-weight: normal;
  word-wrap: normal;
  line-height: 1em;
}

.form-item a {
  margin-top: .5em;
}

.form-item div.fivestar-widget a {
  margin-top: 0;
}

li.selectable {
  margin-left: 1em;
  border-bottom: 1px #ccc solid;
}

p.restricted {
  padding: 2em;
  border: 1px black solid;
  background-color: #cfc;
  font-weight: bold;
}

div.form-item-write-in {
  margin-left: 0;
}

input#edit-write-in {
  width: 150px;
}

td.ratings {
  min-width: 150px;
}