@charset "UTF-8";
/* Reset */
/* line 7, app/assets/stylesheets/_layout.sass */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Typography */
/* line 21, app/assets/stylesheets/_layout.sass */
html, body {
  height: 100%;
}

/* line 24, app/assets/stylesheets/_layout.sass */
body {
  background: #fff;
  color: #040;
  font-family: system-ui, sans-serif;
  font-size: 90%;
  line-height: 1.5;
}

/* line 32, app/assets/stylesheets/_layout.sass */
a[href] {
  color: #226622;
}

/* line 35, app/assets/stylesheets/_layout.sass */
input, button, select {
  font-family: inherit;
  font-size: 100%;
}

/* line 40, app/assets/stylesheets/_layout.sass */
p {
  margin-bottom: 1em;
}

/* line 43, app/assets/stylesheets/_layout.sass */
h1, h2, h3 {
  font-family: Delicious, system-ui, sans-serif;
}

/* line 46, app/assets/stylesheets/_layout.sass */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.50em;
}

/* line 51, app/assets/stylesheets/_layout.sass */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 55, app/assets/stylesheets/_layout.sass */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1.00em;
}

/* line 60, app/assets/stylesheets/_layout.sass */
.inline-image {
  margin-right: 1em;
  vertical-align: middle;
}

/* Main */
/* line 68, app/assets/stylesheets/_layout.sass */
#container {
  margin: .25em auto;
  padding-top: 2.5em;
  position: relative;
  width: 800px;
}

/* line 74, app/assets/stylesheets/_layout.sass */
input, button, select, label {
  cursor: pointer;
}

/* line 77, app/assets/stylesheets/_layout.sass */
input[type=text], input[type=password], input[type=search], input[type=number], input[type=email], input[type=url], select, textarea {
  border-radius: 3px;
  background: #fff;
  border: 1px solid #cec;
  color: #448844;
  padding: .25em;
}

/* line 83, app/assets/stylesheets/_layout.sass */
input[type=text]:focus, input[type=text]:active, input[type=password]:focus, input[type=password]:active, input[type=search]:focus, input[type=search]:active, input[type=number]:focus, input[type=number]:active, input[type=email]:focus, input[type=email]:active, input[type=url]:focus, input[type=url]:active, select:focus, select:active, textarea:focus, textarea:active {
  color: inherit;
}

/* line 86, app/assets/stylesheets/_layout.sass */
select:has(option[value='']:checked) {
  color: #666;
}

/* line 89, app/assets/stylesheets/_layout.sass */
option[value=''] {
  color: #666;
}

/* line 92, app/assets/stylesheets/_layout.sass */
option:not([value='']) {
  color: #040;
}

/* line 95, app/assets/stylesheets/_layout.sass */
textarea {
  font: inherit;
}

/* line 100, app/assets/stylesheets/_layout.sass */
a.button, input[type=submit], button {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
}

/* line 32, app/assets/stylesheets/partials/clean/_mixins.sass */
a.button:hover, input[type=submit]:hover, button:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/partials/clean/_mixins.sass */
a.button:hover:not(:disabled), input[type=submit]:hover:not(:disabled), button:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/partials/clean/_mixins.sass */
a.button:active:not(:disabled), input[type=submit]:active:not(:disabled), button:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/partials/clean/_mixins.sass */
a.button:disabled, input[type=submit]:disabled, button:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 102, app/assets/stylesheets/_layout.sass */
a.button.loud, input.loud[type=submit], button.loud {
  background: #ff5c00 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  font-size: 125%;
  padding: 8px 14px 9px;
}

/* line 32, app/assets/stylesheets/partials/clean/_mixins.sass */
a.button.loud:hover, input.loud[type=submit]:hover, button.loud:hover {
  background-color: #ee4b00;
}

/* line 104, app/assets/stylesheets/_layout.sass */
a.button .icon, input[type=submit] .icon, button .icon {
  margin-right: .25em;
  vertical-align: middle;
}

/* line 108, app/assets/stylesheets/_layout.sass */
ul.buttons {
  margin-bottom: 1em;
}

/* line 110, app/assets/stylesheets/_layout.sass */
ul.buttons li {
  list-style: none;
  margin: 0 .5em;
}

/* line 113, app/assets/stylesheets/_layout.sass */
ul.buttons li, ul.buttons li form {
  display: inline;
}

/* line 116, app/assets/stylesheets/_layout.sass */
#footer {
  clear: both;
  font-size: 75%;
  margin-bottom: 1em;
  padding-top: 2em;
  text-align: center;
}

/* line 122, app/assets/stylesheets/_layout.sass */
#footer ul, #footer div {
  display: inline;
  margin: 0 1em;
}

/* line 125, app/assets/stylesheets/_layout.sass */
#footer li, #footer div ul {
  display: inline;
  margin: 0 .5em;
}

/* line 128, app/assets/stylesheets/_layout.sass */
#footer #locale-form {
  float: right;
}

/* line 131, app/assets/stylesheets/_layout.sass */
#footer .terms[data-updated-recently] {
  font-weight: bold;
}

/* line 139, app/assets/stylesheets/_layout.sass */
.notice, .alert, .warning {
  margin-bottom: 1em;
  padding: .25em .5em;
  text-align: center;
}

/* line 142, app/assets/stylesheets/_layout.sass */
.notice {
  background: #e6efc2;
  border: 1px solid #c6d880;
  color: #264409;
}

/* line 145, app/assets/stylesheets/_layout.sass */
.alert {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 148, app/assets/stylesheets/_layout.sass */
.warning {
  background: #fff6bf;
  border: 1px solid #ffd324;
  color: #514721;
}

/* line 151, app/assets/stylesheets/_layout.sass */
#userbar {
  font-family: Delicious, system-ui, sans-serif;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 156, app/assets/stylesheets/_layout.sass */
#userbar > * {
  display: inline;
  margin: 0 .25em;
}

/* line 160, app/assets/stylesheets/_layout.sass */
#userbar-image-mode {
  font-weight: bold;
  margin-right: 1em;
  text-decoration: none;
}

/* line 164, app/assets/stylesheets/_layout.sass */
#userbar-image-mode img {
  bottom: -2px;
  height: 16px;
  position: relative;
  width: 16px;
}

/* line 167, app/assets/stylesheets/_layout.sass */
#userbar-log-in {
  text-decoration: none;
}

/* line 169, app/assets/stylesheets/_layout.sass */
#userbar-log-in img {
  margin-bottom: -4px;
  margin-right: .25em;
}

/* line 173, app/assets/stylesheets/_layout.sass */
#userbar-log-in span {
  text-decoration: underline;
}

/* line 175, app/assets/stylesheets/_layout.sass */
#userbar-log-in:hover span {
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/_layout.sass */
.object {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  margin: 8px 0;
  padding: 0 8px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 100px;
}

/* line 186, app/assets/stylesheets/_layout.sass */
.object a {
  text-decoration: none;
}

/* line 188, app/assets/stylesheets/_layout.sass */
.object a img {
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  -o-opacity: 0.75;
  -khtml-opacity: 0.75;
}

/* line 190, app/assets/stylesheets/_layout.sass */
.object img {
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 80px;
}

/* line 195, app/assets/stylesheets/_layout.sass */
.object:hover img, .object a:hover img {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}

/* line 201, app/assets/stylesheets/_layout.sass */
.object .nc-icon, .object .closeted-icons {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  background: rgba(255, 255, 255, 0.75);
  line-height: 1;
  position: absolute;
  top: 64px;
}

/* line 207, app/assets/stylesheets/_layout.sass */
.object .nc-icon:hover, .object .closeted-icons:hover {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -o-opacity: 0.5;
  -khtml-opacity: 0.5;
  background: transparent;
}

/* line 211, app/assets/stylesheets/_layout.sass */
.object .nc-icon, .object .closeted-icons img {
  display: inline;
  height: 16px;
  width: 16px;
}

/* line 216, app/assets/stylesheets/_layout.sass */
.object .nc-icon {
  right: 18px;
}

/* line 220, app/assets/stylesheets/_layout.sass */
.object .closeted-icons {
  left: 18px;
}

/* line 223, app/assets/stylesheets/_layout.sass */
dt {
  font-weight: bold;
}

/* line 226, app/assets/stylesheets/_layout.sass */
dd {
  margin: 0 0 1.5em 1em;
}

/* line 229, app/assets/stylesheets/_layout.sass */
#home-link {
  font-family: Delicious, system-ui, sans-serif;
  font-size: 175%;
  font-weight: bold;
  left: 0;
  line-height: 1;
  padding-left: .25em;
  padding-right: .25em;
  position: absolute;
  top: 0;
}

/* line 240, app/assets/stylesheets/_layout.sass */
#home-link:hover {
  background: #efe;
  text-decoration: none;
}

/* line 243, app/assets/stylesheets/_layout.sass */
#home-link span:before {
  content: "<< ";
}

/* line 246, app/assets/stylesheets/_layout.sass */
#home-link, #userbar {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 251, app/assets/stylesheets/_layout.sass */
.pagination a, .pagination span {
  margin: 0 .5em;
}

/* line 253, app/assets/stylesheets/_layout.sass */
.pagination .current {
  font-weight: bold;
}

/* line 2, app/assets/stylesheets/_responsive.sass */
body.use-responsive-design #container {
  max-width: 100%;
  padding-inline: 1rem;
  box-sizing: border-box;
  padding-top: 0;
}

/* line 8, app/assets/stylesheets/_responsive.sass */
body.use-responsive-design #main-nav {
  display: flex;
  flex-wrap: wrap;
}

/* line 12, app/assets/stylesheets/_responsive.sass */
body.use-responsive-design #home-link, body.use-responsive-design #userbar {
  position: static;
}

/* line 15, app/assets/stylesheets/_responsive.sass */
body.use-responsive-design #home-link {
  padding-inline: .5rem;
  margin-inline: -.5rem;
  margin-right: auto;
}

/* line 20, app/assets/stylesheets/_responsive.sass */
body.use-responsive-design #userbar {
  margin-left: auto;
  text-align: right;
}

/* line 2, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.jGrowl {
  padding: 10px;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.ie6 {
  position: absolute;
}

/* line 9, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.ie6.top-right {
  right: auto;
  bottom: auto;
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/* line 14, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.ie6.top-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/* line 17, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.ie6.bottom-right {
  left: expression(( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/* line 20, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.ie6.bottom-left {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

/* line 23, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.ie6.center {
  left: expression(( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression(( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  width: 100%;
}

/** Special IE6 Style Positioning * */
/** Normal Style Positions * */
/* line 32, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
body > div.jGrowl {
  position: fixed;
}

/* line 34, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
body > div.jGrowl.top-left {
  left: 0px;
  top: 0px;
}

/* line 37, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
body > div.jGrowl.top-right {
  right: 0px;
  top: 0px;
}

/* line 40, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
body > div.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}

/* line 43, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
body > div.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}

/* line 46, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
body > div.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}

/** Cross Browser Styling * */
/* line 55, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

/* line 59, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  background-color: #000;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* line 75, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.jGrowl div.jGrowl-notification {
  min-height: 40px;
}

/* line 78, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.jGrowl div.jGrowl-notification div.header {
  font-weight: bold;
  font-size: .85em;
}

/* line 81, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.jGrowl div.jGrowl-notification div.close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}

/** Hide jGrowl when printing * */
@media print {
  /* line 97, app/assets/stylesheets/partials/_jquery.jgrowl.sass */
  div.jGrowl {
    display: none;
  }
}

/* line 15, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index .campaign-progress-wrapper {
  border-radius: 8px;
  background: #c99cc2;
  background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
  border: 4px solid #a3298f;
  clear: both;
  margin-bottom: 1em;
  margin-top: .5em;
  position: relative;
}

/* line 26, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index .campaign-progress-wrapper .button {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  background: #004 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  font-size: 75%;
  margin-left: 1em;
  padding: .25em .75em;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .campaign-progress-wrapper .button:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .campaign-progress-wrapper .button:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .campaign-progress-wrapper .button:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .campaign-progress-wrapper .button:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .campaign-progress-wrapper .button:hover {
  background-color: #000033;
}

/* line 33, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index .campaign-progress {
  background: #a3298f;
  background-image: linear-gradient(color-stops(#c54bb1, #a3298f));
  border-right: 1px solid #a3298f;
}

/* line 38, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index .campaign-progress-wrapper, body.closet_hangers-index .campaign-progress {
  height: 2.5em;
}

/* line 41, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index .campaign-progress-label {
  text-shadow: 1px 1px 0 #a3298f;
  color: white;
  font-size: 150%;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

/* line 51, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index .campaign-progress-label a {
  color: inherit;
  display: block;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index .campaign-progress-label .button {
  position: relative;
  top: -2px;
}

/* line 61, app/assets/stylesheets/closet_hangers/../partials/_campaign-progress.sass */
body.closet_hangers-index.campaign-loaded .campaign-progress-wrapper {
  visibility: visible;
}

/* line 2, app/assets/stylesheets/closet_hangers/../partials/_secondary_nav.sass */
body.closet_hangers-index #title {
  float: left;
  margin-right: .5em;
}

/* line 6, app/assets/stylesheets/closet_hangers/../partials/_secondary_nav.sass */
body.closet_hangers-index .flash {
  clear: both;
}

/* line 9, app/assets/stylesheets/closet_hangers/../partials/_secondary_nav.sass */
body.closet_hangers-index #secondary-nav {
  display: block;
  margin-top: .75em;
}

/* line 11, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #title {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #import-link {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  background: #ff5c00 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #import-link:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #import-link:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #import-link:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #import-link:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #import-link:hover {
  background-color: #ee4b00;
}

/* line 18, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-items-search {
  float: right;
}

/* line 22, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-items-search input.loading[name=q] {
  background-image: url(/assets/loading-202ce584ecb68939462cae97e64e15e4252437ea0bdeb44e11dc53b833b291a0.gif);
  background-position: 2px center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

/* line 29, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact {
  clear: both;
  color: #448844;
  margin-bottom: 1em;
  margin-left: 2em;
  min-height: 16px;
  display: flex;
  gap: .5em;
  align-items: center;
}

/* line 40, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact a {
  color: inherit;
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact a:hover {
  text-decoration: underline;
}

/* line 46, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact a, body.closet_hangers-index #closet-hangers-contact > form {
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 51, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact a.neomail, body.closet_hangers-index #closet-hangers-contact > form {
  background-image: url(/assets/neomail-ee735d95f27f8853602d7ac32d3aaa3b530fdaaedacbedb8e5ae5f033bf35147.png);
  padding-left: 20px;
}

/* line 55, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact a.lookup {
  background-image: url(/assets/lookup-3477721a6302985af1d81ae5422780e775b8dc117edc8abd320e6948787cb090.png);
  padding-left: 20px;
}

/* line 59, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact select {
  width: 10em;
}

/* line 62, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact label {
  font-weight: bold;
  margin-right: .5em;
}

/* line 66, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-contact label:after {
  content: ":";
}

/* line 68, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #toggle-help, body.closet_hangers-index #toggle-compare {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  display: none;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #toggle-help:hover, body.closet_hangers-index #toggle-compare:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #toggle-help:hover:not(:disabled), body.closet_hangers-index #toggle-compare:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #toggle-help:active:not(:disabled), body.closet_hangers-index #toggle-compare:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #toggle-help:disabled, body.closet_hangers-index #toggle-compare:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 73, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-help.hidden {
  display: none;
}

/* line 76, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-extras {
  font-size: 85%;
  margin-bottom: 2em;
  margin-top: 2em;
  text-align: center;
}

/* line 83, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-extras a {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  margin: 0 0.5em;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #closet-hangers-extras a:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #closet-hangers-extras a:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #closet-hangers-extras a:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index #closet-hangers-extras a:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 87, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-share {
  margin-bottom: 1em;
}

/* line 90, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-share label {
  font-weight: bold;
  margin-right: .5em;
}

/* line 94, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers-share input {
  width: 30em;
}

/* line 97, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .bulk-actions {
  display: none;
}

/* line 100, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers {
  clear: both;
  text-align: center;
  border-top: 1px solid #060;
}

/* line 106, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object .quantity {
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  -o-opacity: 0.75;
  -khtml-opacity: 0.75;
  background: white;
  padding: 6px 4px 4px;
  position: absolute;
  left: 18px;
  line-height: 1;
  text-align: left;
  top: 0;
}

/* line 116, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object .quantity span, body.closet_hangers-index #closet-hangers .object .quantity input[type=number] {
  font-size: 16px;
  font-weight: bold;
}

/* line 120, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object form {
  display: none;
}

/* line 124, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object[data-quantity="1"] .quantity {
  display: none;
}

/* line 127, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object a {
  /* It's jarring to have line-height gaps in the linkiness. */
  display: block;
}

/* line 131, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object a:hover {
  text-decoration: underline;
}

/* line 134, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object .object {
  margin: 0;
}

/* line 137, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object label {
  display: block;
}

/* line 140, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object input[type=checkbox] {
  display: none;
  position: absolute;
  top: 0;
  right: 18px;
  height: 16px;
  width: 16px;
}

/* line 148, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object input[type=checkbox]:checked {
  display: block;
}

/* line 151, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index #closet-hangers .object input[type=checkbox]:checked + label {
  background: #efe;
  outline: 1px solid #060;
}

/* line 155, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group {
  border-top: 1px solid #060;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

/* line 160, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group:first-of-type {
  border-top: 0;
}

/* line 163, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group > header {
  border-bottom: 1px solid #ada;
  display: block;
  margin-bottom: .25em;
  padding: .25em 0;
  position: relative;
}

/* line 170, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group > header h3 {
  font-size: 250%;
  margin: 0;
}

/* line 174, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group > header .add-closet-list {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  bottom: 50%;
  margin-bottom: -1em;
  position: absolute;
  right: 1em;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-hangers-group > header .add-closet-list:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-hangers-group > header .add-closet-list:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-hangers-group > header .add-closet-list:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-hangers-group > header .add-closet-list:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 181, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group > header .add-closet-list:active {
  margin-bottom: -1.1em;
  top: auto;
}

/* line 185, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group > header span.show, body.closet_hangers-index .closet-hangers-group > header span.hide {
  color: #448844;
  display: none;
  font-size: 85%;
  left: 1em;
  position: absolute;
  top: 1em;
}

/* line 193, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group > header span.show:hover, body.closet_hangers-index .closet-hangers-group > header span.hide:hover {
  color: inherit;
  text-decoration: underline;
}

/* line 197, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list {
  border-bottom: 1px solid #ada;
  padding: .5em 0;
  position: relative;
}

/* line 202, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form {
  font-size: 85%;
  left: .5em;
  position: absolute;
  text-align: left;
  top: .25em;
  z-index: 10;
}

/* line 210, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form input, body.closet_hangers-index .closet-list .visibility-form select {
  font-size: inherit;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 216, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form select {
  border-color: #fff;
}

/* line 219, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form input[type=submit] {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  background: #aaaaaa url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  -khtml-opacity: 0.9;
  font-size: 80%;
  font-size: inherit;
  visibility: hidden;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .visibility-form input[type=submit]:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .visibility-form input[type=submit]:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .visibility-form input[type=submit]:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .visibility-form input[type=submit]:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .visibility-form input[type=submit]:hover {
  background-color: #999999;
}

/* line 224, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form input[type=submit]:active {
  top: 1px;
}

/* line 227, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form .visibility-descriptions {
  -moz-opacity: 0.75;
  -webkit-opacity: 0.75;
  -o-opacity: 0.75;
  -khtml-opacity: 0.75;
  background: #fff;
  font-style: italic;
  list-style: none;
  padding: 0 .5em;
}

/* line 234, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form .visibility-descriptions li {
  display: none;
}

/* line 238, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .visibility-form:hover .visibility-descriptions li.current {
  display: block;
}

/* line 241, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list header {
  display: block;
  position: relative;
}

/* line 245, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list h4 {
  font-family: Delicious, system-ui, sans-serif;
  font-size: 150%;
  line-height: 1;
  margin: 0 auto .67em;
  width: 50%;
}

/* line 252, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .empty-list {
  display: none;
  font-style: italic;
}

/* line 256, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .closet-list-controls {
  display: none;
  position: absolute;
  right: 1em;
  top: 0;
}

/* line 262, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .closet-list-controls a, body.closet_hangers-index .closet-list .closet-list-controls input[type=submit], body.closet_hangers-index .closet-list .closet-list-controls button {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  background: #aaaaaa url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  -khtml-opacity: 0.9;
  font-size: 80%;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .closet-list-controls a:hover, body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:hover, body.closet_hangers-index .closet-list .closet-list-controls button:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .closet-list-controls a:hover:not(:disabled), body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:hover:not(:disabled), body.closet_hangers-index .closet-list .closet-list-controls button:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .closet-list-controls a:active:not(:disabled), body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:active:not(:disabled), body.closet_hangers-index .closet-list .closet-list-controls button:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .closet-list-controls a:disabled, body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:disabled, body.closet_hangers-index .closet-list .closet-list-controls button:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index .closet-list .closet-list-controls a:hover, body.closet_hangers-index .closet-list .closet-list-controls input[type=submit]:hover, body.closet_hangers-index .closet-list .closet-list-controls button:hover {
  background-color: #999999;
}

/* line 265, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list .closet-list-controls form {
  display: inline;
}

/* line 269, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list[data-hangers-count="0"] .empty-list {
  display: block;
}

/* line 273, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list.unlisted h4 {
  font-size: 125%;
  font-style: italic;
}

/* line 279, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list:hover .closet-list-controls {
  display: block;
}

/* line 283, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list:hover .visibility-form input[type=submit] {
  visibility: visible;
}

/* line 286, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list:hover .visibility-form select {
  border-color: #ada;
}

/* line 289, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list:last-child {
  border-bottom: 0;
}

/* line 292, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list.droppable-active {
  border-radius: 1em;
  background: #efe;
  border: 1px solid #060;
  padding: 1em;
  border-bottom-width: 1px;
  border-style: dotted;
  margin: 1em 0;
}

/* line 299, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list.droppable-active .object {
  -moz-opacity: 0.25;
  -webkit-opacity: 0.25;
  -o-opacity: 0.25;
  -khtml-opacity: 0.25;
}

/* line 303, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list.droppable-active .object.ui-draggable-dragging {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
}

/* line 306, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list.droppable-active .closet-list-controls {
  display: none;
}

/* line 309, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list.droppable-active .closet-list-hangers {
  overflow: hidden;
}

/* line 312, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list.droppable-active .visibility-form {
  display: none;
}

/* line 316, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group-autocomplete-item span, body.closet_hangers-index .closet-list-autocomplete-item span {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -o-opacity: 0.5;
  -khtml-opacity: 0.5;
  font-style: italic;
  padding: .2em .4em;
}

/* line 322, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-list-autocomplete-item a, body.closet_hangers-index .closet-list-autocomplete-item span {
  font-size: 85%;
  padding-left: 2em;
}

/* line 327, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index .closet-hangers-group[data-owned=true] .user-wants, body.closet_hangers-index .closet-hangers-group[data-owned=false] .user-owns {
  background: #efe;
  font-weight: bold;
}

/* line 334, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover form {
  display: inline;
}

/* line 337, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy {
  position: absolute;
  right: 18px;
  top: 52px;
}

/* line 342, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  background: #aaaaaa url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  -khtml-opacity: 0.9;
  font-size: 80%;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/closet_hangers/../partials/clean/_mixins.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .closet-hanger-destroy input:hover {
  background-color: #999999;
}

/* line 345, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .quantity {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  -khtml-opacity: 1;
  background: transparent;
  top: 0;
  padding: 0;
}

/* line 351, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .quantity span {
  display: none;
}

/* line 354, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .quantity input[type=number] {
  padding: 2px;
  width: 2em;
}

/* line 358, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover .quantity input[type=submit] {
  font-size: 85%;
}

/* line 361, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user #closet-hangers .object:hover input[type=checkbox] {
  display: block;
}

/* line 366, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #closet-hangers .object:hover .quantity {
  display: block;
}

/* line 369, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #closet-hangers .object:hover .quantity input[type=number] {
  width: 2.5em;
}

/* line 372, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #closet-hangers .object:hover .quantity input[type=submit] {
  display: none;
}

/* line 375, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #closet-hangers .object.loading {
  background: #efe;
  outline: 1px solid #060;
}

/* line 379, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #closet-hangers .object.loading .quantity {
  display: block;
}

/* line 382, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #closet-hangers .object.loading .quantity span:after {
  content: "…";
}

/* line 385, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions {
  background: #fff;
  box-sizing: border-box;
  display: block;
  font-size: 85%;
  padding: .5em 1em;
  text-align: center;
  width: 800px;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #060;
  z-index: 11;
}

/* line 399, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-intro, body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-target-desc-singular {
  display: none;
}

/* line 402, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-target-desc {
  display: inline-block;
}

/* line 405, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options {
  display: inline-block;
  list-style: none;
}

/* line 409, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options > li {
  display: inline-block;
  margin-left: .75em;
}

/* line 413, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options > li form {
  display: inline-block;
}

/* line 416, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions .bulk-actions-options > li:not(:first-child)::before {
  content: " or ";
  display: inline-block;
  margin-right: .75em;
}

/* line 422, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="0"] .bulk-actions-intro {
  display: block;
}

/* line 425, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="0"] .bulk-actions-form {
  display: none;
}

/* line 429, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="1"] .bulk-actions-target-desc-singular {
  display: inline;
}

/* line 432, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .bulk-actions[data-target-count="1"] .bulk-actions-target-desc-plural {
  display: none;
}

/* line 436, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #closet-hangers-contact input[type=submit] {
  display: none;
}

/* line 441, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .closet-hangers-group header .show, body.closet_hangers-index.current-user.js .closet-hangers-group header .hide {
  cursor: pointer;
}

/* line 444, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .closet-hangers-group header .hide {
  display: block;
}

/* line 448, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .closet-hangers-group.hidden header .hide, body.closet_hangers-index.current-user.js .closet-hangers-group.hidden .closet-hangers-group-content {
  display: none;
}

/* line 451, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .closet-hangers-group.hidden header .show {
  display: block;
}

/* line 454, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js #toggle-help {
  display: inline-block;
}

/* line 457, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .remove-all {
  display: none;
}

/* line 460, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.current-user.js .select-all {
  display: inline-block;
}

/* line 464, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.js #toggle-compare {
  display: inline-block;
}

/* line 468, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.js #closet-hangers.comparing .object {
  display: none;
}

/* line 472, app/assets/stylesheets/closet_hangers/_index.sass */
body.closet_hangers-index.js #closet-hangers.comparing .closet-hangers-group[data-owned=true] .user-wants, body.closet_hangers-index.js #closet-hangers.comparing .closet-hangers-group[data-owned=false] .user-owns {
  display: inline-block;
}

/* line 2, app/assets/stylesheets/closet_lists/../partials/_secondary_nav.sass */
body.closet_lists-new #title, body.closet_lists-create #title, body.closet_lists-edit #title, body.closet_lists-update #title {
  float: left;
  margin-right: .5em;
}

/* line 6, app/assets/stylesheets/closet_lists/../partials/_secondary_nav.sass */
body.closet_lists-new .flash, body.closet_lists-create .flash, body.closet_lists-edit .flash, body.closet_lists-update .flash {
  clear: both;
}

/* line 9, app/assets/stylesheets/closet_lists/../partials/_secondary_nav.sass */
body.closet_lists-new #secondary-nav, body.closet_lists-create #secondary-nav, body.closet_lists-edit #secondary-nav, body.closet_lists-update #secondary-nav {
  display: block;
  margin-top: .75em;
}

/* line 7, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields, body.closet_lists-create form ul.fields, body.closet_lists-edit form ul.fields, body.closet_lists-update form ul.fields {
  clear: both;
  list-style: none;
}

/* line 11, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields label, body.closet_lists-create form ul.fields label, body.closet_lists-edit form ul.fields label, body.closet_lists-update form ul.fields label {
  float: left;
  font-weight: bold;
  margin-right: 1em;
}

/* line 16, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields li, body.closet_lists-create form ul.fields li, body.closet_lists-edit form ul.fields li, body.closet_lists-update form ul.fields li {
  padding: 0.75em 0;
  width: 35em;
}

/* line 20, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields input, body.closet_lists-new form ul.fields textarea, body.closet_lists-new form ul.fields select, body.closet_lists-create form ul.fields input, body.closet_lists-create form ul.fields textarea, body.closet_lists-create form ul.fields select, body.closet_lists-edit form ul.fields input, body.closet_lists-edit form ul.fields textarea, body.closet_lists-edit form ul.fields select, body.closet_lists-update form ul.fields input, body.closet_lists-update form ul.fields textarea, body.closet_lists-update form ul.fields select {
  clear: both;
  display: block;
  margin-top: .25em;
  width: 80%;
}

/* line 26, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields textarea, body.closet_lists-create form ul.fields textarea, body.closet_lists-edit form ul.fields textarea, body.closet_lists-update form ul.fields textarea {
  height: 12em;
}

/* line 29, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields .hint, body.closet_lists-create form ul.fields .hint, body.closet_lists-edit form ul.fields .hint, body.closet_lists-update form ul.fields .hint {
  display: block;
  font-size: 85%;
}

/* line 34, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields .trade-warning, body.closet_lists-create form ul.fields .trade-warning, body.closet_lists-edit form ul.fields .trade-warning, body.closet_lists-update form ul.fields .trade-warning {
  background: #fff6bf;
  border: 1px solid #ffd324;
  color: #514721;
  margin-bottom: 1em;
  padding: .75em .5em;
  text-align: center;
}

/* line 40, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form ul.fields .trade-warning p:last-of-type, body.closet_lists-create form ul.fields .trade-warning p:last-of-type, body.closet_lists-edit form ul.fields .trade-warning p:last-of-type, body.closet_lists-update form ul.fields .trade-warning p:last-of-type {
  margin-bottom: 0;
}

/* line 44, app/assets/stylesheets/closet_lists/_form.sass */
body.closet_lists-new form:not([data-list-visibility="2"]) .trade-warning, body.closet_lists-create form:not([data-list-visibility="2"]) .trade-warning, body.closet_lists-edit form:not([data-list-visibility="2"]) .trade-warning, body.closet_lists-update form:not([data-list-visibility="2"]) .trade-warning {
  display: none;
}

/* line 4, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #title, body.neopets_page_import_tasks-create #title {
  float: left;
}

/* line 7, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new .flash, body.neopets_page_import_tasks-create .flash {
  clear: both;
}

/* line 10, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #back-to-items, body.neopets_page_import_tasks-create #back-to-items {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  margin-left: 1em;
  margin-top: .75em;
}

/* line 32, app/assets/stylesheets/neopets_page_import_tasks/../partials/clean/_mixins.sass */
body.neopets_page_import_tasks-new #back-to-items:hover, body.neopets_page_import_tasks-create #back-to-items:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/neopets_page_import_tasks/../partials/clean/_mixins.sass */
body.neopets_page_import_tasks-new #back-to-items:hover:not(:disabled), body.neopets_page_import_tasks-create #back-to-items:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/neopets_page_import_tasks/../partials/clean/_mixins.sass */
body.neopets_page_import_tasks-new #back-to-items:active:not(:disabled), body.neopets_page_import_tasks-create #back-to-items:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/neopets_page_import_tasks/../partials/clean/_mixins.sass */
body.neopets_page_import_tasks-new #back-to-items:disabled, body.neopets_page_import_tasks-create #back-to-items:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 16, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #closet-page-form, body.neopets_page_import_tasks-create #closet-page-form {
  overflow: hidden;
  display: inline-block;
  clear: both;
  margin-bottom: 1em;
  text-align: right;
}

/* line 6, app/assets/stylesheets/neopets_page_import_tasks/../partials/clean/_mixins.sass */
body.neopets_page_import_tasks-new #closet-page-form, body.neopets_page_import_tasks-create #closet-page-form {
  display: block;
}

/* line 22, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #closet-page-form > *, body.neopets_page_import_tasks-create #closet-page-form > * {
  text-align: left;
}

/* line 25, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #closet-page-frame-wrapper, body.neopets_page_import_tasks-create #closet-page-frame-wrapper {
  float: left;
  margin-right: 2%;
  width: 48%;
}

/* line 30, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #closet-page-frame, body.neopets_page_import_tasks-create #closet-page-frame {
  height: 19em;
  width: 100%;
}

/* line 34, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #closet-page-source, body.neopets_page_import_tasks-create #closet-page-source {
  float: left;
  width: 50%;
}

/* line 38, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #closet-page-source label, body.neopets_page_import_tasks-create #closet-page-source label {
  font-weight: bold;
}

/* line 41, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new #closet-page-source textarea, body.neopets_page_import_tasks-create #closet-page-source textarea {
  height: 19em;
}

/* line 45, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new ol, body.neopets_page_import_tasks-create ol {
  padding-left: 1em;
}

/* line 48, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new ol > li, body.neopets_page_import_tasks-create ol > li {
  margin-bottom: 1em;
}

/* line 51, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new ol ul, body.neopets_page_import_tasks-create ol ul {
  font-size: 85%;
  margin-bottom: 1em;
  margin-top: 0;
  padding-left: 1em;
}

/* line 58, app/assets/stylesheets/neopets_page_import_tasks/_new.sass */
body.neopets_page_import_tasks-new ol p, body.neopets_page_import_tasks-create ol p {
  margin: 0;
}

/* line 3, app/assets/stylesheets/contributions/_index.sass */
body.contributions-index {
  text-align: center;
}

/* line 7, app/assets/stylesheets/contributions/_index.sass */
body.contributions-index .contributions li {
  list-style: none;
  height: 80px;
  overflow: hidden;
  padding: 1em 0 0 100px;
  position: relative;
  text-align: left;
}

/* line 14, app/assets/stylesheets/contributions/_index.sass */
body.contributions-index .contributions .point-value {
  font-family: Delicious, system-ui, sans-serif;
  color: #fff;
  font-size: 80px;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-shadow: 2px 2px 0 #000;
  top: 0;
  width: 80px;
  z-index: 3;
}

/* line 26, app/assets/stylesheets/contributions/_index.sass */
body.contributions-index .contributions .point-value:hover {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -o-opacity: 0.5;
  -khtml-opacity: 0.5;
}

/* line 28, app/assets/stylesheets/contributions/_index.sass */
body.contributions-index .contributions img {
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 2;
}

/* line 35, app/assets/stylesheets/contributions/_index.sass */
body.contributions-index .contributions .username, body.contributions-index .contributions .contributed-name {
  font-weight: bold;
}

/* line 37, app/assets/stylesheets/contributions/_index.sass */
body.contributions-index .contributions .time-ago {
  display: block;
  font-size: 75%;
}

/* line 11, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits {
  font-size: 0;
  list-style: none;
}

/* line 29, app/assets/stylesheets/partials/_outfit.sass */
body.outfits-index #outfits > li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  overflow: hidden;
  position: relative;
  font-size: 14px;
}

/* line 4, app/assets/stylesheets/outfits/_star.sass */
body.outfits-index #outfits > li .outfit-star {
  bottom: -2px;
  height: 16px;
  position: relative;
  width: 16px;
  background-image: url(/assets/unstarred-8d501ab91d4fda682cd4c6fd3d4516884e1eeb3e0f83bce384edd5d68c555276.png);
  background-position: left top;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 8px;
}

/* line 14, app/assets/stylesheets/outfits/_star.sass */
body.outfits-index #outfits > li.starred .outfit-star {
  background-image: url(/assets/star-af0fa598c7820e068eb1703bf8f545637bc8042ede8373d15dccd10d548cad02.png);
}

/* line 16, app/assets/stylesheets/outfits/_star.sass */
body.outfits-index #outfits > li.loading .outfit-star {
  background-image: url(/assets/loading-202ce584ecb68939462cae97e64e15e4252437ea0bdeb44e11dc53b833b291a0.gif);
}

/* line 11, app/assets/stylesheets/partials/_outfit.sass */
body.outfits-index #outfits > li header, body.outfits-index #outfits > li footer {
  color: white;
  left: 0;
  position: absolute;
  z-index: 2;
  background: black;
  background: rgba(0, 0, 0, 0.75);
}

/* line 15, app/assets/stylesheets/partials/_outfit.sass */
body.outfits-index #outfits > li header {
  bottom: 0;
}

/* line 18, app/assets/stylesheets/partials/_outfit.sass */
body.outfits-index #outfits > li footer {
  top: 0;
}

/* line 21, app/assets/stylesheets/partials/_outfit.sass */
body.outfits-index #outfits > li a {
  color: white;
}

/* line 14, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li {
  height: 150px;
  margin: 2px;
  width: 150px;
}

/* line 19, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li header, body.outfits-index #outfits > li footer {
  padding: 2px 4px;
  width: 142px;
}

/* line 23, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li footer {
  display: none;
}

/* line 26, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li footer .outfit-edit-link {
  float: left;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li footer form {
  float: right;
}

/* line 33, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li footer form .outfit-delete-button {
  margin: 0;
  padding: 0;
}

/* line 38, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li footer .outfit-edit-link:hover, body.outfits-index #outfits > li footer .outfit-delete-button:hover {
  text-decoration: underline;
}

/* line 41, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li .outfit-star {
  cursor: auto;
}

/* line 44, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li .outfit-name {
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li .outfit-name:hover {
  text-decoration: underline;
}

/* line 51, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits > li:hover footer {
  display: block;
}

/* line 54, app/assets/stylesheets/outfits/_index.sass */
body.outfits-index #outfits .outfit-delete-button {
  border-radius: 0;
  background: transparent;
  display: inline;
  padding: 0;
  color: inherit;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  border-bottom: 0;
  position: static;
  font-weight: normal;
  line-height: inherit;
}

/* line 72, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-index #outfits .outfit-delete-button:hover {
  background: transparent;
  color: inherit;
}

/* line 75, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-index #outfits .outfit-delete-button:active {
  top: auto;
}

/* line 15, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new .campaign-progress-wrapper {
  border-radius: 8px;
  background: #c99cc2;
  background-image: linear-gradient(color-stops(#eddeeb, #c99cc2));
  border: 4px solid #a3298f;
  clear: both;
  margin-bottom: 1em;
  margin-top: .5em;
  position: relative;
}

/* line 26, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new .campaign-progress-wrapper .button {
  /* http://www.zurb.com/blog_uploads/0000/0617/buttons-03.html */
  border-radius: 5px;
  background: #006400 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  border: 0;
  display: inline-block;
  padding: .5em .75em .45em;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  font-weight: bold;
  line-height: 1;
  background: #004 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  font-size: 75%;
  margin-left: 1em;
  padding: .25em .75em;
}

/* line 32, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new .campaign-progress-wrapper .button:hover {
  background-color: #005300;
}

/* line 50, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new .campaign-progress-wrapper .button:hover:not(:disabled) {
  color: #fff;
}

/* line 52, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new .campaign-progress-wrapper .button:active:not(:disabled) {
  transform: translateY(1px);
}

/* line 54, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new .campaign-progress-wrapper .button:disabled {
  background: #999999 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  cursor: not-allowed;
}

/* line 32, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new .campaign-progress-wrapper .button:hover {
  background-color: #000033;
}

/* line 33, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new .campaign-progress {
  background: #a3298f;
  background-image: linear-gradient(color-stops(#c54bb1, #a3298f));
  border-right: 1px solid #a3298f;
}

/* line 38, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new .campaign-progress-wrapper, body.outfits-new .campaign-progress {
  height: 2.5em;
}

/* line 41, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new .campaign-progress-label {
  text-shadow: 1px 1px 0 #a3298f;
  color: white;
  font-size: 150%;
  left: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 100%;
}

/* line 51, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new .campaign-progress-label a {
  color: inherit;
  display: block;
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new .campaign-progress-label .button {
  position: relative;
  top: -2px;
}

/* line 61, app/assets/stylesheets/partials/_campaign-progress.sass */
body.outfits-new.campaign-loaded .campaign-progress-wrapper {
  visibility: visible;
}

/* line 7, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #pet-not-found {
  display: none;
}

/* line 10, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new .announcement {
  border: 1px solid #060;
  padding: .5em;
  display: grid;
  grid-template-areas: "thumbnail content";
  grid-template-columns: auto 1fr;
  column-gap: .5em;
  margin-bottom: 1em;
}

/* line 19, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new .announcement p {
  font-family: system-ui, sans-serif;
  margin-bottom: .5em;
}

/* line 23, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new .announcement p:last-of-type {
  margin-bottom: 0;
}

/* line 26, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms {
  overflow: hidden;
  display: inline-block;
  background: #efe;
  border: 1px solid #060;
  padding: 1em;
  position: relative;
}

/* line 6, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new #outfit-forms {
  display: block;
}

/* line 30, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms h1 {
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms h2 {
  font-size: 150%;
  font-style: italic;
  text-indent: 1em;
}

/* line 37, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms #pet-preview {
  float: left;
  height: 300px;
  margin-right: 2em;
  position: relative;
  width: 300px;
}

/* line 43, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms #pet-preview img {
  height: 100%;
  width: 100%;
}

/* line 46, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms #pet-preview.loading img {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -o-opacity: 0.5;
  -khtml-opacity: 0.5;
}

/* line 48, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms #pet-preview.hidden img {
  display: none;
}

/* line 50, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms #pet-preview.loaded {
  cursor: pointer;
}

/* line 52, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms #pet-preview span {
  background: gray;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  padding: .25em .5em;
  position: absolute;
  right: 0;
}

/* line 60, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms #pet-preview span:empty {
  display: none;
}

/* line 62, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms fieldset {
  position: relative;
  left: 16px;
}

/* line 65, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms fieldset legend {
  margin-left: -16px;
}

/* line 67, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms .primary {
  margin-bottom: 2em;
  margin-top: 3em;
}

/* line 71, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms .primary input {
  font-size: 115%;
  padding: .5em;
  width: 10em;
}

/* line 75, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms .primary button {
  background: #ff5c00 url(/assets/alert-overlay-3611b792034529aab4586ee4c4351e1fb50471975828a1c50bf52ab4c92173ef.png) repeat-x;
  font-size: 125%;
  padding: 8px 14px 9px;
}

/* line 32, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new #outfit-forms .primary button:hover {
  background-color: #ee4b00;
}

/* line 77, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms .primary legend {
  font-size: 175%;
}

/* line 79, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #outfit-forms .primary select {
  font-size: 120%;
}

/* line 81, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin-top: 1em;
}

/* line 86, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections li {
  display: grid;
  grid-template-areas: "header image" "info image" "form form";
  grid-template-rows: auto auto auto;
  row-gap: .5em;
  padding: 0.5em;
}

/* line 92, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections li:not(:first-child) {
  border-left: 1px solid #060;
}

/* line 94, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections h3 {
  grid-area: header;
  margin-bottom: 0;
}

/* line 97, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections div {
  grid-area: info;
  color: #448844;
  font-size: 75%;
  margin-left: 1em;
  z-index: 2;
}

/* line 103, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections strong {
  font-size: 116%;
}

/* line 105, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections a:has(img) {
  grid-area: image;
}

/* line 107, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections img {
  opacity: 0.75;
  float: right;
  margin-left: .5em;
}

/* line 111, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections img:hover {
  opacity: 1;
}

/* line 113, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections p {
  line-height: 1.5;
  min-height: 4.5em;
  margin-bottom: 0;
}

/* line 117, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections form {
  grid-area: form;
  display: flex;
  align-items: center;
  gap: .5em;
  font-size: .85em;
  margin-left: 1em;
  margin-right: .5em;
}

/* line 126, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #sections form input[type=text], body.outfits-new #sections form input[type=search] {
  width: 100%;
}

/* line 133, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new {
  margin-bottom: 1em;
}

/* line 136, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new h3 {
  font-size: 125%;
  font-style: italic;
  margin-bottom: .5em;
}

/* line 141, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #modeling-neopets-users {
  float: right;
  font-size: 85%;
  margin-top: -5px;
  max-width: 55%;
  text-align: right;
}

/* line 148, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #modeling-neopets-users ul {
  display: inline;
}

/* line 151, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #modeling-neopets-users li, body.outfits-new #whats-new #modeling-neopets-users form {
  display: inline-block;
}

/* line 154, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #modeling-neopets-users li {
  border-radius: 6px;
  border: 1px solid #ada;
  line-height: 1;
  margin: 0 4px;
  padding: 2px 4px 2px 8px;
}

/* line 161, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #modeling-neopets-users li button {
  border-radius: 0;
  background: transparent;
  display: inline;
  padding: 0;
  color: inherit;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  border-bottom: 0;
  position: static;
  font-weight: normal;
  line-height: inherit;
  margin-left: 6px;
}

/* line 72, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new #whats-new #modeling-neopets-users li button:hover {
  background: transparent;
  color: inherit;
}

/* line 75, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new #whats-new #modeling-neopets-users li button:active {
  top: auto;
}

/* line 165, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items {
  clear: both;
  list-style: none;
}

/* line 169, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items > li {
  overflow: hidden;
  display: inline-block;
  margin: .5em 0;
}

/* line 6, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new #whats-new #newest-unmodeled-items > li {
  display: block;
}

/* line 173, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items a.header {
  background: #efe;
  border: 1px solid #060;
  border-left: 0;
  border-radius: 0 6px 6px 0;
  color: white;
  display: block;
  margin-left: 81px;
  padding: .5em 8px;
  position: relative;
  text-decoration: none;
  text-shadow: #040 1px 1px 2px;
}

/* line 186, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items a.header:hover, body.outfits-new #whats-new #newest-unmodeled-items .image-link:hover + a.header {
  text-decoration: underline;
}

/* line 189, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items h2 {
  font-family: system-ui, sans-serif;
  font-size: 120%;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* line 196, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .meter {
  background: #45a145;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 205, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .image-link {
  float: left;
}

/* line 207, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .image-link img {
  border: 1px solid #060;
  border-radius: 6px 0 6px 6px;
  height: 80px;
  width: 80px;
}

/* line 213, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies, body.outfits-new #whats-new #newest-unmodeled-items .models {
  margin-left: 82px;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 218, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies {
  font-size: 85%;
  padding-bottom: .5em;
  padding-top: .5em;
}

/* line 222, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies p {
  font-family: system-ui, sans-serif;
  margin-bottom: .5em;
}

/* line 225, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .missing-bodies .modeled {
  color: #448844;
  text-decoration: line-through;
}

/* line 229, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models {
  font-size: 85%;
}

/* line 232, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 2px;
}

/* line 237, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models button {
  border-radius: 0;
  background: transparent;
  display: inline;
  padding: 0;
  color: inherit;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  border-bottom: 0;
  position: static;
  font-weight: normal;
  line-height: inherit;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: #efe;
  border: 1px solid #060;
  padding-right: 8px;
  text-align: left;
}

/* line 72, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models button:hover {
  background: transparent;
  color: inherit;
}

/* line 75, app/assets/stylesheets/partials/clean/_mixins.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models button:active {
  top: auto;
}

/* line 246, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models button:active {
  position: relative;
  top: 1px;
}

/* line 250, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models img, body.outfits-new #whats-new #newest-unmodeled-items .models div {
  display: inline-block;
  vertical-align: top;
}

/* line 254, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models img {
  height: 40px;
  margin-right: 8px;
  width: 40px;
}

/* line 259, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models div {
  line-height: 1.25;
  padding-top: 10px;
}

/* line 263, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models .pet-name, body.outfits-new #whats-new #newest-unmodeled-items .models .message {
  display: block;
}

/* line 266, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-unmodeled-items .models .message {
  font-style: italic;
  font-size: 85%;
}

/* line 270, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-modeled-items {
  text-align: center;
}

/* line 273, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-modeled-items .object {
  margin: 2px;
  padding: 0;
  width: 80px;
}

/* line 278, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-modeled-items .object .name {
  display: none;
}

/* line 281, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-modeled-items .object img {
  margin: 0;
}

/* line 284, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #whats-new #newest-modeled-items .object .nc-icon {
  right: 0;
}

/* line 287, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #latest-contribution {
  border-color: #ada;
  border-style: solid;
  border-width: 1px 0;
  font-size: 85%;
  margin: 1em 0;
  padding: .5em 0;
  text-align: center;
}

/* line 290, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #latest-contribution #recent-contributions-link {
  font-weight: bold;
  margin-right: .5em;
}

/* line 294, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #latest-contribution #recent-contributions-link::after {
  content: ":";
}

/* line 297, app/assets/stylesheets/outfits/_new.sass */
body.outfits-new #latest-contribution #latest-contribution-created-at {
  color: #448844;
  margin-left: .5em;
}

/* line 5, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form {
  text-align: center;
  margin-top: 12px;
  padding-top: 12px;
}

/* line 10, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form textarea {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #cec;
  color: #448844;
  padding: .25em;
  display: inline;
  font: inherit;
  height: 1.5em;
  overflow: hidden;
  resize: none;
}

/* line 20, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form textarea:focus, body.pets-bulk #bulk-pets-form textarea:active {
  color: inherit;
}

/* line 28, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form ul {
  list-style: none;
  margin-top: 1em;
}

/* line 31, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form ul li {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *vertical-align: auto;
  background: #eee;
  margin: 0 auto;
  min-width: 25%;
  text-align: left;
}

/* line 37, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form ul li .waiting-message, body.pets-bulk #bulk-pets-form ul li .loading-message, body.pets-bulk #bulk-pets-form ul li .response {
  display: none;
  font-size: 75%;
  font-style: italic;
  margin-left: 75px;
}

/* line 43, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form ul li.waiting .waiting-message, body.pets-bulk #bulk-pets-form ul li.loading .loading-message, body.pets-bulk #bulk-pets-form ul li.loaded .response, body.pets-bulk #bulk-pets-form ul li.failed .response {
  display: block;
}

/* line 45, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form ul li.loaded {
  background: #e6efc2;
}

/* line 47, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form ul li.failed {
  background: #fbe3e4;
}

/* line 49, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk #bulk-pets-form ul img {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 1em;
  vertical-align: middle;
}

/* line 57, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk.js .noscript {
  display: none;
}

/* line 59, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk.js .script-only {
  display: block;
}

/* line 62, app/assets/stylesheets/pets/_bulk.sass */
body.pets-bulk .script-only {
  display: none;
}

/* line 3, app/assets/stylesheets/users/_top_contributors.sass */
body.users-top_contributors {
  text-align: center;
}

/* line 6, app/assets/stylesheets/users/_top_contributors.sass */
body.users-top_contributors #top-contributors {
  border-spacing: 0;
  border-width: 1px 1px 0 0;
  margin: 1em auto;
}

/* line 11, app/assets/stylesheets/users/_top_contributors.sass */
body.users-top_contributors #top-contributors, body.users-top_contributors #top-contributors td, body.users-top_contributors #top-contributors th {
  border-color: #040;
  border-style: solid;
}

/* line 15, app/assets/stylesheets/users/_top_contributors.sass */
body.users-top_contributors #top-contributors td, body.users-top_contributors #top-contributors th {
  border-width: 0 0 1px 1px;
  padding: .5em 1em;
}
