/* body.settings_page_boilerplate-admin */
#theme-options-wrap {
  width: 100%;
  max-width: 900px;
  padding: 3em;
}

#theme-options-wrap h2 {
  margin-bottom:2em;
}

#theme-options-wrap #icon-tools {
  position: relative;
  top: -10px;
}

#theme-options-wrap input[type="checkbox"] {
  float:left;
  margin:0 6px 0 -20px;
}

table.form-table tr {border-top:1px solid #666;}
table.form-table tr:nth-child(odd){background:#ccc;}
table.form-table td {padding:8px 10px 8px 20px;}
table.form-table p {margin:0;}

