* { margin: 0; padding: 0; list-style: none; }
#ie_pwnage { display: none; }
html, body {
  font: 13px helvetica, 'arial sans-serif';
  background-color: #e5e5e5;
  color: #353535;
}
html, body, #wrap { height: 100%; }
body > #wrap { height: auto; min-height: 100%; }
#main { padding-bottom: 290px; }
#footer { position: relative; margin-top: -291px; height: 250px; clear: both; }
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* End hide from IE-mac */

h1, h2, h3 { margin: 0; padding: 0; }
h1 { font-size: 2.2em; margin: 0 0 10px 0; color: #749446; }
h1 img { margin-right: 5px; }
h2 { font-size: 1.4em; font-weight: normal; }
a { color: #749446; }
a:link, a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; cursor: pointer; }
img { border: medium none; }
textarea { padding: 5px; }
p { font-family: georgia, helvetica, arial, sans-serif; line-height: 1.5em; margin: 0 0 10px 0; }
form p { padding-bottom: 10px; }
form { padding: 10px 0 20px; }
label { display: block; margin: 5px 10px 5px 0; padding-top: 2px; }
label.normal { font-size: 100%; }
input[type="submit"] { cursor: pointer; }
input[type="text"], input[type="password"], input[type="file"], textarea {
  font-size: 14pt;
  padding: 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 6px;
  margin-bottom: 10px;
  width: 300px;
}
input[type="checkbox"] { margin: 0 5px 0 0; }
select { margin-bottom: 10px; }
input[type="file"] { font-size: 12px; }
input[type="text"].small_input, input[type="password"].small_input, textarea.small_input { font-size: 100%; padding: 2px; }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { outline: 0 none; border: 1px solid #749446; }
form td { vertical-align: middle; }
textarea { height: 80px; font: 12px 'Lucida Grande',Trebuchet MS,Helvetica,sans-serif; }
input.button { font-size: 14px; border: none; }

/* Button links and submit buttons */
.button {
  background: #749446 url(../images/button-overlay.png) repeat-x;
  display: inline-block;
  padding: 6px 17px 8px;
  margin: 5px 0;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1.2em;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border: none;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer;
}
.button:hover { text-decoration: none; background-color: #547426; }
.button:active { top: 1px; }

/* Flash notices */
#notice {  }
#flash_success, #flash_notice, #flash_warning, #flash_failure {
  font-size: 1.1em;
  margin: 0 auto;
  text-align: center;
  height: 12px;
  padding: 10px;
  height: 100px;
  width: 380px;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 15px;
  background: transparent url(../images/flash-bg.png) no-repeat;
}
#flash_success, #flash_notice {
  color: #749446;
}
#flash_warning {
  color: #ffcc00;
}
#flash_failure {
  color: red;
}

/* ' Messages */
.errorExplanation {
  background-color: #e5bcbd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
}
.errorExplanation p { border-bottom: 1px solid #fff; margin-bottom: 10px; }
.fieldWithErrors label { color: #990033; }
.fieldWithErrors input[type="text"], .fieldWithErrors input[type="password"] { border: 1px solid #990033; }

/* Header */
#login {
  height: 30px;
  width: 100%;
}
#login-insides {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: right;
}
#login-insides a { }
#login ul { float: right; border: 1px solid #ccc; border-top: none; background-color: #ddd; }
#login ul li { height: 20px; line-height: 20px; margin: 5px 0; float: left; padding: 0 10px; border-right: 1px solid #ccc; }
#login ul li.last { border: none; }

#header {
  width: 100%;
  height: 100px;
}
#header-insides { width: 960px; padding: 0 20px 0; margin: 0 auto; position: relative; }
#header #beta-badge { position: absolute; top: -11px; left: 361px; }
#header #nav { position: absolute; top: 20px; right: 20px; font-size: 1.3em; padding: 0; background-color: #fff; }
#header #nav li {
  float: left;
  background: transparent url(../images/nav-li.png) no-repeat 100% 50%;
}
#header #nav li.last { background: none; }
#header #nav li a {
  float: left;
  text-align: center;
  text-decoration: none;
  padding: 12px 20px 0 20px;
  height: 34px;
}
#header #nav li a:hover {  }
#header #nav li a.active { background: none; color: #353535; }

#centered { width: 100%; padding: 20px 0; }
#mid {
  width: 1000px;
  margin: 0 auto;
  min-height: 450px;
}
#mid-insides { padding: 0 20px; position: relative; }

#diagram { width: 1000px; height: 623px; background: transparent url(../images/spinner.gif) no-repeat 50% 50%; }
#send-yourself { position: absolute; text-align: center; width: 230px; height: 120px; bottom: 30px; right: 60px; }
/* Signup */
#signup-button {
  background: #e5e5e5 url(../images/signup-button.png) no-repeat 0 -75px;
  width: 332px;
  height: 75px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#signup-button:hover { background-position: 0 0; }
#signup-button:active { top: 1px; }

/* Pricing */
#try-it-out { position: absolute; top: -20px; right: 100px; }
.pricing {
  width: 258px;
  margin: 30px 100px;
  float: left;
  border: 1px solid #ccc;
  background-color: #efefef;
  -moz-box-shadow: rgba(0, 0, 0, 0.496094) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 0px 5px;
}
.pricing .title, .pricing .price, .pricing .for-who { background-color: #f6d8fa; color: #000; }
.pricing.pro .title, .pricing.pro .price, .pricing.pro .for-who { background-color: #d8eefa; }
.pricing.free .title, .pricing.free .price, .pricing.free .for-who { background-color: #ecfad8; }
.pricing .title { font-size: 2em; font-weight: bold; text-align: center; padding: 10px 0 0; }
.pricing .price { position: relative; text-align: center; font-size: 1.2em; }
.pricing .price .dollar-sign, .pricing .price .value { font-size: 1.6em; }
.pricing .for-who { color: #777; text-align: center; padding: 0 0 8px; border-bottom: 1px solid #ccc; }
.pricing .features { text-align: center; padding: 10px 0; font-size: 1.2em; }
.pricing .receive { margin: 10px 0 0; border-top: 1px solid #ccc; padding: 10px 0 0; }
.pricing .feature ul { width: 80px; margin: 0 auto; padding-left: 20px; font-size: 0.9em; }
.pricing .feature ul li { padding: 2px 0; text-align: left; list-style-type: disc; }
.pricing .signup-link {
  background: #efefef url(../images/signup-button-short.png) no-repeat 0 -75px;
  width: 173px;
  height: 75px;
  display: block;
  margin: 0 auto 10px;
  position: relative;
}
.pricing .signup-link:hover { background-position: 0 0; }
.pricing .signup-link:active { top: 1px; }

/* Tour */
.tour-screenshot { position: relative; font-size: 16px; }
.tour-hint { position: absolute; height: 46px; }
.tour-hint img { position: absolute; }
.tour-hint .hidden {
  margin-left: 50px;
  padding: 10px;
  margin-top: 2px;
  background-color: #e5e5e5;
  text-align: left;
  border: 1px solid #aaa;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-align: center;
}
#tour-1-1 { top: 50px; left: 715px; width: 230px; }
#tour-1-2 { top: 95px; left: 775px; width: 190px; }
#tour-1-3 { top: 137px; left: 90px; width: 210px; }
#tour-1-4 { top: 217px; left: 160px; width: 290px; }
#tour-2-1 { top: 113px; left: 15px; width: 230px; }
#tour-2-2 { top: 75px; left: 680px; width: 250px; }
#tour-2-3 { top: 200px; left: 500px; width: 230px; }
#tour-2-4 { top: 270px; left: 710px; width: 230px; }
#tour-3-1 { top: 115px; left: 510px; width: 250px; }
#tour-3-2 { top: 195px; left: 192px; width: 230px; }
#tour-3-3 { top: 260px; left: 610px; width: 230px; }


/* Forms */
.input_info { font-size: 11px; display: block; color: #555; margin-bottom: 2px; }
.text_field, .password_field { margin-bottom: 10px; }
.inline_form { position: absolute; margin-left: 4px; }
.buttons { margin-top: 10px; }

/* Users */
img.avatar { height: 50px; }
.user { position: relative; padding: 3px 0; }

/* Groups */
.group { position: relative; height: 20px; width: 100%; padding: 0; }
.group .open { position: absolute; top: 9px; left: 0; }
.group .name { position: absolute; top: 10px; left: 25px; width: 565px; overflow: hidden; }
.group .member-count { position: absolute; top: 10px; left: 600px; }
.group .message-time { position: absolute; top: 10px; right: 0; }
#group-send-in-the-future-container { position: relative; }
#group_send_in_the_future { position: absolute; top: 2px; }
#group-send-in-the-future-text { position: absolute; top: 0; left: 18px; line-height: 20px; }
#group-send-at-box { position: absolute; top: 0; left: 18px; }
#group-message-info { height: 20px; width: 550px; color: #aaa; }
.group-join-question {
  height: 20px;
  padding: 10px 0 20px 50px;
  font-size: 1.2em;
  background: transparent url(../images/drawn-comment.png) no-repeat 0 5px;
}
.group-message-form { position: relative; }
.group-message-form form { padding: 0; height: 68px; }
.group-message-form textarea { width: 550px; height: 30px; margin-bottom: 5px; }
.group-message-form input[type="submit"] { position: absolute; top: 0; right: 0; font-size: 0.9em; }
.private { padding: 1px 0 0 20px; background: transparent url(../images/icons/door.png) no-repeat; }
.public { padding: 1px 0 0 20px; background: transparent url(../images/icons/door_open.png) no-repeat; }
.group-subscriptions li { padding: 3px 0 3px 25px; }
.group-subscriptions li.Email { background: transparent url(../images/icons/email-grey.png) no-repeat 0 3px; }
.group-subscriptions li.SMS { background: transparent url(../images/icons/phone-grey.png) no-repeat 0 2px; }
.group-subscriptions li.AIM { background: transparent url(../images/icons/aim-grey.png) no-repeat 0 2px; }
.group-subscriptions li.JabberMessage { background: transparent url(../images/icons/google-grey.png) no-repeat 0 3px; }
.group-subscriptions li.Tweet { background: transparent url(../images/icons/twitter-grey.png) no-repeat 0 3px; }
#request-to-join {
  background: #e5e5e5 url(../images/request-to-join.png) no-repeat 0 -75px;
  width: 332px;
  height: 75px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#request-to-join:hover { background-position: 0 0; }
#request-to-join:active { top: 1px; }

/* Messages */
.messages { border-top: 1px solid #d0d0d0; }
.message { padding: 5px 0; border-bottom: 1px solid #d0d0d0; }
.message .body { padding: 0 0 0 5px; font-family: helvetica, 'arial sans-serif'; }

/* Subscriptions */
ul.subscriptions li { padding: 5px; position: relative; background-color: #efefef; }
ul.subscriptions li:hover { background-color: #e9e9e9; }
ul.subscriptions li .sub-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  padding: 6px 0;
}
ul.subscriptions li .sub-actions a { margin: 0 5px 0 0; }
ul.subscriptions li .sub-actions a img { position: relative; top: 1px; }
ul.subscriptions li .description, ul.subscriptions li .description-tall {
  background: transparent url(../images/callout-bubble-right.png) no-repeat;
  position: absolute;
  top: -24px;
  right: -220px;
  width: 175px;
  height: 34px;
  padding: 20px 20px 20px 25px;
  text-align: center;
  font-size: 13px;
}
ul.subscriptions li .description-tall {
  padding: 15px 20px 15px 25px;
  height: 44px;
}
ul.subscriptions li .contact-type, #new-sub .contact-type { padding: 2px 20px 2px 0; width: 100px; display: inline-block; vertical-align: top; }
ul.subscriptions li .contact-info, #new-sub .contact-info { width: 350px; display: inline-block; }
#add-sub-section { margin: 5px 0 0; }
.sub-form { padding: 0; background-color: #e0e0e0; padding: 5px; position: relative; }
.sub-form input[type="text"] { font-size: 1em; }
.sub-form input { display: inline-block; }
.sub-form #examples { margin: 0 0 0 130px; }
.sub-form #examples span { width: 80px; display: block; float: left; font-weight: bold; }
.sub-form #sub-form-hint { float: left; margin-left: 10px; }

/* In-place Editor */
.inplaceeditor-form { display: block; }
.photo .inplaceeditor-form input[type="text"] { width: 450px; height: 15px; font-size: 12px; }
.inplaceeditor-form input[type="submit"] {
  width: 86px;
  height: 24px;
  color: #000;
  font-size: 12px;
  text-align: center;
  background: transparent url(/images/round_button_small.png) no-repeat 0 0;
  border: 0 none;
  margin-top: 3px;
}
.inplaceeditor-form a { font-size: 12px; margin-left: 10px; }

/* Search */
#search { position: absolute; top: 0; right: 0; }
#search form { padding: 0; }
#search input[type="text"] { width: 150px; font-size: 14px; position: absolute; right: 37px; }
#search input[type="submit"] {
  background: transparent url(../images/icons/magnifier.png) no-repeat 4px 6px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  border: 0 none;
  margin: 0;
  position: relative;
  cursor: pointer;
  right: 15px;
  width: 20px;
  height: 20px;
}
#search input:focus { outline: 0 none; }

/* Pagination */
div.pagination { text-align: center; height: 20px; padding: 10px; }
div.pagination span, div.pagination a { border: 1px solid #999; padding: 3px 7px; text-decoration: none; }
div.pagination a:hover { background-color: #d0d0d0; }
div.pagination span.current { font-weight: 900; background-color: #333; color: #e5e5e5; border: 1px solid #333; }
div.pagination .disabled { color: #aaa; border: none; }

#footer {
  background: #353535 url(../images/footer-bg.png) repeat-x 50% 0;
  border-top: 1px solid #555;
  text-align: center;
  width: 100%;
  color: #e5e5e5;
  padding: 20px 0;
}
#footer_insides { width: 800px; margin: 0 auto; color: #666; font-size: 12px; }
#footer_insides td { width: 250px; text-align: left; vertical-align: top; padding: 0 15px; }
#footer h3 { color: #555; margin: 0 0 10px 0; padding: 0 0 5px 0; border-bottom: 1px dotted #444; }

/* Widths */
.third { width: 200px; padding: 0 60px; float: left; }

/* Lists */
ul.horizontal li { display: inline-block; font-size: 1.8em; line-height: 32px; padding: 0 60px 0 0; }
ul.horizontal li img { float: left; margin: 0 10px 0 0; }

/* Sections */
.section {
  margin: 0 0 10px 0;
  background-color: #fff;
  padding: 0 0 10px 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.section .heading {
  font-size: 1.2em;
  padding: 10px;
  margin: 0 0 10px 0;
  color: #555;
  background-color: #d0d0d0;
  text-shadow: #fff 1px 1px 0px;
  border-bottom: 1px solid #bbb;
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
}

/* Primary/Secondary layouts for left and right */
.primary-left { margin: 0 250px 0 0; background: #e5e5e5 url(../images/left-shadow.png) no-repeat 705px 100%; }
.primary-left .insides { width: 685px; padding-right: 45px; background: transparent url(../images/left-shadow-top.png) no-repeat 705px 0; min-height: 300px; }
.secondary-right { float: right; width: 250px; position: relative; }
.secondary-right .insides { padding-left: 20px; }
.primary-right { margin: 0 0 0 250px; background: #e5e5e5 url(../images/left-shadow.png) no-repeat 0 100%; position: relative; }
.primary-right .insides { padding: 0 10px 0 20px; background: transparent url(../images/left-shadow-top.png) no-repeat 0 0; min-height: 300px; }
.primary-right .insides .top-right { top: 0; right: 18px; }
.secondary-left { float: left; width: 230px; position: relative; }
.secondary-right .section .header { border-bottom: 1px dashed #ccc; font-weight: bold; margin: 0 0 5px 0; }

/* Tables */
table.styled { border-collapse: collapse; width: 100%; }
table.styled th, table.styled td { padding: 10px; text-align: left; }
table.styled th { background-color: #d8f3b9; border-bottom: 1px solid #e5e5e5; border-top: 2px solid #b8d399; color: #315622; }
table.styled td { background-color: #edffe8; border-bottom: 1px solid #e5e5e5; }
table.styled tr:hover td { background-color: #ddfccf; }

/* Icon Links */
.icon {
  padding: 0 0 5px 20px;
  display: inline-block;
  background-repeat: no-repeat;
}
.icon_left { padding: 1px 0 5px 20px; background-repeat: no-repeat; }
.icon_inline { padding: 1px 0 5px 20px; font-size: 12px; background-repeat: no-repeat; }
.med_icon {
  padding: 0 0 5px 20px;
  display: block;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.med_icon_inline {
  padding: 0 0 5px 20px;
  display: normal;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 1px;
}
.add { background-image: url(../images/icons/add.png); }
.edit { background-image: url(../images/icons/pencil.png); }
.undo { background-image: url(../images/icons/arrow_undo.png); }
.back { background-image: url(../images/icons/left-arrow.png); padding: 1px 0 0 24px; }
.delete { background-image: url(../images/icons/delete.png); }
.reply { background-image: url(../images/icons/arrow_reply.png); }
.info { background-image: url(../images/icons/information.png); }
.help { background-image: url(../images/icons/help.png); }
.lock { background-image: url(../images/icons/lock.png); }
.home { background-image: url(../images/icons/house.png); }
.accept { background-image: url(../images/icons/accept.png); }
.attach { background-image: url(../images/icons/attach.png); }
.globe { background-image: url(../images/icons/world.png); }
.tag { background-image: url(../images/icons/tag_blue.png); color: #000; }
.cancel { background-image: url(../images/icons/cancel.png); }
.mail { background-image: url(../images/icons/email.png); }
.search { background-image: url(../images/icons/magnifier.png); }
.upgrade { background-image: url(../images/icons/upgrade.png); }
.open { background-image: url(../images/icons/door_open.png); }
.closed { background-image: url(../images/icons/door.png); }
.friends { background-image: url(../images/icons/group_add.png); }

.rounded-one, .rounded-two, .rounded-three, .left-side-icon { padding-left: 60px; }
.rounded-one { background: #e5e5e5 url(../images/rounded-one.jpg) no-repeat 0 50%;  }
.rounded-two { background: #e5e5e5 url(../images/rounded-two.jpg) no-repeat 0 50%; }
.rounded-three { background: #e5e5e5 url(../images/rounded-three.jpg) no-repeat 0 50%; }
.baseball-icon { background: #e5e5e5 url(../images/baseball.jpg) no-repeat 0 50%; }
.math-icon { background: #e5e5e5 url(../images/math.jpg) no-repeat 0 50%; }
.video-game-icon { background: #e5e5e5 url(../images/video-game.jpg) no-repeat 0 50%; }

.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mt5 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt100 { margin-top: 100px; }
.ml5 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.mr15 { margin-right: 15px; }
.p0 { padding: 0; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.pt10 { padding-top: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pl20 { padding-left: 20px; }
.pl5 { padding-left: 5px; }
.pr20 { padding-right: 20px; }
.w300 { width: 300px; }
.w200 { width: 200px; }
.w400 { width: 400px; margin-right: auto; margin-left: auto; }
.w600 { width: 600px; margin-right: auto; margin-left: auto; }
.w800 { width: 800px; margin-right: auto; margin-left: auto; }
.h30 { height: 30px; }

/* code formatting */
pre.prettyprint { border: none; }

/* Site-wide class styles */
.body { font-family: georgia, helvetica, arial, sans-serif; line-height: 1.5em; }
.hidden { display: none; }
.down-below { position: absolute; top: 10000px; }
.centered { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.half { width: 45%; }
.inline { display: inline; }
ul.hoverable li:hover .hidden { visibility: visible; }
.relative { position: relative; }
.top-right { position: absolute; top: 10px; right: 10px; }
.big { font-size: 2em; }
.very-big { font-size: 3em;}
.medium { font-size: 1.2em; line-height: 1.4em; }
small, .small, input.small { font-size: 0.88em; }
.strong { font-weight: bold; }
.weak { color: #777; }
.block { display: block; }
.rounded { -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.dashed { border: 1px dashed #ccc; }
.border-bottom { border-bottom: 1px dashed #ccc; margin-bottom: 10px; padding-bottom: 10px; }
.border-top { border-top: 1px dashed #ccc; padding-top: 10px; margin-top: 10px; }
.indented { margin-left:10px; margin-right: 10px; }
.rounded {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.shadowed-box {
  margin: 20px 0 0;
  padding: 0 40px;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.496094) 0px 0px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.496094) 0px 0px 5px;
  background-color: #efefef;
}
.light-grey { color: #aaa; }
.light-grey-border { border: 1px solid #ccc; }
.light-grey-background { background-color: #e5e5e5; }
.grey-background { background-color: #ddd; }
.white-background { background-color: #fff; }
.green-background { background-color: #117906; }
.blue-background { background-color: #2a82e4; }
.red-background { background-color: #e42a2a; }
.red-background:hover { background-color: #c40a0a; }
.dashed-bottom { border-bottom: 1px dashed #ddd; }
.lined-bottom { background: #e5e5e5 url(../images/separator-line.gif) no-repeat 50% 100%; }
.lined-bottom-dark { border-bottom: 3px solid #353535; }
.no_border { border: none; }
.no_underline, .no_underline:hover { text-decoration: none; }
.valign-top { vertical-align: top; }
.disc-list li { list-style-type: disc; margin-left: 20px; }
.header { font-size: 18px; border-bottom: 1px solid #ccc; margin-bottom: 10px; }
.header img { float: left; margin: -8px 5px 0 0; }
.information { color: #777; margin-bottom: 20px; }
.actions { position: absolute; top: 15px; right: 20px; }
.actions a { display: inline-block; margin-left: 10px; }
.loading { background: transparent url(../images/loader.gif) no-repeat 50% 50%; }
.loading * {
  visibility: hidden;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
ul.lined li { border-bottom: 1px solid #ddd; padding: 8px 0; }
ul.lined li:last-child { border: none; }
.twitter-icon { float: left; padding: 0 5px 0; }