
.autocomplete-w1 { background:url(/assets/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
/* AutoSuggest CSS - Version 1.2 */

#cell_number .as-close {
  display: none;
}

ul.as-selections {
	list-style-type: none;
	border-top: 1px solid #888;
	border-bottom: 1px solid #b6b6b6;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 4px 0 4px 4px;
	margin: 0;
	overflow: auto;
	background-color: #fff;
	box-shadow:inset 0 1px 2px #888;
	-webkit-box-shadow:inset 0 1px 2px #888;
	-moz-box-shadow:inset 0 1px 2px #888;
}

#cell_number ul.as-selections {
  height: 25px;
  margin-top: 7px;
  width: 150px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
  overflow: hidden;
  padding: 0;
  padding-top: 1px;
  padding-left: 1px;
}
#cell_number ul.as-selections input {
  margin: 0;
  padding: 0;
}
#cell_number ul.as-selections li.as-selection-item {
  padding-top: 0;
  padding-bottom: 0;
}

ul.as-selections.loading {
	background-color: #fff;
}

ul.as-selections li {
	float: left;
	margin: 1px 4px 1px 0;
}

ul.as-selections li.as-selection-item {
	color: #2b3840;
	font-size: 13px;
	font-family: "Lucida Grande", arial, sans-serif;
	text-shadow: 0 1px 1px #fff;
	background-color: #ddeefe;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
	border: 1px solid #acc3ec;
	border-top-color: #c0d9e9;
	padding: 2px 7px 2px 10px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	box-shadow: 0 1px 1px #e4edf2;
	-webkit-box-shadow: 0 1px 1px #e4edf2;
	-moz-box-shadow: 0 1px 1px #e4edf2;
}

ul.as-selections li.as-selection-item:last-child {
	margin-left: 30px;
}

ul.as-selections li.as-selection-item a.as-close {
	float: right;
	margin: 1px 0 0 7px;
	padding: 0 2px;
	cursor: pointer;
	color: #5491be;
	font-family: "Helvetica", helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	-webkit-transition: color .1s ease-in;
}

ul.as-selections li.as-selection-item.blur {
	color: #666666;
	background-color: #f4f4f4;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
	border-color: #bbb;
	border-top-color: #ccc;
	box-shadow: 0 1px 1px #e9e9e9;
	-webkit-box-shadow: 0 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 1px #e9e9e9;
}

ul.as-selections li.as-selection-item.blur a.as-close {
	color: #999;
}

ul.as-selections li:hover.as-selection-item {
	color: #2b3840;
	background-color: #bbd4f1;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
	border-color: #6da0e0;
	border-top-color: #8bb7ed;
}

ul.as-selections li:hover.as-selection-item a.as-close {
	color: #4d70b0;
}

ul.as-selections li.as-selection-item.selected {
	border-color: #1f30e4;
}

ul.as-selections li.as-selection-item a:hover.as-close {
	color: #1b3c65;
}

ul.as-selections li.as-selection-item a:active.as-close {
	color: #4d70b0;
}

ul.as-selections li.as-original {
	margin-left: 0;
}

ul.as-selections li.as-original input {
	border: none;
	outline: none;
	font-size: 13px;
	width: 120px;
	height: 18px;
	padding-top: 3px;
}

ul.as-list {
	position: absolute;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: "Lucida Grande", arial, sans-serif;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	z-index: 2;
	box-shadow: 0 2px 12px #222;
	-webkit-box-shadow: 0 2px 12px #222;
	-moz-box-shadow: 0 2px 12px #222;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

li.as-result-item, li.as-message {
	margin: 0 0 0 0;
	background-color: transparent;
	border: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

li:first-child.as-result-item {
	margin: 0;
}

li.as-message {
	margin: 0;
	cursor: default;
}

li.as-result-item.active {
	background-color: #3668d9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
	border-color: #3342e8;
	color: #fff;
	text-shadow: 0 1px 2px #122042;
}

li.as-result-item em {
	font-style: normal;
	background: #444;
	padding: 0 2px;
	color: #fff;
}

li.as-result-item.active em {
	background: #253f7a;
	color: #fff;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	ul.as-selections {
		border-top-width: 1px;
	}
	ul.as-selections li.as-selection-item {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-top: -1px;
	}
	ul.as-selections li.as-original input {
		height: 19px;
	}
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	ul.as-list {
		border: 1px solid #888;
	}
	ul.as-selections li.as-selection-item a.as-close {
		margin-left: 4px;
		margin-top: 0;
	}
}

/* IE Hacks  */
ul.as-list {
	border: 1px solid #888\9;
}
ul.as-selections li.as-selection-item a.as-close {
	margin-left: 4px\9;
	margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
ul.as-list,  x:-moz-any-link, x:default {
	border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
	border: none;
}
/* @group Base */

.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('chosen-sprite.png') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
  background: #fff url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url(chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div {
  left: 0; right: auto;
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('chosen-sprite.png') no-repeat -38px -20px, #ffffff;
  background: url('chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */
/* line 17, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}
/* line 103, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* line 33, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body {
    line-height: 1.5;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    color: #333333;
    font-size: 75%;
}

/* line 51, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #222222;
}
/* line 52, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

/* line 53, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.50em;
}

/* line 54, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1.00em;
}

/* line 56, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

/* line 57, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.50em;
}

/* line 58, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h6 {
    font-size: 1em;
    font-weight: bold;
}

/* line 59, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
p {
    margin: 0 0 1.5em;
}
/* line 60, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
p .left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
/* line 61, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
p .right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}

/* line 62, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
a {
    text-decoration: underline;
    color: #999999;
}
/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
    color: #999999;
}
/* line 21, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
    color: #2b2b2b;
}
/* line 24, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
    color: #2b2b2b;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
    color: #2b2b2b;
}

/* line 63, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
blockquote {
    margin: 1.5em;
    color: #666666;
    font-style: italic;
}

/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
strong, dfn {
    font-weight: bold;
}

/* line 65, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
em, dfn {
    font-style: italic;
}

/* line 66, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
sup, sub {
    line-height: 0;
}

/* line 67, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
abbr, acronym {
    border-bottom: 1px dotted #666666;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
address {
    margin: 0 0 1.5em;
    font-style: italic;
}

/* line 69, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
del {
    color: #666666;
}

/* line 70, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
pre {
    margin: 1.5em 0;
    white-space: pre;
}

/* line 71, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
pre, code, tt {
    font: 1em Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    line-height: 1.5;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
li ul, li ol {
    margin: 0;
}

/* line 73, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

/* line 74, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
ul {
    list-style-type: disc;
}

/* line 75, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
ol {
    list-style-type: decimal;
}

/* line 76, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
dl {
    margin: 0 0 1.5em 0;
}
/* line 77, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
dl dt {
    font-weight: bold;
}

/* line 78, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
dd {
    margin-left: 1.5em;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
table {
    margin-bottom: 1.4em;
    width: 100%;
}

/* line 80, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
th {
    font-weight: bold;
}

/* line 81, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
thead th {
    background: #c3d9ff;
}

/* line 82, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
th, td, caption {
    padding: 4px 10px 4px 5px;
}

/* line 85, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
table.striped tr:nth-child(even) td,
table tr.even td {
    background: #e5ecf9;
}

/* line 86, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
tfoot {
    font-style: italic;
}

/* line 87, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
caption {
    background: #eeeeee;
}

/* line 88, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
.quiet {
    color: #666666;
}

/* line 89, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
.loud {
    color: #111111;
}

/* line 9, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.clear {
    clear: both;
}

/* line 12, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.nowrap {
    white-space: nowrap;
}

/* line 16, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.clearfix {
    overflow: hidden;
    *zoom: 1;
}

/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.small {
    font-size: 0.8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

/* line 22, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

/* line 26, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.first {
    margin-left: 0;
    padding-left: 0;
}

/* line 29, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.last {
    margin-right: 0;
    padding-right: 0;
}

/* line 32, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.top {
    margin-top: 0;
    padding-top: 0;
}

/* line 35, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* line 46, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.container {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
}

/* line 48, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
    display: inline;
    float: left;
    margin-right: 10px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * html .span-6, * html .span-7, * html .span-8, * html .span-9, * html .span-10, * html .span-11, * html .span-12, * html .span-13, * html .span-14, * html .span-15, * html .span-16, * html .span-17, * html .span-18, * html .span-19, * html .span-20, * html .span-21, * html .span-22, * html .span-23, * html .span-24 {
    overflow-x: hidden;
}

/* line 51, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.last {
    margin-right: 0;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-1 {
    width: 30px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-2 {
    width: 70px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-3 {
    width: 110px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-4 {
    width: 150px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-5 {
    width: 190px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-6 {
    width: 230px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-7 {
    width: 270px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-8 {
    width: 310px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-9 {
    width: 350px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-10 {
    width: 390px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-11 {
    width: 430px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-12 {
    width: 470px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-13 {
    width: 510px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-14 {
    width: 550px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-15 {
    width: 590px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-16 {
    width: 630px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-17 {
    width: 670px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-18 {
    width: 710px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-19 {
    width: 750px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-20 {
    width: 790px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-21 {
    width: 830px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-22 {
    width: 870px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-23 {
    width: 910px;
}

/* line 58, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-24 {
    width: 950px;
    margin: 0;
}

/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-1, textarea.span-1, select.span-1 {
    width: 30px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-2, textarea.span-2, select.span-2 {
    width: 70px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-3, textarea.span-3, select.span-3 {
    width: 110px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-4, textarea.span-4, select.span-4 {
    width: 150px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-5, textarea.span-5, select.span-5 {
    width: 190px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-6, textarea.span-6, select.span-6 {
    width: 230px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-7, textarea.span-7, select.span-7 {
    width: 270px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-8, textarea.span-8, select.span-8 {
    width: 310px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-9, textarea.span-9, select.span-9 {
    width: 350px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-10, textarea.span-10, select.span-10 {
    width: 390px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-11, textarea.span-11, select.span-11 {
    width: 430px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-12, textarea.span-12, select.span-12 {
    width: 470px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-13, textarea.span-13, select.span-13 {
    width: 510px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-14, textarea.span-14, select.span-14 {
    width: 550px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-15, textarea.span-15, select.span-15 {
    width: 590px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-16, textarea.span-16, select.span-16 {
    width: 630px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-17, textarea.span-17, select.span-17 {
    width: 670px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-18, textarea.span-18, select.span-18 {
    width: 710px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-19, textarea.span-19, select.span-19 {
    width: 750px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-20, textarea.span-20, select.span-20 {
    width: 790px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-21, textarea.span-21, select.span-21 {
    width: 830px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-22, textarea.span-22, select.span-22 {
    width: 870px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-23, textarea.span-23, select.span-23 {
    width: 910px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-24, textarea.span-24, select.span-24 {
    width: 950px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-1 {
    padding-right: 40px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-2 {
    padding-right: 80px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-3 {
    padding-right: 120px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-4 {
    padding-right: 160px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-5 {
    padding-right: 200px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-6 {
    padding-right: 240px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-7 {
    padding-right: 280px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-8 {
    padding-right: 320px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-9 {
    padding-right: 360px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-10 {
    padding-right: 400px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-11 {
    padding-right: 440px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-12 {
    padding-right: 480px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-13 {
    padding-right: 520px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-14 {
    padding-right: 560px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-15 {
    padding-right: 600px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-16 {
    padding-right: 640px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-17 {
    padding-right: 680px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-18 {
    padding-right: 720px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-19 {
    padding-right: 760px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-20 {
    padding-right: 800px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-21 {
    padding-right: 840px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-22 {
    padding-right: 880px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-23 {
    padding-right: 920px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-1 {
    padding-left: 40px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-2 {
    padding-left: 80px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-3 {
    padding-left: 120px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-4 {
    padding-left: 160px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-5 {
    padding-left: 200px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-6 {
    padding-left: 240px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-7 {
    padding-left: 280px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-8 {
    padding-left: 320px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-9 {
    padding-left: 360px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-10 {
    padding-left: 400px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-11 {
    padding-left: 440px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-12 {
    padding-left: 480px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-13 {
    padding-left: 520px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-14 {
    padding-left: 560px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-15 {
    padding-left: 600px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-16 {
    padding-left: 640px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-17 {
    padding-left: 680px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-18 {
    padding-left: 720px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-19 {
    padding-left: 760px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-20 {
    padding-left: 800px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-21 {
    padding-left: 840px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-22 {
    padding-left: 880px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-23 {
    padding-left: 920px;
}

/* line 76, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
    display: inline;
    float: left;
    position: relative;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-1 {
    margin-left: -40px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-2 {
    margin-left: -80px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-3 {
    margin-left: -120px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-4 {
    margin-left: -160px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-5 {
    margin-left: -200px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-6 {
    margin-left: -240px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-7 {
    margin-left: -280px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-8 {
    margin-left: -320px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-9 {
    margin-left: -360px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-10 {
    margin-left: -400px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-11 {
    margin-left: -440px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-12 {
    margin-left: -480px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-13 {
    margin-left: -520px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-14 {
    margin-left: -560px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-15 {
    margin-left: -600px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-16 {
    margin-left: -640px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-17 {
    margin-left: -680px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-18 {
    margin-left: -720px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-19 {
    margin-left: -760px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-20 {
    margin-left: -800px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-21 {
    margin-left: -840px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-22 {
    margin-left: -880px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-23 {
    margin-left: -920px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-24 {
    margin-left: -960px;
}

/* line 81, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
    display: inline;
    float: left;
    position: relative;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-1 {
    margin: 0 -40px 1.5em 40px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-2 {
    margin: 0 -80px 1.5em 80px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-3 {
    margin: 0 -120px 1.5em 120px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-4 {
    margin: 0 -160px 1.5em 160px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-5 {
    margin: 0 -200px 1.5em 200px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-6 {
    margin: 0 -240px 1.5em 240px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-7 {
    margin: 0 -280px 1.5em 280px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-8 {
    margin: 0 -320px 1.5em 320px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-9 {
    margin: 0 -360px 1.5em 360px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-10 {
    margin: 0 -400px 1.5em 400px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-11 {
    margin: 0 -440px 1.5em 440px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-12 {
    margin: 0 -480px 1.5em 480px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-13 {
    margin: 0 -520px 1.5em 520px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-14 {
    margin: 0 -560px 1.5em 560px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-15 {
    margin: 0 -600px 1.5em 600px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-16 {
    margin: 0 -640px 1.5em 640px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-17 {
    margin: 0 -680px 1.5em 680px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-18 {
    margin: 0 -720px 1.5em 720px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-19 {
    margin: 0 -760px 1.5em 760px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-20 {
    margin: 0 -800px 1.5em 800px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-21 {
    margin: 0 -840px 1.5em 840px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-22 {
    margin: 0 -880px 1.5em 880px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-23 {
    margin: 0 -920px 1.5em 920px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-24 {
    margin: 0 -960px 1.5em 960px;
}

/* line 86, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-top {
    margin-top: 1.5em;
}

/* line 88, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-bottom {
    margin-bottom: 1.5em;
}

/* line 25, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_debug.scss */
.showgrid {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(5%, rgba(0, 0, 0, 0.5)), color-stop(5%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0% 50%, 960 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(100, 100, 225, 0.25)), color-stop(3.125%, rgba(100, 100, 225, 0.25)), color-stop(3.125%, rgba(0, 0, 0, 0)), color-stop(4.16667%, rgba(0, 0, 0, 0)), color-stop(4.16667%, rgba(100, 100, 225, 0.25)), color-stop(7.29167%, rgba(100, 100, 225, 0.25)), color-stop(7.29167%, rgba(0, 0, 0, 0)), color-stop(8.33333%, rgba(0, 0, 0, 0)), color-stop(8.33333%, rgba(100, 100, 225, 0.25)), color-stop(11.45833%, rgba(100, 100, 225, 0.25)), color-stop(11.45833%, rgba(0, 0, 0, 0)), color-stop(12.5%, rgba(0, 0, 0, 0)), color-stop(12.5%, rgba(100, 100, 225, 0.25)), color-stop(15.625%, rgba(100, 100, 225, 0.25)), color-stop(15.625%, rgba(0, 0, 0, 0)), color-stop(16.66667%, rgba(0, 0, 0, 0)), color-stop(16.66667%, rgba(100, 100, 225, 0.25)), color-stop(19.79167%, rgba(100, 100, 225, 0.25)), color-stop(19.79167%, rgba(0, 0, 0, 0)), color-stop(20.83333%, rgba(0, 0, 0, 0)), color-stop(20.83333%, rgba(100, 100, 225, 0.25)), color-stop(23.95833%, rgba(100, 100, 225, 0.25)), color-stop(23.95833%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(100, 100, 225, 0.25)), color-stop(28.125%, rgba(100, 100, 225, 0.25)), color-stop(28.125%, rgba(0, 0, 0, 0)), color-stop(29.16667%, rgba(0, 0, 0, 0)), color-stop(29.16667%, rgba(100, 100, 225, 0.25)), color-stop(32.29167%, rgba(100, 100, 225, 0.25)), color-stop(32.29167%, rgba(0, 0, 0, 0)), color-stop(33.33333%, rgba(0, 0, 0, 0)), color-stop(33.33333%, rgba(100, 100, 225, 0.25)), color-stop(36.45833%, rgba(100, 100, 225, 0.25)), color-stop(36.45833%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgba(100, 100, 225, 0.25)), color-stop(40.625%, rgba(100, 100, 225, 0.25)), color-stop(40.625%, rgba(0, 0, 0, 0)), color-stop(41.66667%, rgba(0, 0, 0, 0)), color-stop(41.66667%, rgba(100, 100, 225, 0.25)), color-stop(44.79167%, rgba(100, 100, 225, 0.25)), color-stop(44.79167%, rgba(0, 0, 0, 0)), color-stop(45.83333%, rgba(0, 0, 0, 0)), color-stop(45.83333%, rgba(100, 100, 225, 0.25)), color-stop(48.95833%, rgba(100, 100, 225, 0.25)), color-stop(48.95833%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(100, 100, 225, 0.25)), color-stop(53.125%, rgba(100, 100, 225, 0.25)), color-stop(53.125%, rgba(0, 0, 0, 0)), color-stop(54.16667%, rgba(0, 0, 0, 0)), color-stop(54.16667%, rgba(100, 100, 225, 0.25)), color-stop(57.29167%, rgba(100, 100, 225, 0.25)), color-stop(57.29167%, rgba(0, 0, 0, 0)), color-stop(58.33333%, rgba(0, 0, 0, 0)), color-stop(58.33333%, rgba(100, 100, 225, 0.25)), color-stop(61.45833%, rgba(100, 100, 225, 0.25)), color-stop(61.45833%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgba(100, 100, 225, 0.25)), color-stop(65.625%, rgba(100, 100, 225, 0.25)), color-stop(65.625%, rgba(0, 0, 0, 0)), color-stop(66.66667%, rgba(0, 0, 0, 0)), color-stop(66.66667%, rgba(100, 100, 225, 0.25)), color-stop(69.79167%, rgba(100, 100, 225, 0.25)), color-stop(69.79167%, rgba(0, 0, 0, 0)), color-stop(70.83333%, rgba(0, 0, 0, 0)), color-stop(70.83333%, rgba(100, 100, 225, 0.25)), color-stop(73.95833%, rgba(100, 100, 225, 0.25)), color-stop(73.95833%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(100, 100, 225, 0.25)), color-stop(78.125%, rgba(100, 100, 225, 0.25)), color-stop(78.125%, rgba(0, 0, 0, 0)), color-stop(79.16667%, rgba(0, 0, 0, 0)), color-stop(79.16667%, rgba(100, 100, 225, 0.25)), color-stop(82.29167%, rgba(100, 100, 225, 0.25)), color-stop(82.29167%, rgba(0, 0, 0, 0)), color-stop(83.33333%, rgba(0, 0, 0, 0)), color-stop(83.33333%, rgba(100, 100, 225, 0.25)), color-stop(86.45833%, rgba(100, 100, 225, 0.25)), color-stop(86.45833%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgba(100, 100, 225, 0.25)), color-stop(90.625%, rgba(100, 100, 225, 0.25)), color-stop(90.625%, rgba(0, 0, 0, 0)), color-stop(91.66667%, rgba(0, 0, 0, 0)), color-stop(91.66667%, rgba(100, 100, 225, 0.25)), color-stop(94.79167%, rgba(100, 100, 225, 0.25)), color-stop(94.79167%, rgba(0, 0, 0, 0)), color-stop(95.83333%, rgba(0, 0, 0, 0)), color-stop(95.83333%, rgba(100, 100, 225, 0.25)), color-stop(98.95833%, rgba(100, 100, 225, 0.25)), color-stop(98.95833%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -o-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    -webkit-background-size: 100% 18px, auto;
    -moz-background-size: 100% 18px, auto;
    -o-background-size: 100% 18px, auto;
    background-size: 100% 18px, auto;
    background-position: left top;
}

/* line 4, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.feedback, .error, .alert, .notice, .success, .info {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
}

/* line 5, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.error, .alert {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.error a, .alert a {
    color: #8a1f11;
}

/* line 7, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.notice a {
    color: #514721;
}

/* line 8, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}
/* line 45, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.success a {
    color: #264409;
}

/* line 9, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}
/* line 54, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.info a {
    color: #205791;
}

/* line 10, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.hide {
    display: none;
}

/* line 11, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.highlight {
    background: yellow;
}

/* line 12, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.added {
    background: #006600;
    color: white;
}

/* line 13, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.removed {
    background: #990000;
    color: white;
}

/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
label {
    font-weight: bold;
}

/* line 19, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
}

/* line 20, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
legend {
    font-weight: bold;
    font-size: 1.2em;
}

/* line 26, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text, input.title, input[type=email], input[type=text], input[type=password] {
    margin: 0.5em 0;
    background-color: white;
    padding: 5px;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.title {
    font-size: 1.5em;
}

/* line 29, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
textarea {
    margin: 0.5em 0;
    padding: 5px;
}

/* line 30, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
select {
    margin: 0.5em 0;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
fieldset {
    border: 1px solid #cccccc;
}

/* line 58, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text, input.title, input[type=email], input[type=text], input[type=password],
textarea {
    background-color: #fff;
    border: 1px solid #bbbbbb;
}
/* line 61, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text:focus, input.title:focus, input[type=email]:focus, input[type=text]:focus, input[type=password]:focus,
textarea:focus {
    border-color: #666666;
}

/* line 65, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
select {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}

/* line 44, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text, input.title, input[type=email], input[type=text], input[type=password] {
    width: 300px;
}

/* line 46, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
textarea {
    width: 390px;
    height: 250px;
}

/* line 17, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
    list-style: none;
}

/* line 26, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
    quotes: none;
}
/* line 103, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

/* line 32, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

/* incase an inverted custom gradient isn't specified */
/* line 177, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.fancy-button-reset-base-class, .button, button, form.formtastic input.button {
    font-family: "Lucida Grande", Lucida, Arial, sans-serif;
    background: url('/assets/button_bg.png?1370491864') repeat-x bottom left;
    margin: 0;
    width: auto;
    overflow: visible;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border-style: solid;
    font-weight: bold;
}
/* line 165, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.fancy-button-reset-base-class::-moz-focus-inner, .button::-moz-focus-inner, button::-moz-focus-inner, form.formtastic input.button::-moz-focus-inner {
    border: none;
    padding: 0;
}
/* line 168, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.fancy-button-reset-base-class:focus, .button:focus, button:focus, form.formtastic input.button:focus {
    outline: none;
}

/* line 1, ../../../app/stylesheets/_forms.sass */
.text-placeholder {
    color: black;
}

/* line 4, ../../../app/stylesheets/_forms.sass */
form.formtastic {
    /* clearfixing the fieldsets */
}
/* line 5, ../../../app/stylesheets/_forms.sass */
form.formtastic, form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p {
    margin: 0;
    padding: 0;
}
/* line 8, ../../../app/stylesheets/_forms.sass */
form.formtastic input, form.formtastic select {
    padding: 5px;
}
/* line 10, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset {
    border: 0;
}
/* line 12, ../../../app/stylesheets/_forms.sass */
form.formtastic em, form.formtastic strong {
    font-style: normal;
    font-weight: normal;
}
/* line 15, ../../../app/stylesheets/_forms.sass */
form.formtastic ol, form.formtastic ul {
    list-style: none;
}
/* line 17, ../../../app/stylesheets/_forms.sass */
form.formtastic abbr, form.formtastic acronym {
    border: 0;
    font-variant: normal;
}
/* line 20, ../../../app/stylesheets/_forms.sass */
form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/* line 24, ../../../app/stylesheets/_forms.sass */
form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-size: 100%;
}
/* line 26, ../../../app/stylesheets/_forms.sass */
form.formtastic legend {
    white-space: normal;
    color: black;
    float: left;
}
/* line 31, ../../../app/stylesheets/_forms.sass */
form.formtastic ul.errors {
    color: #cc0000;
    margin: 0.5em 0 1.5em 0;
    list-style: square;
}
/* line 35, ../../../app/stylesheets/_forms.sass */
form.formtastic ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
}
/* line 41, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset.buttons li {
    float: left;
    padding-right: 0.5em;
}
/* line 46, ../../../app/stylesheets/_forms.sass */
form.formtastic .email input, form.formtastic .email textarea, form.formtastic .string input, form.formtastic .string textarea, form.formtastic .password input, form.formtastic .password textarea {
    padding: 5px;
}
/* line 51, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset {
    display: inline-block;
}
/* line 53, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* line 60, ../../../app/stylesheets/_forms.sass */
html[xmlns] form.formtastic fieldset {
    display: block;
}

/* line 62, ../../../app/stylesheets/_forms.sass */
* html form.formtastic fieldset {
    height: 1%;
}

/* clearfixing the li's */
/* line 67, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset > ol > li {
    margin-bottom: 1.5em;
    display: inline-block;
}
/* line 70, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset > ol > li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* line 77, ../../../app/stylesheets/_forms.sass */
html[xmlns] form.formtastic fieldset > ol > li {
    display: block;
    float: left;
}

/* line 80, ../../../app/stylesheets/_forms.sass */
* html form.formtastic fieldset > ol > li {
    height: 1%;
}

/* line 84, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset > ol > li label {
    display: block;
    padding-top: 0.2em;
}
/* line 87, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset > ol > li > li label {
    line-height: 100%;
    padding-top: 0;
}
/* line 90, ../../../app/stylesheets/_forms.sass */
form.formtastic fieldset > ol > li > li label input {
    line-height: 100%;
}

/* line 93, ../../../app/stylesheets/_forms.sass */
.text-placeholder {
    color: #aaaaaa !important;
}

/* line 97, ../../../app/stylesheets/_forms.sass */
table td {
    vertical-align: top;
}
/* line 99, ../../../app/stylesheets/_forms.sass */
table ul {
    padding: 0;
    margin: 0;
}
/* line 102, ../../../app/stylesheets/_forms.sass */
table li {
    list-style: none;
}
/* line 104, ../../../app/stylesheets/_forms.sass */
table label {
    display: block;
}
/* line 106, ../../../app/stylesheets/_forms.sass */
table.fc-header {
    border: 0;
}

/* line 109, ../../../app/stylesheets/_forms.sass */
form input.error, form input.alert, input.error, input.alert {
    background-color: #ffdddd !important;
}

/* line 112, ../../../app/stylesheets/_forms.sass */
#user_cc_month_input, #user_cc_year_input, #user_addr_zip_input, #user_addr_country_input {
    display: inline;
    float: left;
}

/* line 115, ../../../app/stylesheets/_forms.sass */
#user_addr_zip_input, #user_cc_month_input {
    margin-right: 2em;
}

/* line 117, ../../../app/stylesheets/_forms.sass */
#user_cc_verification_value {
    width: 40px;
}

/* line 119, ../../../app/stylesheets/_forms.sass */
#user_addr_zip {
    width: 70px;
}

/* line 121, ../../../app/stylesheets/_forms.sass */
#user_cc_brand_input {
    width: 100%;
}

/* line 11, ../../../app/stylesheets/_buttons.sass */
.button, button, form.formtastic input.button {
    font-size: 18px;
    line-height: 1.2em;
    padding: 0.3em 1em;
    border-width: 1px;
    background-color: #444444;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #989898), color-stop(10%, #6a6a6a), color-stop(50%, #3c3c3c), color-stop(50%, #353535), color-stop(100%, #4e4e4e));
    background-image: -webkit-linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
    background-image: -moz-linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
    background-image: -o-linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
    background-image: linear-gradient(#989898, #6a6a6a 10%, #3c3c3c 50%, #353535 50%, #4e4e4e);
    border-color: #1e1e1e;
    text-shadow: #040404 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.26667) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.26667) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.26667) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    margin: 0 2px;
    padding: 5px 18px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button, .button:visited, button, button:visited, form.formtastic input.button, form.formtastic input.button:visited {
    color: white;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button:hover, .button:focus, button:hover, button:focus, form.formtastic input.button:hover, form.formtastic input.button:focus {
    background-color: #3c3c3c;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #919191), color-stop(10%, #636363), color-stop(50%, #353535), color-stop(50%, #2d2d2d), color-stop(100%, #474747));
    background-image: -webkit-linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
    background-image: -moz-linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
    background-image: -o-linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
    background-image: linear-gradient(#919191, #636363 10%, #353535 50%, #2d2d2d 50%, #474747);
    border-color: #161616;
    text-shadow: black 0px 1px 1px;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button:hover, .button:hover:visited, .button:focus, .button:focus:visited, button:hover, button:hover:visited, button:focus, button:focus:visited, form.formtastic input.button:hover, form.formtastic input.button:hover:visited, form.formtastic input.button:focus, form.formtastic input.button:focus:visited {
    color: white;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button:active, button:active, form.formtastic input.button:active {
    background-color: #353535;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #353535), color-stop(30%, #3a3a3a), color-stop(50%, #303030), color-stop(50%, #282828), color-stop(100%, #494949));
    background-image: -webkit-linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
    background-image: -moz-linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
    background-image: -o-linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
    background-image: linear-gradient(#353535, #3a3a3a 30%, #303030 50%, #282828 50%, #494949);
    border-color: #0e0e0e;
    text-shadow: black 0px -1px -1px;
    -webkit-box-shadow: #1e1e1e 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #1e1e1e 0 0.08em 0.2em 1px inset;
    box-shadow: #1e1e1e 0 0.08em 0.2em 1px inset;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button:active, .button:active:visited, button:active, button:active:visited, form.formtastic input.button:active, form.formtastic input.button:active:visited {
    color: white;
}
/* line 19, ../../../app/stylesheets/_buttons.sass */
.button.light, button.light, form.formtastic input.button.light {
    background-color: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cecece));
    background-image: -webkit-linear-gradient(#ffffff, #cecece);
    background-image: -moz-linear-gradient(#ffffff, #cecece);
    background-image: -o-linear-gradient(#ffffff, #cecece);
    background-image: linear-gradient(#ffffff, #cecece);
    border-color: #b7b7b7;
    text-shadow: white 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.86667) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.86667) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.86667) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/* line 120, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.light, .button.light:visited, button.light, button.light:visited, form.formtastic input.button.light, form.formtastic input.button.light:visited {
    color: #222222;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.light:hover, .button.light:focus, button.light:hover, button.light:focus, form.formtastic input.button.light:hover, form.formtastic input.button.light:focus {
    background-color: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #c6c6c6));
    background-image: -webkit-linear-gradient(#fcfcfc, #c6c6c6);
    background-image: -moz-linear-gradient(#fcfcfc, #c6c6c6);
    background-image: -o-linear-gradient(#fcfcfc, #c6c6c6);
    background-image: linear-gradient(#fcfcfc, #c6c6c6);
    border-color: #afafaf;
    text-shadow: white 0px 1px 1px;
}
/* line 120, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.light:hover, .button.light:hover:visited, .button.light:focus, .button.light:focus:visited, button.light:hover, button.light:hover:visited, button.light:focus, button.light:focus:visited, form.formtastic input.button.light:hover, form.formtastic input.button.light:hover:visited, form.formtastic input.button.light:focus, form.formtastic input.button.light:focus:visited {
    color: #222222;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.light:active, button.light:active, form.formtastic input.button.light:active {
    background-color: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cbcbcb), color-stop(40%, #d3d3d3), color-stop(85%, #d3d3d3), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(#cbcbcb, #d3d3d3 40%, #d3d3d3 85%, #e5e5e5);
    background-image: -moz-linear-gradient(#cbcbcb, #d3d3d3 40%, #d3d3d3 85%, #e5e5e5);
    background-image: -o-linear-gradient(#cbcbcb, #d3d3d3 40%, #d3d3d3 85%, #e5e5e5);
    background-image: linear-gradient(#cbcbcb, #d3d3d3 40%, #d3d3d3 85%, #e5e5e5);
    border-color: #a7a7a7;
    text-shadow: white 0px -1px -1px;
    -webkit-box-shadow: #b7b7b7 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #b7b7b7 0 0.08em 0.2em 1px inset;
    box-shadow: #b7b7b7 0 0.08em 0.2em 1px inset;
}
/* line 120, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.light:active, .button.light:active:visited, button.light:active, button.light:active:visited, form.formtastic input.button.light:active, form.formtastic input.button.light:active:visited {
    color: #222222;
}
/* line 21, ../../../app/stylesheets/_buttons.sass */
.button.orange, button.orange, form.formtastic input.button.orange {
    background-color: #ff8f08;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8b15b), color-stop(100%, #df7e09));
    background-image: -webkit-linear-gradient(#f8b15b, #df7e09);
    background-image: -moz-linear-gradient(#f8b15b, #df7e09);
    background-image: -o-linear-gradient(#f8b15b, #df7e09);
    background-image: linear-gradient(#f8b15b, #df7e09);
    border-color: #b36508;
    text-shadow: #884a00 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.51569) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.51569) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.51569) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.orange, .button.orange:visited, button.orange, button.orange:visited, form.formtastic input.button.orange, form.formtastic input.button.orange:visited {
    color: white;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.orange:hover, .button.orange:focus, button.orange:hover, button.orange:focus, form.formtastic input.button.orange:hover, form.formtastic input.button.orange:focus {
    background-color: #f88700;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7aa4d), color-stop(100%, #d07609));
    background-image: -webkit-linear-gradient(#f7aa4d, #d07609);
    background-image: -moz-linear-gradient(#f7aa4d, #d07609);
    background-image: -o-linear-gradient(#f7aa4d, #d07609);
    background-image: linear-gradient(#f7aa4d, #d07609);
    border-color: #a45d07;
    text-shadow: #784200 0px 1px 1px;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.orange:hover, .button.orange:hover:visited, .button.orange:focus, .button.orange:focus:visited, button.orange:hover, button.orange:hover:visited, button.orange:focus, button.orange:focus:visited, form.formtastic input.button.orange:hover, form.formtastic input.button.orange:hover:visited, form.formtastic input.button.orange:focus, form.formtastic input.button.orange:focus:visited {
    color: white;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.orange:active, button.orange:active, form.formtastic input.button.orange:active {
    background-color: #e87f00;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da7b09), color-stop(40%, #e9840a), color-stop(85%, #e9840a), color-stop(100%, #f69521));
    background-image: -webkit-linear-gradient(#da7b09, #e9840a 40%, #e9840a 85%, #f69521);
    background-image: -moz-linear-gradient(#da7b09, #e9840a 40%, #e9840a 85%, #f69521);
    background-image: -o-linear-gradient(#da7b09, #e9840a 40%, #e9840a 85%, #f69521);
    background-image: linear-gradient(#da7b09, #e9840a 40%, #e9840a 85%, #f69521);
    border-color: #965506;
    text-shadow: #693900 0px -1px -1px;
    -webkit-box-shadow: #b36508 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #b36508 0 0.08em 0.2em 1px inset;
    box-shadow: #b36508 0 0.08em 0.2em 1px inset;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.orange:active, .button.orange:active:visited, button.orange:active, button.orange:active:visited, form.formtastic input.button.orange:active, form.formtastic input.button.orange:active:visited {
    color: white;
}
/* line 23, ../../../app/stylesheets/_buttons.sass */
.button.matte-blue, button.matte-blue, form.formtastic input.button.matte-blue {
    background-color: #0058b7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #367fce), color-stop(100%, #1e4b7b));
    background-image: -webkit-linear-gradient(#367fce, #1e4b7b);
    background-image: -moz-linear-gradient(#367fce, #1e4b7b);
    background-image: -o-linear-gradient(#367fce, #1e4b7b);
    background-image: linear-gradient(#367fce, #1e4b7b);
    border-color: #153456;
    text-shadow: #001b38 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.matte-blue, .button.matte-blue:visited, button.matte-blue, button.matte-blue:visited, form.formtastic input.button.matte-blue, form.formtastic input.button.matte-blue:visited {
    color: white;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.matte-blue:hover, .button.matte-blue:focus, button.matte-blue:hover, button.matte-blue:focus, form.formtastic input.button.matte-blue:hover, form.formtastic input.button.matte-blue:focus {
    background-color: #0051a8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3078c4), color-stop(100%, #1b436e));
    background-image: -webkit-linear-gradient(#3078c4, #1b436e);
    background-image: -moz-linear-gradient(#3078c4, #1b436e);
    background-image: -o-linear-gradient(#3078c4, #1b436e);
    background-image: linear-gradient(#3078c4, #1b436e);
    border-color: #122d49;
    text-shadow: #001428 0px 1px 1px;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.matte-blue:hover, .button.matte-blue:hover:visited, .button.matte-blue:focus, .button.matte-blue:focus:visited, button.matte-blue:hover, button.matte-blue:hover:visited, button.matte-blue:focus, button.matte-blue:focus:visited, form.formtastic input.button.matte-blue:hover, form.formtastic input.button.matte-blue:hover:visited, form.formtastic input.button.matte-blue:focus, form.formtastic input.button.matte-blue:focus:visited {
    color: white;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.matte-blue:active, button.matte-blue:active, form.formtastic input.button.matte-blue:active {
    background-color: #004a99;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1d4877), color-stop(40%, #205083), color-stop(85%, #205083), color-stop(100%, #2761a0));
    background-image: -webkit-linear-gradient(#1d4877, #205083 40%, #205083 85%, #2761a0);
    background-image: -moz-linear-gradient(#1d4877, #205083 40%, #205083 85%, #2761a0);
    background-image: -o-linear-gradient(#1d4877, #205083 40%, #205083 85%, #2761a0);
    background-image: linear-gradient(#1d4877, #205083 40%, #205083 85%, #2761a0);
    border-color: #0f253d;
    text-shadow: #000c19 0px -1px -1px;
    -webkit-box-shadow: #153456 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #153456 0 0.08em 0.2em 1px inset;
    box-shadow: #153456 0 0.08em 0.2em 1px inset;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.matte-blue:active, .button.matte-blue:active:visited, button.matte-blue:active, button.matte-blue:active:visited, form.formtastic input.button.matte-blue:active, form.formtastic input.button.matte-blue:active:visited {
    color: white;
}
/* line 25, ../../../app/stylesheets/_buttons.sass */
.button.green, button.green, form.formtastic input.button.green {
    background-color: #3ab700;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9ee080), color-stop(10%, #66ce36), color-stop(50%, #418721), color-stop(50%, #3b7b1e), color-stop(100%, #4fa428));
    background-image: -webkit-linear-gradient(#9ee080, #66ce36 10%, #418721 50%, #3b7b1e 50%, #4fa428);
    background-image: -moz-linear-gradient(#9ee080, #66ce36 10%, #418721 50%, #3b7b1e 50%, #4fa428);
    background-image: -o-linear-gradient(#9ee080, #66ce36 10%, #418721 50%, #3b7b1e 50%, #4fa428);
    background-image: linear-gradient(#9ee080, #66ce36 10%, #418721 50%, #3b7b1e 50%, #4fa428);
    border-color: #295615;
    text-shadow: #123800 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.green, .button.green:visited, button.green, button.green:visited, form.formtastic input.button.green, form.formtastic input.button.green:visited {
    color: white;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.green:hover, .button.green:focus, button.green:hover, button.green:focus, form.formtastic input.button.green:hover, form.formtastic input.button.green:focus {
    background-color: #35a800;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #95dd73), color-stop(10%, #5fc430), color-stop(50%, #3b7b1e), color-stop(50%, #356e1b), color-stop(100%, #499725));
    background-image: -webkit-linear-gradient(#95dd73, #5fc430 10%, #3b7b1e 50%, #356e1b 50%, #499725);
    background-image: -moz-linear-gradient(#95dd73, #5fc430 10%, #3b7b1e 50%, #356e1b 50%, #499725);
    background-image: -o-linear-gradient(#95dd73, #5fc430 10%, #3b7b1e 50%, #356e1b 50%, #499725);
    background-image: linear-gradient(#95dd73, #5fc430 10%, #3b7b1e 50%, #356e1b 50%, #499725);
    border-color: #234912;
    text-shadow: #0d2800 0px 1px 1px;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.green:hover, .button.green:hover:visited, .button.green:focus, .button.green:focus:visited, button.green:hover, button.green:hover:visited, button.green:focus, button.green:focus:visited, form.formtastic input.button.green:hover, form.formtastic input.button.green:hover:visited, form.formtastic input.button.green:focus, form.formtastic input.button.green:focus:visited {
    color: white;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.green:active, button.green:active, form.formtastic input.button.green:active {
    background-color: #309900;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3b7b1e), color-stop(30%, #3f8320), color-stop(50%, #37721c), color-stop(50%, #316619), color-stop(100%, #4b9b26));
    background-image: -webkit-linear-gradient(#3b7b1e, #3f8320 30%, #37721c 50%, #316619 50%, #4b9b26);
    background-image: -moz-linear-gradient(#3b7b1e, #3f8320 30%, #37721c 50%, #316619 50%, #4b9b26);
    background-image: -o-linear-gradient(#3b7b1e, #3f8320 30%, #37721c 50%, #316619 50%, #4b9b26);
    background-image: linear-gradient(#3b7b1e, #3f8320 30%, #37721c 50%, #316619 50%, #4b9b26);
    border-color: #1e3d0f;
    text-shadow: #081900 0px -1px -1px;
    -webkit-box-shadow: #295615 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #295615 0 0.08em 0.2em 1px inset;
    box-shadow: #295615 0 0.08em 0.2em 1px inset;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.green:active, .button.green:active:visited, button.green:active, button.green:active:visited, form.formtastic input.button.green:active, form.formtastic input.button.green:active:visited {
    color: white;
}
/* line 27, ../../../app/stylesheets/_buttons.sass */
.button.blue, button.blue, form.formtastic input.button.blue {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    font-size: 32px;
    line-height: 1.2em;
    padding: 0.3em 1em;
    border-width: 3px;
    background-color: #0058b7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #80aee0), color-stop(10%, #367fce), color-stop(50%, #215287), color-stop(50%, #1e4b7b), color-stop(100%, #2864a4));
    background-image: -webkit-linear-gradient(#80aee0, #367fce 10%, #215287 50%, #1e4b7b 50%, #2864a4);
    background-image: -moz-linear-gradient(#80aee0, #367fce 10%, #215287 50%, #1e4b7b 50%, #2864a4);
    background-image: -o-linear-gradient(#80aee0, #367fce 10%, #215287 50%, #1e4b7b 50%, #2864a4);
    background-image: linear-gradient(#80aee0, #367fce 10%, #215287 50%, #1e4b7b 50%, #2864a4);
    border-color: #153456;
    text-shadow: #001b38 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.blue, .button.blue:visited, button.blue, button.blue:visited, form.formtastic input.button.blue, form.formtastic input.button.blue:visited {
    color: white;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.blue:hover, .button.blue:focus, button.blue:hover, button.blue:focus, form.formtastic input.button.blue:hover, form.formtastic input.button.blue:focus {
    background-color: #0051a8;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #73a6dd), color-stop(10%, #3078c4), color-stop(50%, #1e4b7b), color-stop(50%, #1b436e), color-stop(100%, #255c97));
    background-image: -webkit-linear-gradient(#73a6dd, #3078c4 10%, #1e4b7b 50%, #1b436e 50%, #255c97);
    background-image: -moz-linear-gradient(#73a6dd, #3078c4 10%, #1e4b7b 50%, #1b436e 50%, #255c97);
    background-image: -o-linear-gradient(#73a6dd, #3078c4 10%, #1e4b7b 50%, #1b436e 50%, #255c97);
    background-image: linear-gradient(#73a6dd, #3078c4 10%, #1e4b7b 50%, #1b436e 50%, #255c97);
    border-color: #122d49;
    text-shadow: #001428 0px 1px 1px;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.blue:hover, .button.blue:hover:visited, .button.blue:focus, .button.blue:focus:visited, button.blue:hover, button.blue:hover:visited, button.blue:focus, button.blue:focus:visited, form.formtastic input.button.blue:hover, form.formtastic input.button.blue:hover:visited, form.formtastic input.button.blue:focus, form.formtastic input.button.blue:focus:visited {
    color: white;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.blue:active, button.blue:active, form.formtastic input.button.blue:active {
    background-color: #004a99;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e4b7b), color-stop(30%, #205083), color-stop(50%, #1c4672), color-stop(50%, #193e66), color-stop(100%, #265f9b));
    background-image: -webkit-linear-gradient(#1e4b7b, #205083 30%, #1c4672 50%, #193e66 50%, #265f9b);
    background-image: -moz-linear-gradient(#1e4b7b, #205083 30%, #1c4672 50%, #193e66 50%, #265f9b);
    background-image: -o-linear-gradient(#1e4b7b, #205083 30%, #1c4672 50%, #193e66 50%, #265f9b);
    background-image: linear-gradient(#1e4b7b, #205083 30%, #1c4672 50%, #193e66 50%, #265f9b);
    border-color: #0f253d;
    text-shadow: #000c19 0px -1px -1px;
    -webkit-box-shadow: #153456 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #153456 0 0.08em 0.2em 1px inset;
    box-shadow: #153456 0 0.08em 0.2em 1px inset;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.blue:active, .button.blue:active:visited, button.blue:active, button.blue:active:visited, form.formtastic input.button.blue:active, form.formtastic input.button.blue:active:visited {
    color: white;
}
/* line 30, ../../../app/stylesheets/_buttons.sass */
.button.red, button.red, form.formtastic input.button.red {
    background-color: #b70300;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e08180), color-stop(10%, #ce3836), color-stop(50%, #872321), color-stop(50%, #7b201e), color-stop(100%, #a42a28));
    background-image: -webkit-linear-gradient(#e08180, #ce3836 10%, #872321 50%, #7b201e 50%, #a42a28);
    background-image: -moz-linear-gradient(#e08180, #ce3836 10%, #872321 50%, #7b201e 50%, #a42a28);
    background-image: -o-linear-gradient(#e08180, #ce3836 10%, #872321 50%, #7b201e 50%, #a42a28);
    background-image: linear-gradient(#e08180, #ce3836 10%, #872321 50%, #7b201e 50%, #a42a28);
    border-color: #561615;
    text-shadow: #380100 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.35922) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: white !important;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.red, .button.red:visited, button.red, button.red:visited, form.formtastic input.button.red, form.formtastic input.button.red:visited {
    color: white;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.red:hover, .button.red:focus, button.red:hover, button.red:focus, form.formtastic input.button.red:hover, form.formtastic input.button.red:focus {
    background-color: #a80300;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dd7573), color-stop(10%, #c43330), color-stop(50%, #7b201e), color-stop(50%, #6e1c1b), color-stop(100%, #972725));
    background-image: -webkit-linear-gradient(#dd7573, #c43330 10%, #7b201e 50%, #6e1c1b 50%, #972725);
    background-image: -moz-linear-gradient(#dd7573, #c43330 10%, #7b201e 50%, #6e1c1b 50%, #972725);
    background-image: -o-linear-gradient(#dd7573, #c43330 10%, #7b201e 50%, #6e1c1b 50%, #972725);
    background-image: linear-gradient(#dd7573, #c43330 10%, #7b201e 50%, #6e1c1b 50%, #972725);
    border-color: #491312;
    text-shadow: #280100 0px 1px 1px;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.red:hover, .button.red:hover:visited, .button.red:focus, .button.red:focus:visited, button.red:hover, button.red:hover:visited, button.red:focus, button.red:focus:visited, form.formtastic input.button.red:hover, form.formtastic input.button.red:hover:visited, form.formtastic input.button.red:focus, form.formtastic input.button.red:focus:visited {
    color: white;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.red:active, button.red:active, form.formtastic input.button.red:active {
    background-color: #990300;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7b201e), color-stop(30%, #832220), color-stop(50%, #721d1c), color-stop(50%, #661a19), color-stop(100%, #9b2826));
    background-image: -webkit-linear-gradient(#7b201e, #832220 30%, #721d1c 50%, #661a19 50%, #9b2826);
    background-image: -moz-linear-gradient(#7b201e, #832220 30%, #721d1c 50%, #661a19 50%, #9b2826);
    background-image: -o-linear-gradient(#7b201e, #832220 30%, #721d1c 50%, #661a19 50%, #9b2826);
    background-image: linear-gradient(#7b201e, #832220 30%, #721d1c 50%, #661a19 50%, #9b2826);
    border-color: #3d100f;
    text-shadow: #190000 0px -1px -1px;
    -webkit-box-shadow: #561615 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #561615 0 0.08em 0.2em 1px inset;
    box-shadow: #561615 0 0.08em 0.2em 1px inset;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.red:active, .button.red:active:visited, button.red:active, button.red:active:visited, form.formtastic input.button.red:active, form.formtastic input.button.red:active:visited {
    color: white;
}
/* line 33, ../../../app/stylesheets/_buttons.sass */
.button.yellow, button.yellow, form.formtastic input.button.yellow {
    background-color: #e5e600;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebeba2), color-stop(10%, #dbdb57), color-stop(50%, #b1b125), color-stop(50%, #a4a423), color-stop(100%, #cece2c));
    background-image: -webkit-linear-gradient(#ebeba2, #dbdb57 10%, #b1b125 50%, #a4a423 50%, #cece2c);
    background-image: -moz-linear-gradient(#ebeba2, #dbdb57 10%, #b1b125 50%, #a4a423 50%, #cece2c);
    background-image: -o-linear-gradient(#ebeba2, #dbdb57 10%, #b1b125 50%, #a4a423 50%, #cece2c);
    background-image: linear-gradient(#ebeba2, #dbdb57 10%, #b1b125 50%, #a4a423 50%, #cece2c);
    border-color: #7e7e1b;
    text-shadow: #666600 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.45) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.45) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.yellow, .button.yellow:visited, button.yellow, button.yellow:visited, form.formtastic input.button.yellow, form.formtastic input.button.yellow:visited {
    color: white;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.yellow:hover, .button.yellow:focus, button.yellow:hover, button.yellow:focus, form.formtastic input.button.yellow:hover, form.formtastic input.button.yellow:focus {
    background-color: #d6d600;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e996), color-stop(10%, #d9d94a), color-stop(50%, #a4a423), color-stop(50%, #979720), color-stop(100%, #c2c229));
    background-image: -webkit-linear-gradient(#e9e996, #d9d94a 10%, #a4a423 50%, #979720 50%, #c2c229);
    background-image: -moz-linear-gradient(#e9e996, #d9d94a 10%, #a4a423 50%, #979720 50%, #c2c229);
    background-image: -o-linear-gradient(#e9e996, #d9d94a 10%, #a4a423 50%, #979720 50%, #c2c229);
    background-image: linear-gradient(#e9e996, #d9d94a 10%, #a4a423 50%, #979720 50%, #c2c229);
    border-color: #727218;
    text-shadow: #575700 0px 1px 1px;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.yellow:hover, .button.yellow:hover:visited, .button.yellow:focus, .button.yellow:focus:visited, button.yellow:hover, button.yellow:hover:visited, button.yellow:focus, button.yellow:focus:visited, form.formtastic input.button.yellow:hover, form.formtastic input.button.yellow:hover:visited, form.formtastic input.button.yellow:focus, form.formtastic input.button.yellow:focus:visited {
    color: white;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.yellow:active, button.yellow:active, form.formtastic input.button.yellow:active {
    background-color: #c7c700;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a4a423), color-stop(30%, #adad25), color-stop(50%, #9c9c21), color-stop(50%, #8f8f1e), color-stop(100%, #c6c62a));
    background-image: -webkit-linear-gradient(#a4a423, #adad25 30%, #9c9c21 50%, #8f8f1e 50%, #c6c62a);
    background-image: -moz-linear-gradient(#a4a423, #adad25 30%, #9c9c21 50%, #8f8f1e 50%, #c6c62a);
    background-image: -o-linear-gradient(#a4a423, #adad25 30%, #9c9c21 50%, #8f8f1e 50%, #c6c62a);
    background-image: linear-gradient(#a4a423, #adad25 30%, #9c9c21 50%, #8f8f1e 50%, #c6c62a);
    border-color: #656515;
    text-shadow: #474700 0px -1px -1px;
    -webkit-box-shadow: #7e7e1b 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #7e7e1b 0 0.08em 0.2em 1px inset;
    box-shadow: #7e7e1b 0 0.08em 0.2em 1px inset;
}
/* line 116, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.yellow:active, .button.yellow:active:visited, button.yellow:active, button.yellow:active:visited, form.formtastic input.button.yellow:active, form.formtastic input.button.yellow:active:visited {
    color: white;
}
/* line 35, ../../../app/stylesheets/_buttons.sass */
.button.custom, button.custom, form.formtastic input.button.custom {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    font-size: 30px;
    line-height: 1.2em;
    padding: 0.3em 1em;
    border-width: 1px;
    padding: 2px 12px;
    border-width: 2px;
}
/* line 38, ../../../app/stylesheets/_buttons.sass */
.button.arrow, button.arrow, form.formtastic input.button.arrow {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 30px;
    line-height: 1.2em;
    padding: 0.3em 1em;
    border-width: 1px;
    background-color: white;
    border-color: #b7b7b7;
    text-shadow: white 0px 1px 1px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.86667) 0 0 0.1em 1px inset;
    -moz-box-shadow: rgba(255, 255, 255, 0.86667) 0 0 0.1em 1px inset;
    box-shadow: rgba(255, 255, 255, 0.86667) 0 0 0.1em 1px inset;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 2px 6px;
    border-width: 2px;
}
/* line 120, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.arrow, .button.arrow:visited, button.arrow, button.arrow:visited, form.formtastic input.button.arrow, form.formtastic input.button.arrow:visited {
    color: #222222;
}
/* line 31, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.arrow:hover, .button.arrow:focus, button.arrow:hover, button.arrow:focus, form.formtastic input.button.arrow:hover, form.formtastic input.button.arrow:focus {
    background-color: white;
    border-color: #afafaf;
    text-shadow: white 0px 1px 1px;
}
/* line 120, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.arrow:hover, .button.arrow:hover:visited, .button.arrow:focus, .button.arrow:focus:visited, button.arrow:hover, button.arrow:hover:visited, button.arrow:focus, button.arrow:focus:visited, form.formtastic input.button.arrow:hover, form.formtastic input.button.arrow:hover:visited, form.formtastic input.button.arrow:focus, form.formtastic input.button.arrow:focus:visited {
    color: #222222;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.arrow:active, button.arrow:active, form.formtastic input.button.arrow:active {
    background-color: white;
    border-color: #a7a7a7;
    text-shadow: white 0px -1px -1px;
    -webkit-box-shadow: #b7b7b7 0 0.08em 0.2em 1px inset;
    -moz-box-shadow: #b7b7b7 0 0.08em 0.2em 1px inset;
    box-shadow: #b7b7b7 0 0.08em 0.2em 1px inset;
}
/* line 120, ../../../vendor/bundle/ruby/1.9.1/gems/fancy-buttons-1.2.0/lib/stylesheets/_fancy-buttons.sass */
.button.arrow:active, .button.arrow:active:visited, button.arrow:active, button.arrow:active:visited, form.formtastic input.button.arrow:active, form.formtastic input.button.arrow:active:visited {
    color: #222222;
}

/* line 33, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body {
    line-height: 1.5;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    color: #333333;
    font-size: 75%;
}

/* line 51, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #222222;
}
/* line 52, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
}

/* line 53, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.50em;
}

/* line 54, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1.00em;
}

/* line 56, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

/* line 57, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.50em;
}

/* line 58, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
h6 {
    font-size: 1em;
    font-weight: bold;
}

/* line 59, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
p {
    margin: 0 0 1.5em;
}
/* line 60, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
p .left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}
/* line 61, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
p .right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}

/* line 62, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
a {
    text-decoration: underline;
    color: #999999;
}
/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
    color: #999999;
}
/* line 21, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:focus {
    color: #2b2b2b;
}
/* line 24, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
    color: #2b2b2b;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
    color: #2b2b2b;
}

/* line 63, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
blockquote {
    margin: 1.5em;
    color: #666666;
    font-style: italic;
}

/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
strong, dfn {
    font-weight: bold;
}

/* line 65, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
em, dfn {
    font-style: italic;
}

/* line 66, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
sup, sub {
    line-height: 0;
}

/* line 67, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
abbr, acronym {
    border-bottom: 1px dotted #666666;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
address {
    margin: 0 0 1.5em;
    font-style: italic;
}

/* line 69, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
del {
    color: #666666;
}

/* line 70, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
pre {
    margin: 1.5em 0;
    white-space: pre;
}

/* line 71, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
pre, code, tt {
    font: 1em Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
    line-height: 1.5;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
li ul, li ol {
    margin: 0;
}

/* line 73, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

/* line 74, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
ul {
    list-style-type: disc;
}

/* line 75, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
ol {
    list-style-type: decimal;
}

/* line 76, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
dl {
    margin: 0 0 1.5em 0;
}
/* line 77, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
dl dt {
    font-weight: bold;
}

/* line 78, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
dd {
    margin-left: 1.5em;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
table {
    margin-bottom: 1.4em;
    width: 100%;
}

/* line 80, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
th {
    font-weight: bold;
}

/* line 81, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
thead th {
    background: #c3d9ff;
}

/* line 82, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
th, td, caption {
    padding: 4px 10px 4px 5px;
}

/* line 85, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
table.striped tr:nth-child(even) td,
table tr.even td {
    background: #e5ecf9;
}

/* line 86, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
tfoot {
    font-style: italic;
}

/* line 87, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
caption {
    background: #eeeeee;
}

/* line 88, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
.quiet {
    color: #666666;
}

/* line 89, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
.loud {
    color: #111111;
}

/* line 9, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.clear {
    clear: both;
}

/* line 12, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.nowrap {
    white-space: nowrap;
}

/* line 16, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.clearfix {
    overflow: hidden;
    *zoom: 1;
}

/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.small {
    font-size: 0.8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
}

/* line 22, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
}

/* line 26, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.first {
    margin-left: 0;
    padding-left: 0;
}

/* line 29, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.last {
    margin-right: 0;
    padding-right: 0;
}

/* line 32, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.top {
    margin-top: 0;
    padding-top: 0;
}

/* line 35, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* line 46, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.container {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
}

/* line 48, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
    display: inline;
    float: left;
    margin-right: 10px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .column, * html .span-1, * html .span-2, * html .span-3, * html .span-4, * html .span-5, * html .span-6, * html .span-7, * html .span-8, * html .span-9, * html .span-10, * html .span-11, * html .span-12, * html .span-13, * html .span-14, * html .span-15, * html .span-16, * html .span-17, * html .span-18, * html .span-19, * html .span-20, * html .span-21, * html .span-22, * html .span-23, * html .span-24 {
    overflow-x: hidden;
}

/* line 51, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.last {
    margin-right: 0;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-1 {
    width: 30px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-2 {
    width: 70px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-3 {
    width: 110px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-4 {
    width: 150px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-5 {
    width: 190px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-6 {
    width: 230px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-7 {
    width: 270px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-8 {
    width: 310px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-9 {
    width: 350px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-10 {
    width: 390px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-11 {
    width: 430px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-12 {
    width: 470px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-13 {
    width: 510px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-14 {
    width: 550px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-15 {
    width: 590px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-16 {
    width: 630px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-17 {
    width: 670px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-18 {
    width: 710px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-19 {
    width: 750px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-20 {
    width: 790px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-21 {
    width: 830px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-22 {
    width: 870px;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-23 {
    width: 910px;
}

/* line 58, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.span-24 {
    width: 950px;
    margin: 0;
}

/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-1, textarea.span-1, select.span-1 {
    width: 30px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-2, textarea.span-2, select.span-2 {
    width: 70px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-3, textarea.span-3, select.span-3 {
    width: 110px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-4, textarea.span-4, select.span-4 {
    width: 150px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-5, textarea.span-5, select.span-5 {
    width: 190px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-6, textarea.span-6, select.span-6 {
    width: 230px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-7, textarea.span-7, select.span-7 {
    width: 270px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-8, textarea.span-8, select.span-8 {
    width: 310px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-9, textarea.span-9, select.span-9 {
    width: 350px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-10, textarea.span-10, select.span-10 {
    width: 390px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-11, textarea.span-11, select.span-11 {
    width: 430px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-12, textarea.span-12, select.span-12 {
    width: 470px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-13, textarea.span-13, select.span-13 {
    width: 510px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-14, textarea.span-14, select.span-14 {
    width: 550px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-15, textarea.span-15, select.span-15 {
    width: 590px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-16, textarea.span-16, select.span-16 {
    width: 630px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-17, textarea.span-17, select.span-17 {
    width: 670px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-18, textarea.span-18, select.span-18 {
    width: 710px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-19, textarea.span-19, select.span-19 {
    width: 750px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-20, textarea.span-20, select.span-20 {
    width: 790px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-21, textarea.span-21, select.span-21 {
    width: 830px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-22, textarea.span-22, select.span-22 {
    width: 870px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-23, textarea.span-23, select.span-23 {
    width: 910px;
}
/* line 64, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
input.span-24, textarea.span-24, select.span-24 {
    width: 950px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-1 {
    padding-right: 40px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-2 {
    padding-right: 80px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-3 {
    padding-right: 120px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-4 {
    padding-right: 160px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-5 {
    padding-right: 200px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-6 {
    padding-right: 240px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-7 {
    padding-right: 280px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-8 {
    padding-right: 320px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-9 {
    padding-right: 360px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-10 {
    padding-right: 400px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-11 {
    padding-right: 440px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-12 {
    padding-right: 480px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-13 {
    padding-right: 520px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-14 {
    padding-right: 560px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-15 {
    padding-right: 600px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-16 {
    padding-right: 640px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-17 {
    padding-right: 680px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-18 {
    padding-right: 720px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-19 {
    padding-right: 760px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-20 {
    padding-right: 800px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-21 {
    padding-right: 840px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-22 {
    padding-right: 880px;
}

/* line 68, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-23 {
    padding-right: 920px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-1 {
    padding-left: 40px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-2 {
    padding-left: 80px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-3 {
    padding-left: 120px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-4 {
    padding-left: 160px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-5 {
    padding-left: 200px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-6 {
    padding-left: 240px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-7 {
    padding-left: 280px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-8 {
    padding-left: 320px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-9 {
    padding-left: 360px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-10 {
    padding-left: 400px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-11 {
    padding-left: 440px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-12 {
    padding-left: 480px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-13 {
    padding-left: 520px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-14 {
    padding-left: 560px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-15 {
    padding-left: 600px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-16 {
    padding-left: 640px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-17 {
    padding-left: 680px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-18 {
    padding-left: 720px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-19 {
    padding-left: 760px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-20 {
    padding-left: 800px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-21 {
    padding-left: 840px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-22 {
    padding-left: 880px;
}

/* line 72, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-23 {
    padding-left: 920px;
}

/* line 76, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {
    display: inline;
    float: left;
    position: relative;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-1 {
    margin-left: -40px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-2 {
    margin-left: -80px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-3 {
    margin-left: -120px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-4 {
    margin-left: -160px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-5 {
    margin-left: -200px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-6 {
    margin-left: -240px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-7 {
    margin-left: -280px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-8 {
    margin-left: -320px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-9 {
    margin-left: -360px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-10 {
    margin-left: -400px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-11 {
    margin-left: -440px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-12 {
    margin-left: -480px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-13 {
    margin-left: -520px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-14 {
    margin-left: -560px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-15 {
    margin-left: -600px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-16 {
    margin-left: -640px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-17 {
    margin-left: -680px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-18 {
    margin-left: -720px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-19 {
    margin-left: -760px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-20 {
    margin-left: -800px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-21 {
    margin-left: -840px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-22 {
    margin-left: -880px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-23 {
    margin-left: -920px;
}

/* line 79, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.pull-24 {
    margin-left: -960px;
}

/* line 81, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {
    display: inline;
    float: left;
    position: relative;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-1 {
    margin: 0 -40px 1.5em 40px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-2 {
    margin: 0 -80px 1.5em 80px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-3 {
    margin: 0 -120px 1.5em 120px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-4 {
    margin: 0 -160px 1.5em 160px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-5 {
    margin: 0 -200px 1.5em 200px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-6 {
    margin: 0 -240px 1.5em 240px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-7 {
    margin: 0 -280px 1.5em 280px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-8 {
    margin: 0 -320px 1.5em 320px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-9 {
    margin: 0 -360px 1.5em 360px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-10 {
    margin: 0 -400px 1.5em 400px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-11 {
    margin: 0 -440px 1.5em 440px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-12 {
    margin: 0 -480px 1.5em 480px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-13 {
    margin: 0 -520px 1.5em 520px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-14 {
    margin: 0 -560px 1.5em 560px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-15 {
    margin: 0 -600px 1.5em 600px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-16 {
    margin: 0 -640px 1.5em 640px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-17 {
    margin: 0 -680px 1.5em 680px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-18 {
    margin: 0 -720px 1.5em 720px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-19 {
    margin: 0 -760px 1.5em 760px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-20 {
    margin: 0 -800px 1.5em 800px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-21 {
    margin: 0 -840px 1.5em 840px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-22 {
    margin: 0 -880px 1.5em 880px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-23 {
    margin: 0 -920px 1.5em 920px;
}

/* line 84, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.push-24 {
    margin: 0 -960px 1.5em 960px;
}

/* line 86, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.prepend-top {
    margin-top: 1.5em;
}

/* line 88, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
.append-bottom {
    margin-bottom: 1.5em;
}

/* line 25, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_debug.scss */
.showgrid {
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(5%, rgba(0, 0, 0, 0.5)), color-stop(5%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, 0% 50%, 960 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(100, 100, 225, 0.25)), color-stop(3.125%, rgba(100, 100, 225, 0.25)), color-stop(3.125%, rgba(0, 0, 0, 0)), color-stop(4.16667%, rgba(0, 0, 0, 0)), color-stop(4.16667%, rgba(100, 100, 225, 0.25)), color-stop(7.29167%, rgba(100, 100, 225, 0.25)), color-stop(7.29167%, rgba(0, 0, 0, 0)), color-stop(8.33333%, rgba(0, 0, 0, 0)), color-stop(8.33333%, rgba(100, 100, 225, 0.25)), color-stop(11.45833%, rgba(100, 100, 225, 0.25)), color-stop(11.45833%, rgba(0, 0, 0, 0)), color-stop(12.5%, rgba(0, 0, 0, 0)), color-stop(12.5%, rgba(100, 100, 225, 0.25)), color-stop(15.625%, rgba(100, 100, 225, 0.25)), color-stop(15.625%, rgba(0, 0, 0, 0)), color-stop(16.66667%, rgba(0, 0, 0, 0)), color-stop(16.66667%, rgba(100, 100, 225, 0.25)), color-stop(19.79167%, rgba(100, 100, 225, 0.25)), color-stop(19.79167%, rgba(0, 0, 0, 0)), color-stop(20.83333%, rgba(0, 0, 0, 0)), color-stop(20.83333%, rgba(100, 100, 225, 0.25)), color-stop(23.95833%, rgba(100, 100, 225, 0.25)), color-stop(23.95833%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(25%, rgba(100, 100, 225, 0.25)), color-stop(28.125%, rgba(100, 100, 225, 0.25)), color-stop(28.125%, rgba(0, 0, 0, 0)), color-stop(29.16667%, rgba(0, 0, 0, 0)), color-stop(29.16667%, rgba(100, 100, 225, 0.25)), color-stop(32.29167%, rgba(100, 100, 225, 0.25)), color-stop(32.29167%, rgba(0, 0, 0, 0)), color-stop(33.33333%, rgba(0, 0, 0, 0)), color-stop(33.33333%, rgba(100, 100, 225, 0.25)), color-stop(36.45833%, rgba(100, 100, 225, 0.25)), color-stop(36.45833%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgba(0, 0, 0, 0)), color-stop(37.5%, rgba(100, 100, 225, 0.25)), color-stop(40.625%, rgba(100, 100, 225, 0.25)), color-stop(40.625%, rgba(0, 0, 0, 0)), color-stop(41.66667%, rgba(0, 0, 0, 0)), color-stop(41.66667%, rgba(100, 100, 225, 0.25)), color-stop(44.79167%, rgba(100, 100, 225, 0.25)), color-stop(44.79167%, rgba(0, 0, 0, 0)), color-stop(45.83333%, rgba(0, 0, 0, 0)), color-stop(45.83333%, rgba(100, 100, 225, 0.25)), color-stop(48.95833%, rgba(100, 100, 225, 0.25)), color-stop(48.95833%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(100, 100, 225, 0.25)), color-stop(53.125%, rgba(100, 100, 225, 0.25)), color-stop(53.125%, rgba(0, 0, 0, 0)), color-stop(54.16667%, rgba(0, 0, 0, 0)), color-stop(54.16667%, rgba(100, 100, 225, 0.25)), color-stop(57.29167%, rgba(100, 100, 225, 0.25)), color-stop(57.29167%, rgba(0, 0, 0, 0)), color-stop(58.33333%, rgba(0, 0, 0, 0)), color-stop(58.33333%, rgba(100, 100, 225, 0.25)), color-stop(61.45833%, rgba(100, 100, 225, 0.25)), color-stop(61.45833%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgba(0, 0, 0, 0)), color-stop(62.5%, rgba(100, 100, 225, 0.25)), color-stop(65.625%, rgba(100, 100, 225, 0.25)), color-stop(65.625%, rgba(0, 0, 0, 0)), color-stop(66.66667%, rgba(0, 0, 0, 0)), color-stop(66.66667%, rgba(100, 100, 225, 0.25)), color-stop(69.79167%, rgba(100, 100, 225, 0.25)), color-stop(69.79167%, rgba(0, 0, 0, 0)), color-stop(70.83333%, rgba(0, 0, 0, 0)), color-stop(70.83333%, rgba(100, 100, 225, 0.25)), color-stop(73.95833%, rgba(100, 100, 225, 0.25)), color-stop(73.95833%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(100, 100, 225, 0.25)), color-stop(78.125%, rgba(100, 100, 225, 0.25)), color-stop(78.125%, rgba(0, 0, 0, 0)), color-stop(79.16667%, rgba(0, 0, 0, 0)), color-stop(79.16667%, rgba(100, 100, 225, 0.25)), color-stop(82.29167%, rgba(100, 100, 225, 0.25)), color-stop(82.29167%, rgba(0, 0, 0, 0)), color-stop(83.33333%, rgba(0, 0, 0, 0)), color-stop(83.33333%, rgba(100, 100, 225, 0.25)), color-stop(86.45833%, rgba(100, 100, 225, 0.25)), color-stop(86.45833%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgba(0, 0, 0, 0)), color-stop(87.5%, rgba(100, 100, 225, 0.25)), color-stop(90.625%, rgba(100, 100, 225, 0.25)), color-stop(90.625%, rgba(0, 0, 0, 0)), color-stop(91.66667%, rgba(0, 0, 0, 0)), color-stop(91.66667%, rgba(100, 100, 225, 0.25)), color-stop(94.79167%, rgba(100, 100, 225, 0.25)), color-stop(94.79167%, rgba(0, 0, 0, 0)), color-stop(95.83333%, rgba(0, 0, 0, 0)), color-stop(95.83333%, rgba(100, 100, 225, 0.25)), color-stop(98.95833%, rgba(100, 100, 225, 0.25)), color-stop(98.95833%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), -o-linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 5%, rgba(0, 0, 0, 0) 5%), linear-gradient(left, rgba(0, 0, 0, 0) 0px, rgba(100, 100, 225, 0.25) 0px, rgba(100, 100, 225, 0.25) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 40px, rgba(100, 100, 225, 0.25) 40px, rgba(100, 100, 225, 0.25) 70px, rgba(0, 0, 0, 0) 70px, rgba(0, 0, 0, 0) 80px, rgba(100, 100, 225, 0.25) 80px, rgba(100, 100, 225, 0.25) 110px, rgba(0, 0, 0, 0) 110px, rgba(0, 0, 0, 0) 120px, rgba(100, 100, 225, 0.25) 120px, rgba(100, 100, 225, 0.25) 150px, rgba(0, 0, 0, 0) 150px, rgba(0, 0, 0, 0) 160px, rgba(100, 100, 225, 0.25) 160px, rgba(100, 100, 225, 0.25) 190px, rgba(0, 0, 0, 0) 190px, rgba(0, 0, 0, 0) 200px, rgba(100, 100, 225, 0.25) 200px, rgba(100, 100, 225, 0.25) 230px, rgba(0, 0, 0, 0) 230px, rgba(0, 0, 0, 0) 240px, rgba(100, 100, 225, 0.25) 240px, rgba(100, 100, 225, 0.25) 270px, rgba(0, 0, 0, 0) 270px, rgba(0, 0, 0, 0) 280px, rgba(100, 100, 225, 0.25) 280px, rgba(100, 100, 225, 0.25) 310px, rgba(0, 0, 0, 0) 310px, rgba(0, 0, 0, 0) 320px, rgba(100, 100, 225, 0.25) 320px, rgba(100, 100, 225, 0.25) 350px, rgba(0, 0, 0, 0) 350px, rgba(0, 0, 0, 0) 360px, rgba(100, 100, 225, 0.25) 360px, rgba(100, 100, 225, 0.25) 390px, rgba(0, 0, 0, 0) 390px, rgba(0, 0, 0, 0) 400px, rgba(100, 100, 225, 0.25) 400px, rgba(100, 100, 225, 0.25) 430px, rgba(0, 0, 0, 0) 430px, rgba(0, 0, 0, 0) 440px, rgba(100, 100, 225, 0.25) 440px, rgba(100, 100, 225, 0.25) 470px, rgba(0, 0, 0, 0) 470px, rgba(0, 0, 0, 0) 480px, rgba(100, 100, 225, 0.25) 480px, rgba(100, 100, 225, 0.25) 510px, rgba(0, 0, 0, 0) 510px, rgba(0, 0, 0, 0) 520px, rgba(100, 100, 225, 0.25) 520px, rgba(100, 100, 225, 0.25) 550px, rgba(0, 0, 0, 0) 550px, rgba(0, 0, 0, 0) 560px, rgba(100, 100, 225, 0.25) 560px, rgba(100, 100, 225, 0.25) 590px, rgba(0, 0, 0, 0) 590px, rgba(0, 0, 0, 0) 600px, rgba(100, 100, 225, 0.25) 600px, rgba(100, 100, 225, 0.25) 630px, rgba(0, 0, 0, 0) 630px, rgba(0, 0, 0, 0) 640px, rgba(100, 100, 225, 0.25) 640px, rgba(100, 100, 225, 0.25) 670px, rgba(0, 0, 0, 0) 670px, rgba(0, 0, 0, 0) 680px, rgba(100, 100, 225, 0.25) 680px, rgba(100, 100, 225, 0.25) 710px, rgba(0, 0, 0, 0) 710px, rgba(0, 0, 0, 0) 720px, rgba(100, 100, 225, 0.25) 720px, rgba(100, 100, 225, 0.25) 750px, rgba(0, 0, 0, 0) 750px, rgba(0, 0, 0, 0) 760px, rgba(100, 100, 225, 0.25) 760px, rgba(100, 100, 225, 0.25) 790px, rgba(0, 0, 0, 0) 790px, rgba(0, 0, 0, 0) 800px, rgba(100, 100, 225, 0.25) 800px, rgba(100, 100, 225, 0.25) 830px, rgba(0, 0, 0, 0) 830px, rgba(0, 0, 0, 0) 840px, rgba(100, 100, 225, 0.25) 840px, rgba(100, 100, 225, 0.25) 870px, rgba(0, 0, 0, 0) 870px, rgba(0, 0, 0, 0) 880px, rgba(100, 100, 225, 0.25) 880px, rgba(100, 100, 225, 0.25) 910px, rgba(0, 0, 0, 0) 910px, rgba(0, 0, 0, 0) 920px, rgba(100, 100, 225, 0.25) 920px, rgba(100, 100, 225, 0.25) 950px, rgba(0, 0, 0, 0) 950px, rgba(0, 0, 0, 0) 960px);
    -webkit-background-size: 100% 18px, auto;
    -moz-background-size: 100% 18px, auto;
    -o-background-size: 100% 18px, auto;
    background-size: 100% 18px, auto;
    background-position: left top;
}

/* line 4, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.feedback, .error, .alert, .notice, .success, .info {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
}

/* line 5, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.error, .alert {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.error a, .alert a {
    color: #8a1f11;
}

/* line 7, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}
/* line 36, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.notice a {
    color: #514721;
}

/* line 8, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}
/* line 45, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.success a {
    color: #264409;
}

/* line 9, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}
/* line 54, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.info a {
    color: #205791;
}

/* line 10, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.hide {
    display: none;
}

/* line 11, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.highlight {
    background: yellow;
}

/* line 12, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.added {
    background: #006600;
    color: white;
}

/* line 13, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
.removed {
    background: #990000;
    color: white;
}

/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
label {
    font-weight: bold;
}

/* line 19, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
fieldset {
    padding: 1.4em;
    margin: 0 0 1.5em 0;
}

/* line 20, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
legend {
    font-weight: bold;
    font-size: 1.2em;
}

/* line 26, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text, input.title, input[type=email], input[type=text], input[type=password] {
    margin: 0.5em 0;
    background-color: white;
    padding: 5px;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.title {
    font-size: 1.5em;
}

/* line 29, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
textarea {
    margin: 0.5em 0;
    padding: 5px;
}

/* line 30, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
select {
    margin: 0.5em 0;
}

/* line 55, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
fieldset {
    border: 1px solid #cccccc;
}

/* line 58, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text, input.title, input[type=email], input[type=text], input[type=password],
textarea {
    background-color: #fff;
    border: 1px solid #bbbbbb;
}
/* line 61, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text:focus, input.title:focus, input[type=email]:focus, input[type=text]:focus, input[type=password]:focus,
textarea:focus {
    border-color: #666666;
}

/* line 65, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
select {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
}

/* line 44, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
input.text, input.title, input[type=email], input[type=text], input[type=password] {
    width: 300px;
}

/* line 46, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
textarea {
    width: 390px;
    height: 250px;
}

/* line 30, ../../../app/stylesheets/screen.sass */
body {
    text-align: left;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 1em;
    background-color: white;
    color: #454545;
}
/* line 39, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body .box {
    padding: 1.5em;
    margin-bottom: 1.5em;
    background: #e5ecf9;
}
/* line 42, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body .border {
    padding-right: 4px;
    margin-right: 5px;
    border-right: 1px solid #dddddd;
}
/* line 45, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body .colborder {
    padding-right: 24px;
    margin-right: 25px;
    border-right: 1px solid #dddddd;
}
/* line 47, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body hr {
    background: #dddddd;
    color: #dddddd;
    clear: both;
    float: none;
    width: 100%;
    height: 0.1em;
    margin: 0 0 1.45em;
    border: none;
}
/* line 49, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body hr.space {
    background: #dddddd;
    color: #dddddd;
    clear: both;
    float: none;
    width: 100%;
    height: 0.1em;
    margin: 0 0 1.45em;
    border: none;
    background: white;
    color: white;
    visibility: hidden;
}
/* line 51, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_scaffolding.scss */
body form.inline {
    line-height: 3;
}
/* line 6, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_form.scss */
body form.inline p {
    margin-bottom: 0;
}
/* line 39, ../../../app/stylesheets/screen.sass */
body .box {
    background-color: white;
}
/* line 41, ../../../app/stylesheets/screen.sass */
body .small-box {
    margin-bottom: 1.5em;
    padding: 0.5em;
    background-color: #eeeeee;
}

/* line 46, ../../../app/stylesheets/screen.sass */
a {
    font-weight: 700;
    font-size: 1.05em;
}

/* line 49, ../../../app/stylesheets/screen.sass */
ul > li {
    margin-bottom: 1em;
}

/* line 52, ../../../app/stylesheets/screen.sass */
strong, b {
    font-weight: 700;
}

/* line 55, ../../../app/stylesheets/screen.sass */
textarea {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    padding: 5px;
}

/* line 60, ../../../app/stylesheets/screen.sass */
input, select {
    border: 1px solid #bab9b9;
    padding: 10px;
    font-size: 14px;
    color: #707070;
    color: black;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

/* line 67, ../../../app/stylesheets/screen.sass */
form input[type="radio"] {
    border: none;
}

/* line 69, ../../../app/stylesheets/screen.sass */
a.button, a.button.red {
    padding: 2px 1.1em;
}

/* line 71, ../../../app/stylesheets/screen.sass */
.button, button, a.button, input.button, form.formtastic input.button, #saveForm {
    font-size: 1em;
    font-weight: 700;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}

/* line 75, ../../../app/stylesheets/screen.sass */
select {
    padding: 5px;
}

/* line 77, ../../../app/stylesheets/screen.sass */
legend, form.formtastic legend {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}

/* line 81, ../../../app/stylesheets/screen.sass */
form.formtastic strong {
    font-weight: 700;
}
/* line 83, ../../../app/stylesheets/screen.sass */
form.formtastic em {
    font-style: italic;
}
/* line 85, ../../../app/stylesheets/screen.sass */
form.formtastic #errorExplanation {
    background: none repeat scroll 0 0 #fbe3e4;
    border: 2px solid #fbc2c4;
    color: #8a1f11;
    margin-bottom: 1em;
    padding: 0.8em;
}
/* line 91, ../../../app/stylesheets/screen.sass */
form.formtastic #errorExplanation h2 {
    margin-bottom: 0.25em;
}
/* line 93, ../../../app/stylesheets/screen.sass */
form.formtastic #errorExplanation p {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 2.1em;
}
/* line 97, ../../../app/stylesheets/screen.sass */
form.formtastic #errorExplanation ul {
    list-style: circle;
}
/* line 99, ../../../app/stylesheets/screen.sass */
form.formtastic #errorExplanation ul li {
    margin: 0.5em 0 0.5em 1.5em;
}
/* line 101, ../../../app/stylesheets/screen.sass */
form.formtastic .error, form.formtastic .alert {
    padding: 0.8em;
}
/* line 103, ../../../app/stylesheets/screen.sass */
form.formtastic li.error, form.formtastic li.alert {
    background-image: none;
}
/* line 105, ../../../app/stylesheets/screen.sass */
form.formtastic p.inline-errors {
    font-size: 0.8em;
    margin-top: 0.5em;
}
/* line 108, ../../../app/stylesheets/screen.sass */
form.formtastic p.inline-errors:first-letter {
    text-transform: uppercase;
}

/* line 111, ../../../app/stylesheets/screen.sass */
fieldset {
    margin-top: 1em;
}

/* line 113, ../../../app/stylesheets/screen.sass */
h2 {
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: -1px;
    color: #535353;
}

/* line 119, ../../../app/stylesheets/screen.sass */
.header h2 {
    margin-bottom: 0;
}
/* line 121, ../../../app/stylesheets/screen.sass */
.header a {
    font-size: 0.9em;
    font-weight: 700;
}

/* line 125, ../../../app/stylesheets/screen.sass */
#content.loggedin .header h2:first-letter {
    text-transform: capitalize;
}

/* line 127, ../../../app/stylesheets/screen.sass */
.faq {
    text-transform: uppercase;
}

/* line 129, ../../../app/stylesheets/screen.sass */
h3 {
    color: #535353;
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 1.2em;
    margin-top: 2em;
    text-shadow: #ffe5b4, 0, 1px, 0;
}

/* line 136, ../../../app/stylesheets/screen.sass */
h4 {
    font-size: 1em;
}

/* line 143, ../../../app/stylesheets/screen.sass */
blockquote {
    margin: 0.5em 1.5em 0.75em;
    line-height: 1.65em;
}

/* line 147, ../../../app/stylesheets/screen.sass */
p {
    margin-top: 1em;
    font-size: 0.9em;
    line-height: 1.65em;
    text-shadow: #efefef, 0, 1px, 0;
}

/* line 154, ../../../app/stylesheets/screen.sass */
cite {
    font-size: 0.9em;
    font-style: normal;
}

/* line 158, ../../../app/stylesheets/screen.sass */
.subtitle {
    margin-bottom: 2em;
    margin-top: -2em;
}
/* line 161, ../../../app/stylesheets/screen.sass */
.subtitle h2 {
    text-transform: lowercase;
}

/* line 164, ../../../app/stylesheets/screen.sass */
.highlight {
    background-color: #ffffcc;
}

/* line 167, ../../../app/stylesheets/screen.sass */
.last {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* line 171, ../../../app/stylesheets/screen.sass */
.welcome {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    padding-left: 80px;
    padding-right: 80px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .welcome {
    overflow-x: hidden;
}
/* line 175, ../../../app/stylesheets/screen.sass */
.welcome p {
    background-image: none;
}

/* line 178, ../../../app/stylesheets/screen.sass */
#content {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    padding-right: 80px;
    padding-left: 80px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content {
    overflow-x: hidden;
}

/* line 184, ../../../app/stylesheets/screen.sass */
body #content.loggedout .reminder-reminder, body #content.loggedout .try-odf-premium h3 a {
    display: none;
}
/* line 186, ../../../app/stylesheets/screen.sass */
body #content.loggedout .inner-content {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body #content.loggedout .inner-content {
    overflow-x: hidden;
}
/* line 188, ../../../app/stylesheets/screen.sass */
body #content.loggedout .inner-content .text-content {
    display: inline;
    float: left;
    margin-right: 0;
    width: 550px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body #content.loggedout .inner-content .text-content {
    overflow-x: hidden;
}
/* line 190, ../../../app/stylesheets/screen.sass */
body #content.loggedout .inner-content #contact-form {
    margin-left: -0.5em;
}

/* line 194, ../../../app/stylesheets/screen.sass */
body.reminders #content.loggedout .reminder-reminder {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50px;
    height: 170px;
    right: 80px;
    width: 170px;
    z-index: -1;
}
/* line 203, ../../../app/stylesheets/screen.sass */
body.reminders #content.loggedout .reminder-reminder h2 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/create-a-simple-text-reminder-always-free.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 163px;
    height: 166px;
}
/* line 205, ../../../app/stylesheets/screen.sass */
body.reminders #content.loggedout .try-odf-premium {
    position: relative;
}
/* line 207, ../../../app/stylesheets/screen.sass */
body.reminders #content.loggedout .try-odf-premium h3 a {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -82px;
    left: -93px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/ad-free-texts-pointing.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 267px;
    height: 216px;
}

/* line 218, ../../../app/stylesheets/screen.sass */
body.reminders #content.loggedout h2 {
    color: #f58e12;
    font-weight: 400;
    font-size: 1.4em;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 0.25em;
}

/* line 226, ../../../app/stylesheets/screen.sass */
#content.loggedout, .widget {
    position: relative;
}
/* line 228, ../../../app/stylesheets/screen.sass */
#content.loggedout h3, .widget h3 {
    color: #f58e12;
    font-weight: 400;
    font-size: 1.4em;
    text-transform: lowercase;
    margin-top: 0;
    margin-bottom: 0.5em;
}
/* line 235, ../../../app/stylesheets/screen.sass */
#content.loggedout .logo, .widget .logo {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/ohdontforget-logo.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 567px;
    height: 71px;
    margin-bottom: 1.5em;
    display: block;
    height: 100px;
    margin-top: 5em;
}
/* line 241, ../../../app/stylesheets/screen.sass */
#content.loggedout .logo a, .widget .logo a {
    width: 567px;
    height: 71px;
    display: block;
    position: relative;
    top: 0;
}
/* line 247, ../../../app/stylesheets/screen.sass */
#content.loggedout .reminder-form, .widget .reminder-form {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    margin-bottom: 5em;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout .reminder-form, * html .widget .reminder-form {
    overflow-x: hidden;
}
/* line 250, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf, .widget #about-odf {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf, * html .widget #about-odf {
    overflow-x: hidden;
}
/* line 252, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf #schedule-texts, .widget #about-odf #schedule-texts {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 390px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf #schedule-texts, * html .widget #about-odf #schedule-texts {
    overflow-x: hidden;
}
/* line 254, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf #creative-uses, .widget #about-odf #creative-uses {
    display: inline;
    float: left;
    margin-right: 0;
    width: 390px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf #creative-uses, * html .widget #about-odf #creative-uses {
    overflow-x: hidden;
}
/* line 256, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium, .widget #about-odf-premium {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf-premium, * html .widget #about-odf-premium {
    overflow-x: hidden;
}
/* line 258, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium.section, .widget #about-odf-premium.section {
    padding-top: 0;
}
/* line 260, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features, .widget #about-odf-premium #features {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 390px;
    text-transform: lowercase;
    padding-top: 2em;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf-premium #features, * html .widget #about-odf-premium #features {
    overflow-x: hidden;
}
/* line 264, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features .sign-up-now, .widget #about-odf-premium #features .sign-up-now {
    position: absolute;
    margin-left: 315px;
    margin-top: 9px;
}
/* line 268, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features .sign-up-now h4, .widget #about-odf-premium #features .sign-up-now h4 {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    /* background-image: url('/assets/sign-up-now.png?1370491864'); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 61px;
    height: 34px;
    display: block;
}
/* line 271, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features .sign-up-now h4 a, .widget #about-odf-premium #features .sign-up-now h4 a {
    display: block;
    height: 100px;
}
/* line 274, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table, .widget #about-odf-premium #features table {
    display: inline;
    float: left;
    margin-right: 0;
    width: 310px;
    border: none;
    font-size: 1em;
    table-layout: fixed;
    margin-bottom: 0;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf-premium #features table, * html .widget #about-odf-premium #features table {
    overflow-x: hidden;
}
/* line 280, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr th, .widget #about-odf-premium #features table tr th {
    text-transform: lowercase;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 1em;
}
/* line 287, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr th.title, .widget #about-odf-premium #features table tr th.title {
    width: 150px;
}
/* line 289, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr th.free, #content.loggedout #about-odf-premium #features table tr th.premium, .widget #about-odf-premium #features table tr th.free, .widget #about-odf-premium #features table tr th.premium {
    text-align: center;
    vertical-align: top;
}
/* line 292, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr th.free h3, #content.loggedout #about-odf-premium #features table tr th.premium h3, .widget #about-odf-premium #features table tr th.free h3, .widget #about-odf-premium #features table tr th.premium h3 {
    color: inherit;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0px;
    margin-top: 5px;
    text-shadow: none;
}
/* line 299, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr th.free, .widget #about-odf-premium #features table tr th.free {
    width: 70px;
}
/* line 301, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr th.premium, .widget #about-odf-premium #features table tr th.premium {
    width: 70px !important;
}
/* line 303, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr th, #content.loggedout #about-odf-premium #features table tr td, .widget #about-odf-premium #features table tr th, .widget #about-odf-premium #features table tr td {
    border: none;
    padding: 0;
    margin: 0;
}
/* line 307, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr td, .widget #about-odf-premium #features table tr td {
    padding: 0.5em 0;
}
/* line 309, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr td.label, .widget #about-odf-premium #features table tr td.label {
    color: #555555;
    font-size: 1em;
    width: 200px;
}
/* line 313, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr td.check-on, .widget #about-odf-premium #features table tr td.check-on {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/icons/check_16x13_gr_drk.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 13px;
}
/* line 315, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #features table tr td.check-off, .widget #about-odf-premium #features table tr td.check-off {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/icons/check_16x13_gr_lt.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 13px;
}
/* line 317, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #uses, .widget #about-odf-premium #uses {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 350px;
    padding-right: 40px;
    padding-top: 2em;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf-premium #uses, * html .widget #about-odf-premium #uses {
    overflow-x: hidden;
}
/* line 321, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press, #content.loggedout #about-odf-premium #users, .widget #about-odf-premium #press, .widget #about-odf-premium #users {
    display: inline;
    float: left;
    margin-right: 0;
    width: 390px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf-premium #press, * html #content.loggedout #about-odf-premium #users, * html .widget #about-odf-premium #press, * html .widget #about-odf-premium #users {
    overflow-x: hidden;
}
/* line 323, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press, .widget #about-odf-premium #press {
    padding-top: 2em;
}
/* line 325, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons, #content.loggedout #about-odf-premium #press .press-icons-more, .widget #about-odf-premium #press .press-icons, .widget #about-odf-premium #press .press-icons-more {
    display: inline;
    float: left;
    margin-right: 0;
    width: 390px;
    margin: 0.5em 0 0;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #about-odf-premium #press .press-icons, * html #content.loggedout #about-odf-premium #press .press-icons-more, * html .widget #about-odf-premium #press .press-icons, * html .widget #about-odf-premium #press .press-icons-more {
    overflow-x: hidden;
}
/* line 328, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul, #content.loggedout #about-odf-premium #press .press-icons-more ul, .widget #about-odf-premium #press .press-icons ul, .widget #about-odf-premium #press .press-icons-more ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    width: 380px;
}
/* line 60, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#content.loggedout #about-odf-premium #press .press-icons ul li, #content.loggedout #about-odf-premium #press .press-icons-more ul li, .widget #about-odf-premium #press .press-icons ul li, .widget #about-odf-premium #press .press-icons-more ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}
/* line 48, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#content.loggedout #about-odf-premium #press .press-icons ul li:first-child, #content.loggedout #about-odf-premium #press .press-icons ul li.first, #content.loggedout #about-odf-premium #press .press-icons-more ul li:first-child, #content.loggedout #about-odf-premium #press .press-icons-more ul li.first, .widget #about-odf-premium #press .press-icons ul li:first-child, .widget #about-odf-premium #press .press-icons ul li.first, .widget #about-odf-premium #press .press-icons-more ul li:first-child, .widget #about-odf-premium #press .press-icons-more ul li.first {
    padding-left: 0;
}
/* line 49, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#content.loggedout #about-odf-premium #press .press-icons ul li:last-child, #content.loggedout #about-odf-premium #press .press-icons-more ul li:last-child, .widget #about-odf-premium #press .press-icons ul li:last-child, .widget #about-odf-premium #press .press-icons-more ul li:last-child {
    padding-right: 0;
}
/* line 50, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#content.loggedout #about-odf-premium #press .press-icons ul li.last, #content.loggedout #about-odf-premium #press .press-icons-more ul li.last, .widget #about-odf-premium #press .press-icons ul li.last, .widget #about-odf-premium #press .press-icons-more ul li.last {
    padding-right: 0;
}
/* line 332, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li, #content.loggedout #about-odf-premium #press .press-icons-more ul li, .widget #about-odf-premium #press .press-icons ul li, .widget #about-odf-premium #press .press-icons-more ul li {
    float: left;
    display: block;
    margin-bottom: 0.5em;
    cursor: pointer;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
}
/* line 338, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.time a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.time a, .widget #about-odf-premium #press .press-icons ul li.time a, .widget #about-odf-premium #press .press-icons-more ul li.time a {
    background-position: 0 0;
    width: 109px;
}
/* line 341, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.time a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.time a span, .widget #about-odf-premium #press .press-icons ul li.time a span, .widget #about-odf-premium #press .press-icons-more ul li.time a span {
    background-position: 0px -107px;
}
/* line 343, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.today-show a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.today-show a, .widget #about-odf-premium #press .press-icons ul li.today-show a, .widget #about-odf-premium #press .press-icons-more ul li.today-show a {
    background-position: -120px 0;
    width: 82px;
}
/* line 346, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.today-show a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.today-show a span, .widget #about-odf-premium #press .press-icons ul li.today-show a span, .widget #about-odf-premium #press .press-icons-more ul li.today-show a span {
    background-position: -120px -107px;
}
/* line 348, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.msnbc a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.msnbc a, .widget #about-odf-premium #press .press-icons ul li.msnbc a, .widget #about-odf-premium #press .press-icons-more ul li.msnbc a {
    background-position: -215px 0;
    width: 48px;
}
/* line 351, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.msnbc a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.msnbc a span, .widget #about-odf-premium #press .press-icons ul li.msnbc a span, .widget #about-odf-premium #press .press-icons-more ul li.msnbc a span {
    background-position: -215px -107px;
}
/* line 353, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.cnet a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.cnet a, .widget #about-odf-premium #press .press-icons ul li.cnet a, .widget #about-odf-premium #press .press-icons-more ul li.cnet a {
    background-position: -278px 0;
    width: 110px;
}
/* line 356, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.cnet a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.cnet a span, .widget #about-odf-premium #press .press-icons ul li.cnet a span, .widget #about-odf-premium #press .press-icons-more ul li.cnet a span {
    background-position: -278px -107px;
}
/* line 358, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.lifehacker a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.lifehacker a, .widget #about-odf-premium #press .press-icons ul li.lifehacker a, .widget #about-odf-premium #press .press-icons-more ul li.lifehacker a {
    background-position: -7px -50px;
    width: 121px;
}
/* line 361, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.lifehacker a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.lifehacker a span, .widget #about-odf-premium #press .press-icons ul li.lifehacker a span, .widget #about-odf-premium #press .press-icons-more ul li.lifehacker a span {
    background-position: -7px -157px;
}
/* line 363, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.boingboing a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.boingboing a, .widget #about-odf-premium #press .press-icons ul li.boingboing a, .widget #about-odf-premium #press .press-icons-more ul li.boingboing a {
    background-position: -152px -50px;
    width: 160px;
}
/* line 366, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.boingboing a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.boingboing a span, .widget #about-odf-premium #press .press-icons ul li.boingboing a span, .widget #about-odf-premium #press .press-icons-more ul li.boingboing a span {
    background-position: -152px -157px;
}
/* line 368, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.wsj a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.wsj a, .widget #about-odf-premium #press .press-icons ul li.wsj a, .widget #about-odf-premium #press .press-icons-more ul li.wsj a {
    background-position: -330px -50px;
    width: 62px;
}
/* line 371, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.wsj a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.wsj a span, .widget #about-odf-premium #press .press-icons ul li.wsj a span, .widget #about-odf-premium #press .press-icons-more ul li.wsj a span {
    background-position: -330px -157px;
}
/* line 373, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.netted-webbys a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.netted-webbys a, .widget #about-odf-premium #press .press-icons ul li.netted-webbys a, .widget #about-odf-premium #press .press-icons-more ul li.netted-webbys a {
    background-position: 0 0;
    width: 75px;
}
/* line 376, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.netted-webbys a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.netted-webbys a span, .widget #about-odf-premium #press .press-icons ul li.netted-webbys a span, .widget #about-odf-premium #press .press-icons-more ul li.netted-webbys a span {
    background-position: 0 -107px;
}
/* line 378, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.self-magazine a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.self-magazine a, .widget #about-odf-premium #press .press-icons ul li.self-magazine a, .widget #about-odf-premium #press .press-icons-more ul li.self-magazine a {
    background-position: -75px 0;
    width: 90px;
}
/* line 381, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.self-magazine a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.self-magazine a span, .widget #about-odf-premium #press .press-icons ul li.self-magazine a span, .widget #about-odf-premium #press .press-icons-more ul li.self-magazine a span {
    background-position: -75px -107px;
}
/* line 383, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.mashable a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.mashable a, .widget #about-odf-premium #press .press-icons ul li.mashable a, .widget #about-odf-premium #press .press-icons-more ul li.mashable a {
    background-position: -183px 0;
    width: 194px;
}
/* line 386, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.mashable a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.mashable a span, .widget #about-odf-premium #press .press-icons ul li.mashable a span, .widget #about-odf-premium #press .press-icons-more ul li.mashable a span {
    background-position: -183px -107px;
}
/* line 388, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.bnet a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.bnet a, .widget #about-odf-premium #press .press-icons ul li.bnet a, .widget #about-odf-premium #press .press-icons-more ul li.bnet a {
    background-position: 0px -50px;
    width: 75px;
}
/* line 391, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.bnet a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.bnet a span, .widget #about-odf-premium #press .press-icons ul li.bnet a span, .widget #about-odf-premium #press .press-icons-more ul li.bnet a span {
    background-position: 0 -153px;
}
/* line 393, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.pcworld a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.pcworld a, .widget #about-odf-premium #press .press-icons ul li.pcworld a, .widget #about-odf-premium #press .press-icons-more ul li.pcworld a {
    background-position: -82px -50px;
    width: 175px;
}
/* line 396, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.pcworld a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.pcworld a span, .widget #about-odf-premium #press .press-icons ul li.pcworld a span, .widget #about-odf-premium #press .press-icons-more ul li.pcworld a span {
    background-position: -82px -155px;
}
/* line 398, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.seth-godin a, #content.loggedout #about-odf-premium #press .press-icons-more ul li.seth-godin a, .widget #about-odf-premium #press .press-icons ul li.seth-godin a, .widget #about-odf-premium #press .press-icons-more ul li.seth-godin a {
    background-position: -255px -50px;
    width: 100px;
}
/* line 401, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li.seth-godin a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li.seth-godin a span, .widget #about-odf-premium #press .press-icons ul li.seth-godin a span, .widget #about-odf-premium #press .press-icons-more ul li.seth-godin a span {
    background-position: -255px -154px;
}
/* line 403, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li a, #content.loggedout #about-odf-premium #press .press-icons-more ul li a, .widget #about-odf-premium #press .press-icons ul li a, .widget #about-odf-premium #press .press-icons-more ul li a {
    display: block;
    height: 50px;
    background-image: url("/assets/press-sprite-fff.png");
    background-repeat: no-repeat;
    cursor: pointer;
}
/* line 409, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons ul li a span, #content.loggedout #about-odf-premium #press .press-icons-more ul li a span, .widget #about-odf-premium #press .press-icons ul li a span, .widget #about-odf-premium #press .press-icons-more ul li a span {
    background-image: url("/assets/press-sprite-fff.png");
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    cursor: pointer;
}
/* line 415, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons-more, .widget #about-odf-premium #press .press-icons-more {
    margin: 0;
}
/* line 418, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons-more ul li a, .widget #about-odf-premium #press .press-icons-more ul li a {
    background-image: url("/assets/press-sprite-fff2.png");
}
/* line 420, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press .press-icons-more ul li a span, .widget #about-odf-premium #press .press-icons-more ul li a span {
    background-image: url("/assets/press-sprite-fff2.png");
}
/* line 424, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #press p, .widget #about-odf-premium #press p {
    margin: 1em 0 1em 0.5em;
    display: inline;
    float: left;
}
/* line 428, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #users, .widget #about-odf-premium #users {
    padding-top: 2em;
}
/* line 430, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #users cite, .widget #about-odf-premium #users cite {
    margin-left: 0.5em;
}
/* line 432, ../../../app/stylesheets/screen.sass */
#content.loggedout #about-odf-premium #users ul, .widget #about-odf-premium #users ul {
    height: 145px;
    overflow: hidden;
    display: block;
    list-style: none;
}
/* line 11, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
#content.loggedout #about-odf-premium #users ul li, .widget #about-odf-premium #users ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
}
/* line 438, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots, .widget #odf-screenshots {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    padding-bottom: 4em;
    /* background: white url("/assets/arrows-only.png") no-repeat scroll 135px 286px; */
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-screenshots, * html .widget #odf-screenshots {
    overflow-x: hidden;
}
/* line 443, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot h3, .widget #odf-screenshots .screenshot h3 {
    margin-left: 10px;
}
/* line 445, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot a, .widget #odf-screenshots .screenshot a {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
}
/* line 447, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot a:hover, .widget #odf-screenshots .screenshot a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
/* line 449, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot img, .widget #odf-screenshots .screenshot img {
    border: 6px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2em;
}
/* line 453, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.first, .widget #odf-screenshots .screenshot.first {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 230px;
    padding-right: 40px;
    width: 242px;
    padding-right: 22px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-screenshots .screenshot.first, * html .widget #odf-screenshots .screenshot.first {
    overflow-x: hidden;
}
/* line 458, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.first img, .widget #odf-screenshots .screenshot.first img {
    border-color: #00b2d6;
}
/* line 460, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.first h3, .widget #odf-screenshots .screenshot.first h3 {
    color: #00b2d6;
}
/* line 462, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.second, .widget #odf-screenshots .screenshot.second {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 230px;
    padding-right: 40px;
    width: 242px;
    padding-right: 22px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-screenshots .screenshot.second, * html .widget #odf-screenshots .screenshot.second {
    overflow-x: hidden;
}
/* line 467, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.second img, .widget #odf-screenshots .screenshot.second img {
    border-color: #cf22d1;
}
/* line 469, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.second h3, .widget #odf-screenshots .screenshot.second h3 {
    color: #cf22d1;
}
/* line 471, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.last, .widget #odf-screenshots .screenshot.last {
    display: inline;
    float: left;
    margin-right: 0;
    width: 230px;
    width: 242px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-screenshots .screenshot.last, * html .widget #odf-screenshots .screenshot.last {
    overflow-x: hidden;
}
/* line 474, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.last img, .widget #odf-screenshots .screenshot.last img {
    border-color: #10ba14;
}
/* line 476, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-screenshots .screenshot.last h3, .widget #odf-screenshots .screenshot.last h3 {
    color: #10ba14;
}
/* line 479, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium, .widget #odf-premium {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium, * html .widget #odf-premium {
    overflow-x: hidden;
}
/* line 481, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .features-benefits, .widget #odf-premium .features-benefits {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 230px;
    padding-right: 40px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium .features-benefits, * html .widget #odf-premium .features-benefits {
    overflow-x: hidden;
}
/* line 484, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .features-benefits img, .widget #odf-premium .features-benefits img {
    border: 1px solid #dddddd;
    margin-top: 0.5em;
}
/* line 487, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase, .widget #odf-premium #purchase {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 270px;
    background: url("/assets/20-percent-savings.png") no-repeat 128px 243px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium #purchase, * html .widget #odf-premium #purchase {
    overflow-x: hidden;
}
/* line 490, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase form, .widget #odf-premium #purchase form {
    margin-top: 1em;
}
/* line 492, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase form input.field, .widget #odf-premium #purchase form input.field {
    width: 180px;
    margin: 0;
}
/* line 495, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase form .purchase-input, .widget #odf-premium #purchase form .purchase-input {
    margin-bottom: 10px;
}
/* line 497, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-period, .widget #odf-premium #purchase .purchase-period {
    display: inline;
    float: left;
    margin-right: 0;
    width: 150px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium #purchase .purchase-period, * html .widget #odf-premium #purchase .purchase-period {
    overflow-x: hidden;
}
/* line 499, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-period input#user_plan_name_monthly, #content.loggedout #odf-premium #purchase .purchase-period input#user_plan_name_annual, .widget #odf-premium #purchase .purchase-period input#user_plan_name_monthly, .widget #odf-premium #purchase .purchase-period input#user_plan_name_annual {
    border: none;
}
/* line 501, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-period table, .widget #odf-premium #purchase .purchase-period table {
    border: none;
    margin: 0 0 10px 0;
    table-layout: fixed;
}
/* line 506, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-period table tbody td, .widget #odf-premium #purchase .purchase-period table tbody td {
    border-bottom: none;
    padding: 0;
}
/* line 509, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-period table tbody td.monthly, .widget #odf-premium #purchase .purchase-period table tbody td.monthly {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 70px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium #purchase .purchase-period table tbody td.monthly, * html .widget #odf-premium #purchase .purchase-period table tbody td.monthly {
    overflow-x: hidden;
}
/* line 511, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-period table tbody td.yearly, .widget #odf-premium #purchase .purchase-period table tbody td.yearly {
    display: inline;
    float: left;
    margin-right: 0;
    width: 70px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium #purchase .purchase-period table tbody td.yearly, * html .widget #odf-premium #purchase .purchase-period table tbody td.yearly {
    overflow-x: hidden;
}
/* line 513, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-period table tbody td span, .widget #odf-premium #purchase .purchase-period table tbody td span {
    color: #d07c21;
    font-weight: 700;
}
/* line 516, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium #purchase .purchase-submit, .widget #odf-premium #purchase .purchase-submit {
    display: inline;
    float: left;
    margin-right: 0;
    width: 230px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium #purchase .purchase-submit, * html .widget #odf-premium #purchase .purchase-submit {
    overflow-x: hidden;
}
/* line 518, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login, .widget #odf-premium .login {
    display: inline;
    float: left;
    margin-right: 0;
    width: 230px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #odf-premium .login, * html .widget #odf-premium .login {
    overflow-x: hidden;
}
/* line 520, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login form, .widget #odf-premium .login form {
    margin-top: 1em;
}
/* line 522, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login form p, .widget #odf-premium .login form p {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
}
/* line 527, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login form input, .widget #odf-premium .login form input {
    margin-bottom: 15px;
}
/* line 529, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login a, .widget #odf-premium .login a {
    float: left;
    width: 100%;
}
/* line 532, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login .login-input, .widget #odf-premium .login .login-input {
    margin-bottom: 0;
}
/* line 534, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login .login-input input, .widget #odf-premium .login .login-input input {
    margin-top: 0;
}
/* line 537, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login .field, #content.loggedout #odf-premium #purchase .field, .widget #odf-premium .login .field, .widget #odf-premium #purchase .field {
    width: 150px;
}
/* line 539, ../../../app/stylesheets/screen.sass */
#content.loggedout #odf-premium .login .button, #content.loggedout #odf-premium #purchase .button, .widget #odf-premium .login .button, .widget #odf-premium #purchase .button {
    font-size: 0.8em;
    margin: 0.5em 0;
}
/* line 542, ../../../app/stylesheets/screen.sass */
#content.loggedout .today-show-content, .widget .today-show-content {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    margin-bottom: 2em;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout .today-show-content, * html .widget .today-show-content {
    overflow-x: hidden;
}
/* line 545, ../../../app/stylesheets/screen.sass */
#content.loggedout .today-show-content .video, .widget .today-show-content .video {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 430px;
    height: 347px;
    background: url("/assets/today-show.png") no-repeat scroll 0 0;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout .today-show-content .video, * html .widget .today-show-content .video {
    overflow-x: hidden;
}
/* line 549, ../../../app/stylesheets/screen.sass */
#content.loggedout .today-show-content .caption, .widget .today-show-content .caption {
    display: inline;
    float: left;
    margin-right: 0;
    width: 350px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout .today-show-content .caption, * html .widget .today-show-content .caption {
    overflow-x: hidden;
}
/* line 551, ../../../app/stylesheets/screen.sass */
#content.loggedout .press-clippings, .widget .press-clippings {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout .press-clippings, * html .widget .press-clippings {
    overflow-x: hidden;
}
/* line 553, ../../../app/stylesheets/screen.sass */
#content.loggedout .press-clippings h3, .widget .press-clippings h3 {
    margin-bottom: 0.5em !important;
}
/* line 555, ../../../app/stylesheets/screen.sass */
#content.loggedout #create-account, .widget #create-account {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #create-account, * html .widget #create-account {
    overflow-x: hidden;
}
/* line 558, ../../../app/stylesheets/screen.sass */
#content.loggedout #create-account form.formtastic .billing-info, #content.loggedout #create-account form.formtastic .billing-address, #content.loggedout #create-account form.formtastic .account-setup, .widget #create-account form.formtastic .billing-info, .widget #create-account form.formtastic .billing-address, .widget #create-account form.formtastic .account-setup {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedout #create-account form.formtastic .billing-info, * html #content.loggedout #create-account form.formtastic .billing-address, * html #content.loggedout #create-account form.formtastic .account-setup, * html .widget #create-account form.formtastic .billing-info, * html .widget #create-account form.formtastic .billing-address, * html .widget #create-account form.formtastic .account-setup {
    overflow-x: hidden;
}
/* line 560, ../../../app/stylesheets/screen.sass */
#content.loggedout #create-account form.formtastic .billing-info h3, #content.loggedout #create-account form.formtastic .billing-address h3, #content.loggedout #create-account form.formtastic .account-setup h3, .widget #create-account form.formtastic .billing-info h3, .widget #create-account form.formtastic .billing-address h3, .widget #create-account form.formtastic .account-setup h3 {
    margin-bottom: 1em;
    margin-top: 0.25em;
}
/* line 563, ../../../app/stylesheets/screen.sass */
#content.loggedout #create-account form.formtastic .billing-info p, #content.loggedout #create-account form.formtastic .billing-address p, #content.loggedout #create-account form.formtastic .account-setup p, .widget #create-account form.formtastic .billing-info p, .widget #create-account form.formtastic .billing-address p, .widget #create-account form.formtastic .account-setup p {
    margin: 0 0 1.5em;
}
/* line 565, ../../../app/stylesheets/screen.sass */
#content.loggedout #create-account form.formtastic .billing-info p.inline-errors, #content.loggedout #create-account form.formtastic .billing-address p.inline-errors, #content.loggedout #create-account form.formtastic .account-setup p.inline-errors, .widget #create-account form.formtastic .billing-info p.inline-errors, .widget #create-account form.formtastic .billing-address p.inline-errors, .widget #create-account form.formtastic .account-setup p.inline-errors {
    margin: 0.5em 0 0;
}
/* line 567, ../../../app/stylesheets/screen.sass */
#content.loggedout #create-account .billing-info, #content.loggedout #create-account .billing-address, .widget #create-account .billing-info, .widget #create-account .billing-address {
    margin-top: 1em;
}
/* line 569, ../../../app/stylesheets/screen.sass */
#content.loggedout #create-account .billing-address, .widget #create-account .billing-address {
    margin-bottom: 1em;
}

/* line 574, ../../../app/stylesheets/screen.sass */
body.pages #content.loggedout h3 {
    margin-bottom: 1em;
}

/* line 577, ../../../app/stylesheets/screen.sass */
.account-form, .billing-form {
    width: 400px;
}
/* line 579, ../../../app/stylesheets/screen.sass */
.account-form .buttons, .billing-form .buttons {
    float: left;
}

/* line 581, ../../../app/stylesheets/screen.sass */
.account-form {
    float: right;
}

/* line 583, ../../../app/stylesheets/screen.sass */
.billing-form {
    float: left;
}

/* line 585, ../../../app/stylesheets/screen.sass */
.formtastic.user p.cancel-link {
    margin-top: 1.3em;
    float: left;
}

/* line 589, ../../../app/stylesheets/screen.sass */
.container {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
}
/* line 591, ../../../app/stylesheets/screen.sass */
.container hr {
    background: #dddddd;
    color: #dddddd;
    clear: both;
    float: none;
    width: 100%;
    height: 0.1em;
    margin: 0 0 1.45em;
    border: none;
}
/* line 593, ../../../app/stylesheets/screen.sass */
.container hr.space {
    background: #dddddd;
    color: #dddddd;
    clear: both;
    float: none;
    width: 100%;
    height: 0.1em;
    margin: 0 0 1.45em;
    border: none;
    background: white;
    color: white;
    visibility: hidden;
}

/* line 596, ../../../app/stylesheets/screen.sass */
.toplink {
    position: fixed;
    bottom: 1em;
    right: 1em;
    padding-left: 7em;
    background: url("/assets/icons/orange/arrow_up_12x12.png") no-repeat 50% 50%;
    font-size: 0.9em;
    z-index: 1;
}

/* line 605, ../../../app/stylesheets/screen.sass */
.send, .delete {
    width: 24px;
}

/* line 608, ../../../app/stylesheets/screen.sass */
.examples {
    font-size: 0.8em;
    margin-top: 0.75em;
}
/* line 611, ../../../app/stylesheets/screen.sass */
.examples strong span {
    font-weight: 400;
}
/* line 613, ../../../app/stylesheets/screen.sass */
.examples ul {
    color: #999999;
    margin-top: 0.1em;
}
/* line 616, ../../../app/stylesheets/screen.sass */
.examples ul li {
    margin-left: 0.5em;
    margin-bottom: 0.25em;
    text-shadow: whitesmoke, 1px, 1px, 2px;
}

/* line 621, ../../../app/stylesheets/screen.sass */
#header {
    width: 100%;
    display: block;
    background-color: whitesmoke;
}
/* line 625, ../../../app/stylesheets/screen.sass */
#header #menu {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    overflow: hidden;
    padding: 0.1em 1em;
    margin: 5px auto 0;
    text-transform: lowercase;
    float: none;
    display: block;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #header #menu {
    overflow-x: hidden;
}
/* line 633, ../../../app/stylesheets/screen.sass */
#header #menu #login-form {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 310px;
    margin-top: 0.15em;
    margin-right: 3px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #header #menu #login-form {
    overflow-x: hidden;
}
/* line 637, ../../../app/stylesheets/screen.sass */
#header #menu #login-form form {
    float: right;
}
/* line 639, ../../../app/stylesheets/screen.sass */
#header #menu #login-form label {
    display: inline-block;
    margin-right: 5px;
}
/* line 642, ../../../app/stylesheets/screen.sass */
#header #menu #login-form input[type="submit"] {
    font-size: 0.8em;
    margin-top: -2px;
    padding: 3px 5px;
}
/* line 646, ../../../app/stylesheets/screen.sass */
#header #menu #login-form #user_session_login, #header #menu #login-form #user_session_password {
    width: 100px;
}
/* line 648, ../../../app/stylesheets/screen.sass */
#header #menu #login-form .login-inputs {
    float: left;
    display: inline;
    margin: 0.5em 0;
}
/* line 652, ../../../app/stylesheets/screen.sass */
#header #menu #login-form .login-inputs input {
    margin: 0;
}
/* line 654, ../../../app/stylesheets/screen.sass */
#header #menu #login-form .login-button {
    display: inline;
    float: left;
    margin: 0.5em 0 0 0.5em;
}
/* line 658, ../../../app/stylesheets/screen.sass */
#header #menu .register {
    display: inline;
    float: left;
    margin-right: 0;
    width: 70px;
    width: 70px;
    font-size: 0.8em;
    margin-top: 0.9em;
    text-align: right;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #header #menu .register {
    overflow-x: hidden;
}
/* line 664, ../../../app/stylesheets/screen.sass */
#header #main-navigation {
    display: inline;
    float: left;
    margin-right: 0;
    width: 750px;
    margin-top: 0.5em;
    font-size: 0.8em;
    text-transform: lowercase;
    background-color: whitesmoke;
    width: 100%;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #header #main-navigation {
    overflow-x: hidden;
}
/* line 671, ../../../app/stylesheets/screen.sass */
#header #main-navigation ul {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
    display: inline;
    float: left;
    margin-right: 0;
    width: 750px;
    display: block;
    float: none;
    margin: 0 auto 1em auto;
}
/* line 60, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#header #main-navigation ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}
/* line 48, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#header #main-navigation ul li:first-child, #header #main-navigation ul li.first {
    padding-left: 0;
}
/* line 49, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#header #main-navigation ul li:last-child {
    padding-right: 0;
}
/* line 50, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#header #main-navigation ul li.last {
    padding-right: 0;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #header #main-navigation ul {
    overflow-x: hidden;
}
/* line 677, ../../../app/stylesheets/screen.sass */
#header #main-navigation ul li {
    margin-bottom: 0;
}
/* line 679, ../../../app/stylesheets/screen.sass */
#header #main-navigation ul li a {
    border-right: 1px solid #cccccc;
    padding: 0 10px 0 3px;
    color: #0994ce;
    text-shadow: #cecece, 0, 1px, 0;
}
/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#header #main-navigation ul li a:visited {
    color: #0994ce;
}
/* line 21, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#header #main-navigation ul li a:focus {
    color: #0994ce;
}
/* line 24, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#header #main-navigation ul li a:hover {
    color: #f58e12;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
#header #main-navigation ul li a:active {
    color: #0994ce;
}
/* line 684, ../../../app/stylesheets/screen.sass */
#header #main-navigation ul li a.active {
    color: #f58e12;
}
/* line 686, ../../../app/stylesheets/screen.sass */
#header #main-navigation ul li.last a {
    border-right: none;
}
/* line 688, ../../../app/stylesheets/screen.sass */
#header .share-buttons {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 350px;
    margin: 0.75em -14px 0 24px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #header .share-buttons {
    overflow-x: hidden;
}
/* line 692, ../../../app/stylesheets/screen.sass */
#header .share-buttons span {
    margin: 0 0.25em 0 0;
}

/* line 694, ../../../app/stylesheets/screen.sass */
.wrapper {
    margin: 0 auto;
}

/* line 697, ../../../app/stylesheets/screen.sass */
.in {
    padding: 15px 25px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #bab9b9;
    margin-bottom: 1em;
}

/* line 705, ../../../app/stylesheets/screen.sass */
.header p {
    margin: 0.1em 0 0;
    padding: 0;
    font-size: 0.9em;
}
/* line 709, ../../../app/stylesheets/screen.sass */
.header p a {
    font-size: 1em;
}

/* line 712, ../../../app/stylesheets/screen.sass */
.forms {
    line-height: 2em;
}

/* line 716, ../../../app/stylesheets/screen.sass */
a:link, a:visited {
    color: #00b2d6;
    text-decoration: none;
}
/* line 719, ../../../app/stylesheets/screen.sass */
a:hover {
    color: #f58e12;
}

/* line 722, ../../../app/stylesheets/screen.sass */
a.logout, .edit a, a.delete, a.edit {
    color: #f58e12;
}
/* line 18, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a.logout:visited, .edit a:visited, a.delete:visited, a.edit:visited {
    color: #f58e12;
}
/* line 21, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a.logout:focus, .edit a:focus, a.delete:focus, a.edit:focus {
    color: #00b2d6;
}
/* line 24, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a.logout:hover, .edit a:hover, a.delete:hover, a.edit:hover {
    color: #00b2d6;
}
/* line 27, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
a.logout:active, .edit a:active, a.delete:active, a.edit:active {
    color: #f58e12;
}

/* line 725, ../../../app/stylesheets/screen.sass */
span.pipe {
    padding: 0 5px;
    color: #999999;
}

/* line 730, ../../../app/stylesheets/screen.sass */
a.delete {
    background: url("/assets/x2.gif") 0 4px no-repeat;
    padding-left: 12px;
    font-size: 0.9em;
}

/* line 735, ../../../app/stylesheets/screen.sass */
a.edit {
    background: url("/assets/icons/orange/pen_8x8.png") 0 4px no-repeat;
    padding-left: 12px;
    font-size: 0.9em;
}

/* line 740, ../../../app/stylesheets/screen.sass */
textarea.code {
    font-size: 12px;
    width: 500px;
}

/* line 744, ../../../app/stylesheets/screen.sass */
#content.loggedin {
    display: inline;
    float: left;
    margin-right: 0;
    width: 950px;
    padding: 0;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedin {
    overflow-x: hidden;
}
/* line 748, ../../../app/stylesheets/screen.sass */
#content.loggedin legend span {
    font-size: 0.8em;
}
/* line 750, ../../../app/stylesheets/screen.sass */
#content.loggedin h3 {
    text-shadow: none;
    margin-top: 0.5em;
}
/* line 755, ../../../app/stylesheets/screen.sass */
#content.loggedin table td a, #content.loggedin table th a {
    text-shadow: #cdd5d6, 0, 1px, 0;
}
/* line 757, ../../../app/stylesheets/screen.sass */
#content.loggedin table#reminder {
    width: 879px;
}
/* line 759, ../../../app/stylesheets/screen.sass */
#content.loggedin .logo a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/ohdontforget-plus-logo.png?1370491864');
    background-repeat: no-repeat;
    background-position: 0 0;
    float: left;
    margin: 15px 0;
    width: 567px;
    height: 71px;
}
/* line 765, ../../../app/stylesheets/screen.sass */
#content.loggedin .content {
    background-color: white;
    border: 1px solid #bab9b9;
    padding-bottom: 25px;
}
/* line 769, ../../../app/stylesheets/screen.sass */
#content.loggedin .content .inner-content {
    overflow: hidden;
    padding: 0 1.8em;
}
/* line 772, ../../../app/stylesheets/screen.sass */
#content.loggedin .content .inner-content .today-show-content {
    margin-bottom: 2em;
}
/* line 774, ../../../app/stylesheets/screen.sass */
#content.loggedin .content .inner-content .today-show-content .video {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 430px;
    height: 400px;
    background: url("/assets/today-show.png") no-repeat scroll 0 0;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedin .content .inner-content .today-show-content .video {
    overflow-x: hidden;
}
/* line 778, ../../../app/stylesheets/screen.sass */
#content.loggedin .content .inner-content .today-show-content .video p {
    color: white;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: -285px;
    text-align: center;
    padding: 1em;
    background: black;
}
/* line 786, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section, #content.loggedin .widgets-section {
    overflow: hidden;
    width: 950px;
}
/* line 789, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section h3, #content.loggedin .widgets-section h3 {
    margin-top: 1em;
}
/* line 791, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact, #content.loggedin .contacts-section form.widget, #content.loggedin .widgets-section form.contact, #content.loggedin .widgets-section form.widget {
    width: 250px;
    font-size: 0.8em;
}
/* line 794, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact fieldset > ol > li, #content.loggedin .contacts-section form.widget fieldset > ol > li, #content.loggedin .widgets-section form.contact fieldset > ol > li, #content.loggedin .widgets-section form.widget fieldset > ol > li {
    margin-bottom: 0.3em;
    width: 100%;
}
/* line 797, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact label, #content.loggedin .contacts-section form.widget label, #content.loggedin .widgets-section form.contact label, #content.loggedin .widgets-section form.widget label {
    display: block;
}
/* line 799, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact input, #content.loggedin .contacts-section form.widget input, #content.loggedin .widgets-section form.contact input, #content.loggedin .widgets-section form.widget input {
    margin: 0.5em 0 1em;
}
/* line 802, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .name input.contact_first_name, #content.loggedin .contacts-section form.widget .name input.contact_first_name, #content.loggedin .widgets-section form.contact .name input.contact_first_name, #content.loggedin .widgets-section form.widget .name input.contact_first_name {
    width: 150px;
}
/* line 804, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .name input.contact_last_name, #content.loggedin .contacts-section form.contact .name input.widget_name, #content.loggedin .contacts-section form.widget .name input.contact_last_name, #content.loggedin .contacts-section form.widget .name input.widget_name, #content.loggedin .widgets-section form.contact .name input.contact_last_name, #content.loggedin .widgets-section form.contact .name input.widget_name, #content.loggedin .widgets-section form.widget .name input.contact_last_name, #content.loggedin .widgets-section form.widget .name input.widget_name {
    width: 220px;
}
/* line 807, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .domain input.widget_domain, #content.loggedin .contacts-section form.widget .domain input.widget_domain, #content.loggedin .widgets-section form.contact .domain input.widget_domain, #content.loggedin .widgets-section form.widget .domain input.widget_domain {
    width: 220px;
}
/* line 809, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .option input.widget_template, #content.loggedin .contacts-section form.widget .option input.widget_template, #content.loggedin .widgets-section form.contact .option input.widget_template, #content.loggedin .widgets-section form.widget .option input.widget_template {
    width: 230px;
}
/* line 812, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .number input, #content.loggedin .contacts-section form.widget .number input, #content.loggedin .widgets-section form.contact .number input, #content.loggedin .widgets-section form.widget .number input {
    width: 135px;
}
/* line 814, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .number abbr, #content.loggedin .contacts-section form.widget .number abbr, #content.loggedin .widgets-section form.contact .number abbr, #content.loggedin .widgets-section form.widget .number abbr {
    border-bottom: none;
}
/* line 816, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .commit, #content.loggedin .contacts-section form.widget .commit, #content.loggedin .widgets-section form.contact .commit, #content.loggedin .widgets-section form.widget .commit {
    display: inline;
    float: left;
}
/* line 819, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .commit a, #content.loggedin .contacts-section form.widget .commit a, #content.loggedin .widgets-section form.contact .commit a, #content.loggedin .widgets-section form.widget .commit a {
    margin: 0.5em 0;
}
/* line 822, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section form.contact .del a, #content.loggedin .contacts-section form.widget .del a, #content.loggedin .widgets-section form.contact .del a, #content.loggedin .widgets-section form.widget .del a {
    margin: -5.5em 0 0 10em;
}
/* line 824, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .contact-list, #content.loggedin .contacts-section .widget-list, #content.loggedin .contacts-section .widget-code, #content.loggedin .widgets-section .contact-list, #content.loggedin .widgets-section .widget-list, #content.loggedin .widgets-section .widget-code {
    width: 560px;
    float: left;
    display: block;
    margin-right: 5em;
}
/* line 829, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .add-contact, #content.loggedin .contacts-section .edit-contact, #content.loggedin .contacts-section .add-widget, #content.loggedin .contacts-section .edit-widget, #content.loggedin .contacts-section .customize-widget, #content.loggedin .widgets-section .add-contact, #content.loggedin .widgets-section .edit-contact, #content.loggedin .widgets-section .add-widget, #content.loggedin .widgets-section .edit-widget, #content.loggedin .widgets-section .customize-widget {
    width: 240px;
    float: left;
    display: block;
}
/* line 833, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .add-contact .header, #content.loggedin .contacts-section .edit-contact .header, #content.loggedin .contacts-section .add-widget .header, #content.loggedin .contacts-section .edit-widget .header, #content.loggedin .contacts-section .customize-widget .header, #content.loggedin .widgets-section .add-contact .header, #content.loggedin .widgets-section .edit-contact .header, #content.loggedin .widgets-section .add-widget .header, #content.loggedin .widgets-section .edit-widget .header, #content.loggedin .widgets-section .customize-widget .header {
    margin-top: 1.1em;
    margin-bottom: 1em;
}
/* line 836, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .add-contact .header h3, #content.loggedin .contacts-section .edit-contact .header h3, #content.loggedin .contacts-section .add-widget .header h3, #content.loggedin .contacts-section .edit-widget .header h3, #content.loggedin .contacts-section .customize-widget .header h3, #content.loggedin .widgets-section .add-contact .header h3, #content.loggedin .widgets-section .edit-contact .header h3, #content.loggedin .widgets-section .add-widget .header h3, #content.loggedin .widgets-section .edit-widget .header h3, #content.loggedin .widgets-section .customize-widget .header h3 {
    display: inline;
}
/* line 838, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .add-contact .header p a, #content.loggedin .contacts-section .edit-contact .header p a, #content.loggedin .contacts-section .add-widget .header p a, #content.loggedin .contacts-section .edit-widget .header p a, #content.loggedin .contacts-section .customize-widget .header p a, #content.loggedin .widgets-section .add-contact .header p a, #content.loggedin .widgets-section .edit-contact .header p a, #content.loggedin .widgets-section .add-widget .header p a, #content.loggedin .widgets-section .edit-widget .header p a, #content.loggedin .widgets-section .customize-widget .header p a {
    font-size: 0.9em;
    vertical-align: top;
}
/* line 841, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .add-contact .header .del, #content.loggedin .contacts-section .edit-contact .header .del, #content.loggedin .contacts-section .add-widget .header .del, #content.loggedin .contacts-section .edit-widget .header .del, #content.loggedin .contacts-section .customize-widget .header .del, #content.loggedin .widgets-section .add-contact .header .del, #content.loggedin .widgets-section .edit-contact .header .del, #content.loggedin .widgets-section .add-widget .header .del, #content.loggedin .widgets-section .edit-widget .header .del, #content.loggedin .widgets-section .customize-widget .header .del {
    font-size: 0.9em;
    display: inline;
    margin-left: 2em;
}
/* line 845, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .add-contact .header .del .delete, #content.loggedin .contacts-section .edit-contact .header .del .delete, #content.loggedin .contacts-section .add-widget .header .del .delete, #content.loggedin .contacts-section .edit-widget .header .del .delete, #content.loggedin .contacts-section .customize-widget .header .del .delete, #content.loggedin .widgets-section .add-contact .header .del .delete, #content.loggedin .widgets-section .edit-contact .header .del .delete, #content.loggedin .widgets-section .add-widget .header .del .delete, #content.loggedin .widgets-section .edit-widget .header .del .delete, #content.loggedin .widgets-section .customize-widget .header .del .delete {
    background: url("/assets/x2.gif") 0 4px no-repeat;
    padding-left: 12px;
}
/* line 848, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .add-contact span.cancel, #content.loggedin .contacts-section .edit-contact span.cancel, #content.loggedin .contacts-section .add-widget span.cancel, #content.loggedin .contacts-section .edit-widget span.cancel, #content.loggedin .contacts-section .customize-widget span.cancel, #content.loggedin .widgets-section .add-contact span.cancel, #content.loggedin .widgets-section .edit-contact span.cancel, #content.loggedin .widgets-section .add-widget span.cancel, #content.loggedin .widgets-section .edit-widget span.cancel, #content.loggedin .widgets-section .customize-widget span.cancel {
    float: left;
    margin-top: 0.9em;
    margin-left: 0.5em;
}
/* line 852, ../../../app/stylesheets/screen.sass */
#content.loggedin .contacts-section .pagination, #content.loggedin .widgets-section .pagination {
    display: inline;
    float: left;
    margin-right: 0;
    width: 550px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedin .contacts-section .pagination, * html #content.loggedin .widgets-section .pagination {
    overflow-x: hidden;
}
/* line 855, ../../../app/stylesheets/screen.sass */
#content.loggedin .account-setup .second-column, #content.loggedin .billing-info .second-column, #content.loggedin .billing-address .second-column {
    display: none;
}
/* line 857, ../../../app/stylesheets/screen.sass */
#content.loggedin fieldset.buttons li.commit {
    margin-top: 1em;
}

/* line 860, ../../../app/stylesheets/screen.sass */
.txt-right {
    float: right;
    margin-top: 15px;
    text-align: right;
}

/* line 867, ../../../app/stylesheets/screen.sass */
body .form-box {
    width: 600px;
}

/* line 870, ../../../app/stylesheets/screen.sass */
body .form-box2 {
    border: 1px solid #bab9b9;
    padding: 10px;
    width: 400px;
    color: #707070;
    font-size: 14px;
}

/* line 877, ../../../app/stylesheets/screen.sass */
.com-btn {
    margin: 0;
    padding: 10px 20px;
    border: 0;
    background-color: #f58e12;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

/* line 886, ../../../app/stylesheets/screen.sass */
abbr[title="required"] {
    color: #bf1515;
    margin-left: 0.2em;
}

/* line 892, ../../../app/stylesheets/screen.sass */
.check {
    margin: 25px 0;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    background-color: #f7f7f7;
}

/* line 899, ../../../app/stylesheets/screen.sass */
.icon {
    padding-right: 8px;
    float: left;
    margin-top: 3px;
}

/* line 904, ../../../app/stylesheets/screen.sass */
.flash {
    position: relative;
    padding-left: 2.5em;
    background-position: 1em 50%;
    background-repeat: no-repeat;
    margin: 0.5em 0 2em 0;
    font-weight: 700;
}
/* line 911, ../../../app/stylesheets/screen.sass */
.flash span {
    font-weight: 400;
}
/* line 913, ../../../app/stylesheets/screen.sass */
.flash p {
    margin: 0;
    width: 95%;
}
/* line 916, ../../../app/stylesheets/screen.sass */
.flash a.close {
    color: gray;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 11px 15px 0 0;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
/* line 926, ../../../app/stylesheets/screen.sass */
.flash a.close:hover {
    color: black;
}

/* line 58, icon/*.png */
.icon-sprite, .icon-error, .icon-notice, .icon-success {
    background: url('/assets/icon-s38f06ab7f6.png') no-repeat;
}

/* line 60, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icon-error {
    background-position: 0 0;
}

/* line 60, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icon-notice {
    background-position: 0 -27px;
}

/* line 60, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icon-success {
    background-position: 0 -14px;
}

/* line 933, ../../../app/stylesheets/screen.sass */
.icon-error, .icon-success, .icon-notice {
    margin-top: 5px;
    margin-left: -25px;
    float: left;
    width: 16px;
    height: 13px;
}

/* line 945, ../../../app/stylesheets/screen.sass */
.icon-success span {
    font-weight: 400;
}

/* line 965, ../../../app/stylesheets/screen.sass */
.navigation {
    display: inline;
    float: left;
    margin-right: 0;
    width: 950px;
    background-color: #6f6f6f;
    float: left;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .navigation {
    overflow-x: hidden;
}
/* line 972, ../../../app/stylesheets/screen.sass */
.navigation ul {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
/* line 976, ../../../app/stylesheets/screen.sass */
.navigation ul li {
    list-style: none;
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    font-weight: normal;
}
/* line 983, ../../../app/stylesheets/screen.sass */
.navigation li a {
    float: left;
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 1.2em 2.2em;
}
/* line 991, ../../../app/stylesheets/screen.sass */
.navigation li a:hover {
    color: white;
    background-color: #00b2d6;
}
/* line 994, ../../../app/stylesheets/screen.sass */
.navigation li .active {
    color: white;
    background-color: #00b2d6;
}

/* line 998, ../../../app/stylesheets/screen.sass */
.clear {
    clear: both;
}

/* line 1003, ../../../app/stylesheets/screen.sass */
#searchform {
    position: absolute;
    top: 13px;
    right: 15px;
}

/* line 1008, ../../../app/stylesheets/screen.sass */
.search-box {
    padding: 6px;
    color: #999999;
    font-size: 13px;
    margin: 0;
    background-color: white;
    border: 1px solid #cccccc;
}

/* line 1016, ../../../app/stylesheets/screen.sass */
.search-btn {
    margin: 0 0 0 5px;
    padding: 6px;
    border: 0;
    background-color: #f58e12;
    color: white;
    height: 30px;
    font-size: 13px;
}

/* line 1027, ../../../app/stylesheets/screen.sass */
.footer {
    display: inline;
    float: left;
    margin-right: 0;
    width: 790px;
    text-align: right;
    margin: 8em 0 0;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .footer {
    overflow-x: hidden;
}
/* line 1031, ../../../app/stylesheets/screen.sass */
.footer a {
    font-size: 0.9em;
    font-weight: 700;
}
/* line 1034, ../../../app/stylesheets/screen.sass */
.footer a.active {
    color: #454545;
    text-shadow: none;
}
/* line 1037, ../../../app/stylesheets/screen.sass */
.footer p {
    font-size: 0.9em;
    display: inline;
    margin: 0;
    text-align: right;
}
/* line 1042, ../../../app/stylesheets/screen.sass */
.footer p.credit {
    color: #999999;
    display: block;
    font-size: 0.8em;
    margin-left: 6.25em;
    margin-top: 0.5em;
    text-align: left;
}
/* line 1049, ../../../app/stylesheets/screen.sass */
.footer p a {
    font-size: 1em;
}

/* line 1052, ../../../app/stylesheets/screen.sass */
#content.loggedin .footer {
    display: inline;
    float: left;
    margin-right: 0;
    width: 950px;
    margin-bottom: 2em;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html #content.loggedin .footer {
    overflow-x: hidden;
}

/* line 1058, ../../../app/stylesheets/screen.sass */
table {
    border: 1px solid #bdbdbd;
    border-bottom: none;
}
/* line 1062, ../../../app/stylesheets/screen.sass */
table thead tr th {
    background-color: #d6d6d6;
    color: #525252;
    font-weight: 700;
    font-size: 0.9em;
}
/* line 1067, ../../../app/stylesheets/screen.sass */
table td, table th {
    padding: 6px;
    text-align: left;
    font-size: 0.8em;
    color: #454545;
    padding: 8px 15px;
}
/* line 1073, ../../../app/stylesheets/screen.sass */
table tr td {
    border-bottom: 1px solid #bdbdbd;
    vertical-align: top;
}
/* line 1076, ../../../app/stylesheets/screen.sass */
table tr.odd td {
    background-color: #f7f7f7;
}
/* line 1078, ../../../app/stylesheets/screen.sass */
table tr.even td {
    background-color: white;
}
/* line 1080, ../../../app/stylesheets/screen.sass */
table tr.blacklisted td {
    background-color: #ffdddd;
}
/* line 1082, ../../../app/stylesheets/screen.sass */
table tr th {
    border-bottom: 1px solid #bdbdbd;
    text-transform: uppercase;
}
/* line 1085, ../../../app/stylesheets/screen.sass */
table .table-main {
    border-top: 1px solid #bab9b9;
    border-right: 1px solid #bab9b9;
    border-left: 1px solid #bab9b9;
}
/* line 1089, ../../../app/stylesheets/screen.sass */
table .recipient {
    width: 150px;
}
/* line 1091, ../../../app/stylesheets/screen.sass */
table .repeat {
    width: 180px;
}
/* line 1093, ../../../app/stylesheets/screen.sass */
table .date {
    width: 150px;
}

/* line 1096, ../../../app/stylesheets/screen.sass */
table#reminder {
    border: none;
    font-weight: 700;
}
/* line 1099, ../../../app/stylesheets/screen.sass */
table#reminder td, table#reminder th {
    font-size: 1em;
    padding: 5px;
}
/* line 1102, ../../../app/stylesheets/screen.sass */
table#reminder tr td {
    border-bottom: none;
}
/* line 1105, ../../../app/stylesheets/screen.sass */
table#reminder td#cell_number label {
    color: #00b2d6;
}
/* line 1107, ../../../app/stylesheets/screen.sass */
table#reminder td#cell_number input#reminder_number, table#reminder td#cell_number input#number {
    width: 115px;
}
/* line 1110, ../../../app/stylesheets/screen.sass */
table#reminder td#date label {
    color: #cf22d1;
}
/* line 1112, ../../../app/stylesheets/screen.sass */
table#reminder td#date input#reminder_date {
    width: 180px;
}
/* line 1115, ../../../app/stylesheets/screen.sass */
table#reminder td#date.advanced input#reminder_date {
    width: 310px;
}
/* line 1118, ../../../app/stylesheets/screen.sass */
table#reminder td#message label {
    color: #10ba14;
}
/* line 1120, ../../../app/stylesheets/screen.sass */
table#reminder td#message input#reminder_body {
    width: 290px;
}
/* line 1122, ../../../app/stylesheets/screen.sass */
table#reminder td#message textarea#reminder_date {
    width: 612px;
    height: 60px;
}
/* line 1126, ../../../app/stylesheets/screen.sass */
table#reminder td#submit input {
    margin: 0.25em 0 0;
}
/* line 1129, ../../../app/stylesheets/screen.sass */
table#reminder td#repeat .examples {
    width: 120px;
}

/* line 1131, ../../../app/stylesheets/screen.sass */
body.blacklists #content.loggedout table#reminder {
    width: 300px;
}

/* line 1133, ../../../app/stylesheets/screen.sass */
body.blacklists #content.loggedin table#reminder {
    width: 260px;
}

/* line 1136, ../../../app/stylesheets/screen.sass */
body.phones #content.loggedin table#reminder, body.phones #content.loggedout table#reminder {
    width: 380px;
}

/* line 1142, ../../../app/stylesheets/screen.sass */
#content.loggedout table#reminder td#cell_number label {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/reminders/cell-number.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 163px;
    height: 24px;
}
/* line 1144, ../../../app/stylesheets/screen.sass */
#content.loggedout table#reminder td#cell_number input {
    width: 163px;
}
/* line 1146, ../../../app/stylesheets/screen.sass */
#content.loggedout table#reminder td#date label {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/reminders/date-and-time.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 162px;
    height: 24px;
}
/* line 1148, ../../../app/stylesheets/screen.sass */
#content.loggedout table#reminder td#message label {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/reminders/text-message.png?1370491864');
    background-repeat: no-repeat;
    background-position: 0 8px;
    width: 181px;
    height: 26px;
    margin-bottom: 0;
    padding-bottom: 8px;
}
/* line 1152, ../../../app/stylesheets/screen.sass */
#content.loggedout table#reminder td label {
    margin: 0 0.5em 0.5em 0;
    height: 30px !important;
}

/* line 1157, ../../../app/stylesheets/screen.sass */
#content.loggedout .header + .logo {
    margin-top: 0;
}

/* line 1161, ../../../app/stylesheets/screen.sass */
table#contacts .phone {
    width: 100px;
}
/* line 1163, ../../../app/stylesheets/screen.sass */
table#contacts .reminders {
    width: 75px;
    text-align: center;
}

/* line 1167, ../../../app/stylesheets/screen.sass */
.none {
    font-style: italic;
    color: #666666;
    margin: 2em 0;
}

/* line 1172, ../../../app/stylesheets/screen.sass */
span.next {
    color: #999999;
}

/* line 1175, ../../../app/stylesheets/screen.sass */
.showgrid {
    background-image: url("/assets/grid.png") !important;
}

/* line 1179, ../../../app/stylesheets/screen.sass */
#message {
    position: relative;
}

/* line 1182, ../../../app/stylesheets/screen.sass */
#clear-fields {
    display: block;
    display: none;
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 7px;
    width: 80px;
}

/* line 1192, ../../../app/stylesheets/screen.sass */
#forgot-password-link {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

/* line 1199, ../../../app/stylesheets/screen.sass */
#cancelation fieldset.error, #cancelation fieldset.alert {
    margin-bottom: 2em;
}
/* line 1201, ../../../app/stylesheets/screen.sass */
#cancelation fieldset.error p, #cancelation fieldset.alert p {
    font-weight: 700;
    display: inline;
}
/* line 1204, ../../../app/stylesheets/screen.sass */
#cancelation legend {
    font-size: inherit;
    margin-bottom: 0;
    font-size: 1.4em;
}
/* line 1208, ../../../app/stylesheets/screen.sass */
#cancelation input {
    position: static;
    top: 0;
}

/* line 1212, ../../../app/stylesheets/screen.sass */
a#cancel-account-link:hover {
    color: #8a1f11;
}

/* line 1215, ../../../app/stylesheets/screen.sass */
#commercial-api {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    background-image: url("/assets/commercial-api.png");
    background-position: -9px -40px;
}
/* line 1222, ../../../app/stylesheets/screen.sass */
#commercial-api a {
    text-indent: -9999px;
    display: block;
    width: 130px;
    height: 130px;
}

/* line 1229, ../../../app/stylesheets/screen.sass */
#disqus_thread h3, #content.loggedout #disqus_thread h3 {
    color: #454545;
    font-size: 1.2em;
}

/* line 1233, ../../../app/stylesheets/screen.sass */
ul li {
    font-size: 0.9em;
}

/* line 1238, ../../../app/stylesheets/screen.sass */
th.header {
    background-image: url(/assets/tablesorter/sorter-bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}

/* line 1248, ../../../app/stylesheets/screen.sass */
th.headerSortUp {
    background-image: url(/assets/tablesorter/sorter-asc.gif);
}

/* line 1252, ../../../app/stylesheets/screen.sass */
th.headerSortDown {
    background-image: url(/assets/tablesorter/sorter-desc.gif);
}

/* line 1256, ../../../app/stylesheets/screen.sass */
.switch_table_cal_view {
    font-size: 0.8em;
    margin-left: 0.5em;
}

/* line 1262, ../../../app/stylesheets/screen.sass */
span.article-meta, .loggedin span.article-meta {
    display: inline;
    float: left;
    margin-right: 0;
    width: 550px;
    color: #777777;
    font-size: 0.8em;
    margin-top: -0.5em;
    margin-bottom: 0.5em;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html span.article-meta, * html .loggedin span.article-meta {
    overflow-x: hidden;
}
/* line 1268, ../../../app/stylesheets/screen.sass */
span.article-meta div, .loggedin span.article-meta div {
    display: inline;
}
/* line 1270, ../../../app/stylesheets/screen.sass */
span.article-meta .date, span.article-meta .author, .loggedin span.article-meta .date, .loggedin span.article-meta .author {
    font-weight: 700;
}

/* line 1273, ../../../app/stylesheets/screen.sass */
.loggedin span.article-meta {
    margin-top: -1em;
}

/* line 1276, ../../../app/stylesheets/screen.sass */
article.post, .loggedin article.post {
    margin: 1em 0 1.5em 0;
}

/* line 1279, ../../../app/stylesheets/screen.sass */
.loggedin section#articles section.content, #content.loggedin section#articles .content, #content.loggedin article .content {
    border: none;
}

/* line 1282, ../../../app/stylesheets/screen.sass */
article header, section.content, section.comments, .more, article.post {
    display: inline;
    float: left;
    margin-right: 0;
    width: 550px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html article header, * html section.content, * html section.comments, * html .more, * html article.post {
    overflow-x: hidden;
}

/* line 1285, ../../../app/stylesheets/screen.sass */
section#articles {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 550px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html section#articles {
    overflow-x: hidden;
}

/* line 1287, ../../../app/stylesheets/screen.sass */
.sidebar {
    display: inline;
    float: left;
    margin-right: 0;
    width: 230px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .sidebar {
    overflow-x: hidden;
}

/* line 1290, ../../../app/stylesheets/screen.sass */
#upcoming_reminders input {
    width: auto;
}

/* line 1293, ../../../app/stylesheets/screen.sass */
.reminder_row_form .recipient input {
    width: 115px !important;
}

/* line 1296, ../../../app/stylesheets/screen.sass */
#upcoming_reminders td.advanced textarea {
    width: 612px;
    height: 60px;
}

/* line 1300, ../../../app/stylesheets/screen.sass */
#recessmobile-footer {
    background: transparent url("/assets/recess-footer-background.png") repeat-x left top;
}

/* line 1303, ../../../app/stylesheets/screen.sass */
.section {
    border-top: 2px solid whitesmoke;
    padding-bottom: 1em;
    padding-top: 2em;
}

/* line 1308, ../../../app/stylesheets/screen.sass */
.hidden {
    display: none;
}

/* line 1311, ../../../app/stylesheets/screen.sass */
.sticky {
    position: fixed;
    z-index: 999;
}

/* line 1315, ../../../app/stylesheets/screen.sass */
#header #main-navigation.sticky {
    top: 0;
    margin-top: 0;
}
/* line 1318, ../../../app/stylesheets/screen.sass */
#header #main-navigation.sticky ul {
    margin-top: 1em;
}

/* line 1321, ../../../app/stylesheets/screen.sass */
.first-column {
    display: inline;
    float: left;
    margin-right: 10px;
    width: 350px;
    padding-right: 40px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .first-column {
    overflow-x: hidden;
}

/* line 1324, ../../../app/stylesheets/screen.sass */
.second-column {
    display: inline;
    float: left;
    margin-right: 0;
    width: 390px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .second-column {
    overflow-x: hidden;
}

/* line 1327, ../../../app/stylesheets/screen.sass */
.recess-footer {
    margin-top: 3em;
}

/* line 1330, ../../../app/stylesheets/screen.sass */
#free-disabled {
    font-weight: bold;
    padding-bottom: 2em;
    color: #ee4444;
}

/* line 1337, ../../../app/stylesheets/screen.sass */
.widget {
    border: 6px solid #00b2d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    float: left;
    margin-right: 0;
    width: 590px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: white;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .widget {
    overflow-x: hidden;
}
/* line 1346, ../../../app/stylesheets/screen.sass */
.widget select {
    margin: 0.5em 0.25em;
}
/* line 1348, ../../../app/stylesheets/screen.sass */
.widget h3 {
    margin: 1.5em 0 0 0;
    line-height: 1.7em;
}
/* line 1351, ../../../app/stylesheets/screen.sass */
.widget .inner-content {
    margin-top: 1em;
}
/* line 1353, ../../../app/stylesheets/screen.sass */
.widget .inner-content .message_wrapper {
    font-size: 0.9em;
    line-height: 1.65em;
    margin-top: 1em;
}
/* line 1357, ../../../app/stylesheets/screen.sass */
.widget .inner-content .disclaimer_wrapper {
    margin-top: 1em;
}
/* line 1359, ../../../app/stylesheets/screen.sass */
.widget .inner-content p {
    margin: 0.5em 0;
}
/* line 1361, ../../../app/stylesheets/screen.sass */
.widget .inner-content .flash p {
    margin: 0;
}
/* line 1363, ../../../app/stylesheets/screen.sass */
.widget .inner-content button.reminder_send {
    float: left;
}
/* line 1365, ../../../app/stylesheets/screen.sass */
.widget .inner-content .banner_wrapper {
    margin-bottom: 1.5em;
}
/* line 1367, ../../../app/stylesheets/screen.sass */
.widget .inner-content .actions_wrapper {
    margin: 1em 0;
}
/* line 1369, ../../../app/stylesheets/screen.sass */
.widget .inner-content .reminder_flash {
    display: inline;
    float: left;
    margin-right: 0;
    width: 550px;
    padding: 0.8em 1em;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .widget .inner-content .reminder_flash {
    overflow-x: hidden;
}
/* line 1372, ../../../app/stylesheets/screen.sass */
.widget .inner-content .reminder_flash p {
    width: 92%;
}
/* line 1374, ../../../app/stylesheets/screen.sass */
.widget .inner-content .reminder_flash p b, .widget .inner-content .reminder_flash p strong {
    color: #f58e12;
    font-size: 1.1em;
}
/* line 1377, ../../../app/stylesheets/screen.sass */
.widget .inner-content .phone_wrapper {
    margin-top: 10px;
    float: left;
}
/* line 1380, ../../../app/stylesheets/screen.sass */
.widget .inner-content .phone_wrapper table.reminder {
    border: 0;
    width: 175px;
    margin-bottom: 0;
}
/* line 1384, ../../../app/stylesheets/screen.sass */
.widget .inner-content .phone_wrapper table.reminder td.cell_number {
    margin: 0;
    padding: 0;
    border: 0;
}
/* line 1388, ../../../app/stylesheets/screen.sass */
.widget .inner-content .phone_wrapper table.reminder td.cell_number label {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/assets/reminders/cell-number.png?1370491864');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 163px;
    height: 24px;
}
/* line 1390, ../../../app/stylesheets/screen.sass */
.widget .inner-content .phone_wrapper table.reminder td.cell_number input.reminder_number {
    width: 165px;
}
/* line 1392, ../../../app/stylesheets/screen.sass */
.widget .inner-content .advance_wrapper {
    display: inline;
    float: left;
    margin-right: 0;
    width: 390px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .widget .inner-content .advance_wrapper {
    overflow-x: hidden;
}
/* line 1394, ../../../app/stylesheets/screen.sass */
.widget .inner-content .banner_wrapper, .widget .inner-content .message_wrapper, .widget .inner-content .actions_wrapper, .widget .inner-content .disclaimer_wrapper {
    display: inline;
    float: left;
    margin-right: 0;
    width: 590px;
}
/* line 147, ../../../vendor/bundle/ruby/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html .widget .inner-content .banner_wrapper, * html .widget .inner-content .message_wrapper, * html .widget .inner-content .actions_wrapper, * html .widget .inner-content .disclaimer_wrapper {
    overflow-x: hidden;
}
/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */


.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
/* line 3, ../../app/assets/stylesheets/overwrite.css.scss */
.account-form p.cancel-link {
  margin-top: -.8em;
  float: left;
}

/* line 10, ../../app/assets/stylesheets/overwrite.css.scss */
select.recurring_select {
  display: none;
}

/* line 14, ../../app/assets/stylesheets/overwrite.css.scss */
.repeat-title {
  font-weight: bold;
}

/* line 18, ../../app/assets/stylesheets/overwrite.css.scss */
.select-link.active {
  color: #10ba14;
}

/* line 22, ../../app/assets/stylesheets/overwrite.css.scss */
.breadcrumb {
  display: none;
}

/* line 26, ../../app/assets/stylesheets/overwrite.css.scss */
.selectize-input, .input-active {
  width: 127px;
  margin-top: 7px;
}

/* line 31, ../../app/assets/stylesheets/overwrite.css.scss */
.recipient ol {
  padding-left: 0;
}

/* line 35, ../../app/assets/stylesheets/overwrite.css.scss */
.recipient ol li:after {
  content: ', ';
}

/* line 39, ../../app/assets/stylesheets/overwrite.css.scss */
.recipient ol > li:last-child:after {
  content: '';
}

/* line 43, ../../app/assets/stylesheets/overwrite.css.scss */
.selectize-input {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 11px;
  font-size: 10px;
  border: 1px solid #bbbbbb;
}
/* line 52, ../../app/assets/stylesheets/overwrite.css.scss */
.selectize-input input[type=text] {
  line-height: 11px;
  font-size: 10px;
}

/* line 58, ../../app/assets/stylesheets/overwrite.css.scss */
.file {
  position: relative;
  overflow: hidden;
  margin: 3px;
  width: 204px;
  text-align: center;
}

/* line 66, ../../app/assets/stylesheets/overwrite.css.scss */
.file input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 77, ../../app/assets/stylesheets/overwrite.css.scss */
#file-path {
  display: block;
  width: 235px;
}

/* line 82, ../../app/assets/stylesheets/overwrite.css.scss */
.commit li {
  list-style: none;
}

/* line 86, ../../app/assets/stylesheets/overwrite.css.scss */
.import-form {
  display: inline-block;
  width: 50%;
}

/* line 91, ../../app/assets/stylesheets/overwrite.css.scss */
.example-block {
  display: inline-block;
}

/* line 95, ../../app/assets/stylesheets/overwrite.css.scss */
.csv-text {
  font-family: "Lucida Console", Monaco, monospace;
  fint-size: 1em;
  padding-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

/* line 101, ../../app/assets/stylesheets/overwrite.css.scss */
#custom-dialog {
  float: right;
}

/* line 105, ../../app/assets/stylesheets/overwrite.css.scss */
table#reminder td#cell_number input#reminder_number, table#reminder td#cell_number input#number {
  width: 170px;
}

/* line 109, ../../app/assets/stylesheets/overwrite.css.scss */
table#reminder.premium #message input#reminder_body {
  width: 366px;
}

/* line 113, ../../app/assets/stylesheets/overwrite.css.scss */
#upcoming_reminders input {
  width: 213px;
}

/* line 117, ../../app/assets/stylesheets/overwrite.css.scss */
td.repeats .select-link {
  display: inline-block;
  margin-right: 30px;
}

/* line 122, ../../app/assets/stylesheets/overwrite.css.scss */
.current-repeat {
  font-weight: bold;
  text-align: justify;
  color: #10ba14;
}
/**
 * selectize.default.css (v0.12.1) - Default Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
/* -------- resets ---------------*/
/* line 5, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder {
  font-size: 14px;
  color: black;
}
/* line 6, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder a {
  color: black;
}
/* line 7, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder input[type=button] {
  font: small/normal Arial,sans-serif;
  background: #F5F5F5;
  color: #444;
  border: 1px solid #ccc;
  font-size: 11px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  outline: none;
  padding: 0 8px;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  background-image: -webkit-linear-gradient(top, whitesmoke, #f1f1f1);
  /* Chrome 10+, Saf5.1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(whitesmoke), to(#f1f1f1));
  /* Saf4+, Chrome */
  background-image: -moz-linear-gradient(top, whitesmoke, #f1f1f1);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, whitesmoke, #f1f1f1);
  /* IE10 */
  background-image: -o-linear-gradient(top, whitesmoke, #f1f1f1);
  /* Opera 11.10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f5f5',EndColorStr='#f1f1f1');
}
/* line 16, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder input[type=button]:hover {
  border-color: #aaa;
  color: #222;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 17, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder input[type=button]:focus {
  border-color: #1E90FF;
}
/* line 18, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder input[type=button]:active {
  border-color: #1E90FF;
}

/*------- defaults ------------ */
/* line 23, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder {
  font-family: helvetica, arial, 'san-serif';
  color: #222;
  font-size: 12px;
}

/*------- specifics ------------ */
/* line 28, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
select option.bold {
  font-weight: bold;
  color: red;
}

/* line 31, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  padding-left: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 50;
}
/* line 32, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog {
  background-color: #f6f6f6;
  border: 1px solid #acacac;
  -webkit-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.25);
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  min-width: 200px;
  margin-left: -125px;
  overflow: hidden;
  position: relative;
}
/* line 34, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content {
  padding: 10px;
}
/* line 35, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content h1 {
  font-size: 16px;
  padding: 0px;
  margin: 0 0 10px 0;
}
/* line 36, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content h1 a {
  float: right;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(/assets/recurring_select/cancel.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* line 39, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content p {
  padding: 5px 0;
  margin: 0;
  line-height: 14px;
}
/* line 40, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content p label {
  margin-right: 10px;
}
/* line 43, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content a {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 45, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section {
  display: none;
}
/* line 46, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section label {
  font-weight: bold;
}
/* line 47, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_interval {
  width: 30px;
  text-align: center;
  display: inline-block;
}
/* line 49, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder {
  border-left: 1px solid #ccc;
  position: relative;
  margin-top: 5px;
  height: 26px;
}
/* line 50, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a {
  display: block;
  padding: 5px 7px;
  font-size: 14px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 1px 0px;
  float: left;
  text-decoration: none;
  font-weight: bold;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset;
  background-color: #fff;
}
/* line 51, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a.selected {
  background-color: #89a;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
  position: relative;
  background-image: -webkit-linear-gradient(top, #99aabb, lightslategray);
  /* Chrome 10+, Saf5.1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99aabb), to(lightslategray));
  /* Saf4+, Chrome */
  background-image: -moz-linear-gradient(top, #99aabb, lightslategray);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #99aabb, lightslategray);
  /* IE10 */
  background-image: -o-linear-gradient(top, #99aabb, lightslategray);
  /* Opera 11.10+ */
}
/* line 52, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .day_holder a:hover {
  cursor: pointer;
  background-color: #dde;
}
/* line 56, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week {
  width: 155px;
}
/* line 58, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a {
  display: inline-block;
  text-align: center;
  width: 15px;
  padding: 5px 3px;
  font-size: 12px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 1px 1px;
  margin: -1px 0 0 -1px;
  line-height: 10px;
  background-color: #fff;
  font-weight: bold;
}
/* line 59, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a.selected, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a.selected {
  background-color: #89a;
  color: #fff;
  position: relative;
  background-image: -webkit-linear-gradient(top, #99aabb, lightslategray);
  /* Chrome 10+, Saf5.1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#99aabb), to(lightslategray));
  /* Saf4+, Chrome */
  background-image: -moz-linear-gradient(top, #99aabb, lightslategray);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #99aabb, lightslategray);
  /* IE10 */
  background-image: -o-linear-gradient(top, #99aabb, lightslategray);
  /* Opera 11.10+ */
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2) inset;
  text-shadow: 0 1px 1px #333;
}
/* line 60, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a:hover, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a:hover {
  cursor: pointer;
  background-color: #dde;
}
/* line 62, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_day a.end_of_month, .rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week a.end_of_month {
  width: 81px;
}
/* line 64, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week {
  width: 191px;
}
/* line 66, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .rs_calendar_week span {
  display: inline-block;
  width: 35px;
}
/* line 73, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .freq_option_section .monthly_rule_type span {
  margin-right: 15px;
}
/* line 80, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary {
  padding: 0px;
  margin-top: 15px;
  border-top: 1px solid #ccc;
}
/* line 81, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary span {
  font-weight: bold;
  border-top: 1px solid #fff;
  display: block;
  padding: 10px 0 5px 0;
}
/* line 82, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary.fetching {
  color: #999;
}
/* line 83, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary.fetching span {
  background-image: url(/assets/recurring_select/throbber_13x13.gif);
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  padding-right: 5px;
}
/* line 85, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .rs_summary label {
  font-weight: normal;
}
/* line 88, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls {
  padding: 10px 0px 5px 0px;
  min-width: 170px;
  text-align: center;
}
/* line 89, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button] {
  margin: 0px 5px;
  width: 70px;
}
/* line 90, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button].rs_save {
  color: #333;
}
/* line 91, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button].rs_cancel {
  color: #666;
}
/* line 92, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog .rs_dialog_content .controls input[type=button].disabled {
  color: #aaa;
}
/* line 98, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog.animated .controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
/* line 99, ../../../../shared/bundle/ruby/1.9.1/gems/recurring_select-1.3.1/app/assets/stylesheets/recurring_select.css.scss */
.rs_dialog_holder .rs_dialog.animated .rs_summary, .rs_dialog_holder .rs_dialog.animated .freq_option_section {
  display: none;
}
/*










*/
