body {
  background: #606060;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial;
  font-weight: 100;
  color: #fff; }
  body fieldset {
    background: #b6b6b6;
    border: none;
    clear: left;
    float: left;
    display: inline;
    width: 600px;
    padding: 50px; }
    body fieldset label {
      clear: left;
      float: left;
      display: inline;
      width: 250px; }
    body fieldset input[type="password"] {
      width: 343px;
      margin-bottom: 10px; }
    body fieldset input[type="text"] {
      width: 343px;
      margin-bottom: 10px; }
    body fieldset p input[type="submit"] {
      clear: left;
      float: left;
      display: inline;
      margin-left: 535px; }
    body fieldset textarea {
      width: 455px;
      margin-bottom: 10px; }
  body a {
    color: #fff;
    text-decoration: none; }
    body a img {
      border: none; }
  body a:hover {
    color: #9c9b9b; }
  body h1 {
    padding: 0;
    margin: 0; }
  body h2 {
    padding: 0;
    margin: 0; }
  body p {
    padding: 0;
    margin: 0; }
  body .bwrapper {
    margin: 0 auto;
    width: 980px;
    text-align: left;
    position: relative;
    margin-top: 40px; }
    body .bwrapper .authentication {
      float: right;
      display: inline;
      font-family: arial;
      font-size: 13px; }
      body .bwrapper .authentication a {
        text-decoration: none; }

.clear {
  clear: left; }

.right {
  float: right;
  display: inline; }

.left {
  float: left;
  display: inline; }

img.logo {
  float: left;
  display: inline; }

h2.name {
  float: left;
  display: inline;
  padding-left: 7px;
  font-size: 47px;
  font-family: arial;
  font-weight: 100; }
  h2.name a {
    text-decoration: none;
    color: #fff; }

ul.nav {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  list-style-type: none;
  margin-bottom: 20px;
  position: relative; }
  ul.nav li {
    float: left;
    display: inline;
    margin-right: 10px;
    font-size: 14px; }
  ul.nav div.utility_links {
    position: absolute;
    top: 10px;
    right: 0px; }
    ul.nav div.utility_links a.submenu {
      float: left;
      font-size: 14px;
      display: inline;
      color: #ffffff;
      padding: 10px;
      background: #7E7E7E;
      margin-bottom: 10px; }
    ul.nav div.utility_links a.submenu:hover {
      color: #7E7E7E;
      background: #ffffff; }
    ul.nav div.utility_links a.spaced {
      margin-right: 10px; }
    ul.nav div.utility_links a.deleted {
      background: #3b3b3b;
      color: #ffffff; }
    ul.nav div.utility_links a.deleted:hover {
      color: #7E7E7E;
      background: #ffffff; }

h1.all_the_way {
  width: 100%; }

h1.section {
  clear: left;
  float: left;
  display: inline;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: arial;
  font-weight: 100; }

div.section {
  clear: left; }

a.cart {
  float: right;
  display: inline;
  margin-top: 3px; }
  a.cart img {
    border: none; }

img.front_image {
  border: 10px solid #949494; }

div.footer {
  padding-top: 10px;
  clear: both;
  font-size: 13px; }
  div.footer p {
    clear: left;
    padding-top: 5px; }
  div.footer ul {
    margin-top: 10px;
    padding: 0;
    list-style-type: none; }
    div.footer ul li {
      float: left;
      display: inline;
      margin-right: 10px; }

.hidden {
  display: none; }

.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }

a.button {
  background: #fff;
  color: #606060;
  float: left;
  display: block;
  padding: 5px;
  width: 200px;
  margin-bottom: 10px; }

a.button:hover {
  background: #818181;
  color: #fff; }

a.button:active {
  background: #606060;
  color: #fff; }

button {
  border: none;
  text-align: left;
  font-size: 14px;
  background: #fff;
  color: #606060;
  display: block;
  padding: 5px;
  margin-bottom: 10px; }

button:hover {
  background: #818181;
  color: #fff; }

button:active {
  background: #606060;
  color: #fff; }

button.contact_form_button {
  margin-left: 660px; }

button.cart_update {
  font-size: 12px;
  padding: 4px;
  margin-top: 5px;
  color: #ffffff;
  background: #b6b6b6; }

button.cart_update:hover {
  background: #818181;
  color: #fff; }

button.cart_update:active {
  background: #606060;
  color: #fff; }

div#totals {
  width: 239px;
  float: left;
  display: inline;
  background: #ffffff;
  color: #000;
  margin-left: 493px; }
  div#totals div.totals {
    text-align: right;
    margin: 10px; }
    div#totals div.totals h2 {
      font-weight: 100; }
  div#totals div.container {
    padding: 5px; }
    div#totals div.container h3 {
      font-weight: 700;
      margin: 0;
      margin-top: 10px;
      padding: 0; }
    div#totals div.container p.billing_address {
      margin-left: 5px; }
    div#totals div.container h4 {
      margin: 0;
      margin-top: 50px;
      margin-left: 0px; }

div#sidebar {
  width: 239px;
  margin-bottom: 30px;
  margin-left: 5px;
  color: #000; }
  div#sidebar div.totals {
    text-align: left;
    margin: 10px; }
    div#sidebar div.totals h2 {
      font-weight: 100;
      text-align: right;
      border-bottom: 2px solid #606060; }
    div#sidebar div.totals h2.shipping {
      font-size: 14px;
      padding-left: 5px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-bottom: 2px solid #606060; }
  div#sidebar div.container h3 {
    font-weight: 700;
    margin: 0;
    padding: 0; }
  div#sidebar div.container p.billing_address {
    margin-left: 5px;
    font-size: 12px; }
  div#sidebar div.container p.shipping_address {
    margin-left: 5px;
    font-size: 12px; }
  div#sidebar div.container h4 {
    margin: 0;
    margin-top: 10px;
    margin-left: 5px; }
  div#sidebar h2#add_to_cart {
    padding: 3px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    background: #606060;
    color: #fff;
    font-size: 14px; }
  div#sidebar div.form {
    padding: 5px;
    background: #fff;
    position: relative; }
    div#sidebar div.form div.number_of_bags {
      height: 30px; }
    div#sidebar div.form button#add_to_cart {
      position: absolute;
      top: 5px;
      right: 3px;
      background: #228822;
      color: #fff; }
    div#sidebar div.form button#add_to_cart:hover {
      background: #22aa22; }
    div#sidebar div.form select#add_to_cart_grind {
      margin-right: 3px;
      margin-bottom: 10px;
      font-size: 13px;
      float: left;
      display: inline; }
    div#sidebar div.form input#add_to_cart_number_of_bags {
      width: 35px;
      margin-right: 3px;
      float: left;
      display: inline; }
    div#sidebar div.form input#add_to_cart_submit {
      display: block;
      clear: left; }
  div#sidebar div.coffee_info {
    padding: 5px;
    background: #ffffff; }
  div#sidebar div.cart {
    margin-top: 50px;
    background: #ffffff; }
    div#sidebar div.cart div.line_item {
      margin-top: 10px;
      border-bottom: 1px solid #606060; }
    div#sidebar div.cart h3 {
      font-size: 18px;
      padding: 0;
      margin: 0;
      border-bottom: 2px solid #666666; }
    div#sidebar div.cart a.button {
      background: #ccc;
      color: #606060;
      width: 70px;
      margin-top: 20px; }
    div#sidebar div.cart a.button:hover {
      background: #606060;
      color: #fff; }

input#coffee_number_of_bags {
  width: 35px;
  height: 12px;
  margin-right: 3px;
  float: left;
  display: inline; }

div#flash_message {
  width: 935px;
  background: #e3e3e3;
  border: 4px solid #454545;
  color: #868585;
  padding: 20px;
  text-align: left;
  margin-bottom: 10px;
  font-family: arial;
  font-size: 20px; }

p.description {
  margin-left: 210px;
  width: 500px; }

p.full_description {
  width: 700px; }

div.controls {
  clear: left;
  width: 670px;
  background: #818181;
  padding: 20px;
  margin-top: 10px;
  padding-left: 10px; }
  div.controls a {
    width: 80px;
    text-align: center;
    background: #fff;
    padding: 4px;
    color: #000;
    margin-right: 5px; }
  div.controls a:hover {
    background: #ccc;
    color: #fff; }

div.list {
  float: left; }
  div.list div.list_item a.name {
    font-size: 20px;
    display: block; }

table.cart {
  width: 733px;
  padding: 40px;
  background: #eee;
  color: #606060; }
  table.cart a.name {
    color: #606060; }
  table.cart a.cart_update {
    font-size: 13px;
    padding: 6px;
    color: #ffffff;
    background: #b6b6b6;
    float: left;
    display: inline; }
  table.cart a.cart_update:hover {
    background: #818181;
    color: #fff; }
  table.cart a.cart_update:active {
    background: #606060;
    color: #fff; }
  table.cart tr.header {
    border-bottom: 1px solid #ccc; }
  table.cart tr th {
    width: 200px; }
  table.cart tr th.amount {
    width: 100px; }
  table.cart tr td {
    padding-top: 10px; }
  table.cart tr td.description {
    margin-bottom: 20px;
    padding: 20px;
    background: #e2e2e2; }

div.cart_count {
  float: right;
  display: inline;
  padding-right: 3px;
  padding-top: 3px; }

ul.checkout_progress {
  list-style-type: none;
  display: block;
  padding: 0;
  margin: 0;
  background: #fff; }
  ul.checkout_progress li {
    margin-top: 20px;
    border: 1px solid #fff;
    color: #606060;
    padding: 10px;
    background: #fff;
    float: left;
    display: inline;
    width: 222px; }
  ul.checkout_progress li.current {
    background: #606060;
    color: #fff;
    border: 1px solid #fff; }

div.hidden {
  display: none; }

div.front_bubble {
  float: left;
  display: inline;
  width: 336px;
  padding: 10px;
  margin-top: 10px;
  background: #B6B6B6; }
  div.front_bubble h2 {
    color: #ffffff;
    font-weight: 100;
    padding-bottom: 2px;
    border-bottom: 2px solid #ffffff; }

div.specials {
  margin-right: 16px; }

div.events {
  margin-right: 16px; }

div.coffee_list div.with_photo {
  height: 200px;
  margin-bottom: 20px; }
div.coffee_list img {
  float: left;
  display: inline;
  margin-right: 10px; }

img.header {
  float: left;
  display: inline; }

div.coffee_thumbnails {
  padding: 30px;
  padding-left: 0px;
  padding-right: 0px; }

button.new_post {
  margin-left: 640px; }

div#saved_addresses {
  width: 935px;
  background: #333;
  float: left;
  display: inline;
  margin-bottom: 20px;
  padding: 20px; }
  div#saved_addresses h2 {
    margin-bottom: 10px; }
  div#saved_addresses div.saved_address {
    background: #eee;
    width: 236px;
    float: left;
    display: inline;
    color: #666666;
    padding: 10px;
    position: relative;
    margin-right: 7px;
    margin-bottom: 8px; }
    div#saved_addresses div.saved_address a.button {
      position: absolute;
      bottom: 0px;
      right: 60px;
      width: 50px;
      background: #606060;
      color: #fff; }
    div#saved_addresses div.saved_address a.button:hover {
      background: #ccc;
      color: #606060; }
    div#saved_addresses div.saved_address button {
      position: absolute;
      bottom: 0px;
      right: 10px;
      background: #606060;
      color: #fff; }
    div#saved_addresses div.saved_address button:hover {
      background: #ccc;
      color: #606060; }

fieldset#payment_options {
  padding: 20px;
  width: 685px; }
  fieldset#payment_options form {
    position: relative; }
    fieldset#payment_options form button.top {
      position: absolute;
      top: 0px;
      right: 70px; }
    fieldset#payment_options form button.bottom {
      position: absolute;
      bottom: 0px;
      right: 70px; }
    fieldset#payment_options form a.bottom {
      position: absolute;
      bottom: 0px;
      right: 70px; }
    fieldset#payment_options form select#payment_options_provider {
      font-size: 20px;
      width: 250px;
      padding: 5px;
      margin-bottom: 20px; }
    fieldset#payment_options form div.option {
      padding-bottom: 60px; }

div.checkout_content {
  margin-top: 20px;
  clear: left;
  float: left;
  display: inline; }
  div.checkout_content h1 {
    margin-bottom: 10px; }

div.contact_form {
  float: right;
  margin-top: 10px;
  display: inline; }
  div.contact_form label {
    float: left;
    display: inline;
    clear: left;
    width: 80px; }
  div.contact_form input[type="text"] {
    float: left;
    display: inline;
    margin-bottom: 2px;
    width: 396px; }
  div.contact_form input[type="submit"] {
    float: right;
    clear: left;
    display: inline; }
  div.contact_form button {
    display: block;
    width: 50px;
    float: right;
    clear: left;
    padding: 3px;
    text-align: center; }
  div.contact_form textarea {
    width: 400px;
    float: left;
    display: inline;
    margin-bottom: 2px; }

img.temp {
  float: left;
  display: inline;
  margin-top: 10px; }

h2.temp {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-top: 20px; }

h2.next_line {
  position: absolute;
  top: 50px;
  left: 60px;
  font-size: 16px;
  width: 300px; }

div.temp_message {
  width: 300px;
  float: left;
  display: inline;
  position: relative; }

div#temp_flash {
  position: absolute;
  left: 300px;
  top: 200px;
  padding: 40px;
  background: #fff;
  color: #333;
  line-height: 22px;
  text-align: center;
  border: 5px solid #333; }

.order_list {
  background: #b6b6b6;
  border: none;
  clear: left;
  float: left;
  display: inline;
  width: 640px;
  padding: 30px; }
  .order_list h3.order_number_heading {
    font-style: italic;
    float: left;
    display: inline;
    width: 150px;
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .order_list h3.description_heading {
    font-style: italic;
    float: left;
    display: inline;
    width: 320px;
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .order_list h3.status_heading {
    font-style: italic;
    float: left;
    display: inline;
    width: 150px;
    font-size: 14px;
    margin: 0;
    padding: 0; }
  .order_list .order {
    clear: left;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ffffff; }
    .order_list .order h3.order_number {
      float: left;
      display: inline;
      width: 150px;
      font-size: 14px;
      margin: 0;
      padding: 0;
      font-weight: 100; }
    .order_list .order h3.description {
      float: left;
      display: inline;
      width: 320px;
      font-size: 14px;
      margin: 0;
      padding: 0;
      font-weight: 100; }
    .order_list .order h3.shipping_status {
      float: left;
      display: inline;
      width: 150px;
      font-size: 14px;
      margin: 0;
      padding: 0;
      font-weight: 100; }

.top_spacer {
  margin-top: 10px; }

.offscreen {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px; }

button.bigger {
  margin-left: 10px;
  color: #ffffff;
  background: #228822;
  padding: 10px;
  font-size: 18px;
  width: 217px;
  text-align: center; }

button.bigger:hover {
  color: #ffffff;
  background: #22aa22; }

button.hand {
  cursor: pointer; }

a.bigger {
  margin-left: 10px;
  color: #ffffff;
  background: #383838;
  padding: 10px;
  font-size: 18px;
  width: 217px;
  font-weight: 100;
  text-align: center; }

a.bigger:hover {
  color: #606060;
  background: #ffffff; }

div#cart_link {
  float: right;
  display: inline;
  margin-top: 15px;
  background: #949494;
  width: 35px;
  height: 45px;
  cursor: pointer; }
  div#cart_link div.cart_count {
    width: 66px;
    height: 48px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    display: inline;
    font-size: 22px; }

div#cart_link:hover {
  background: #3b3b3b;
  background-position: -67px 0px; }
  div#cart_link:hover a {
    color: #ffffff; }

h1.big_announcement {
  clear: left;
  text-align: justify;
  float: left;
  display: inline;
  padding-top: 30px;
  padding-right: 100px;
  padding-left: 100px;
  width: 780px;
  padding-bottom: 50px;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  font-family: arial;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px; }

div.instructions {
  float: left;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 100px;
  padding-left: 100px;
  width: 780px;
  display: inline;
  border-bottom: 3px solid #ffffff; }
  div.instructions ol {
    padding-left: 25px; }
    div.instructions ol li {
      font-family: arial;
      font-size: 25px;
      line-height: 45px; }
  div.instructions h2 {
    font-family: arial;
    font-size: 35px; }

div.rules {
  margin-top: 50px;
  float: left;
  clear: left;
  display: inline;
  width: 360px;
  padding-bottom: 30px;
  padding-right: 60px;
  padding-left: 100px; }

div.how_to_get_points {
  padding-right: 30px;
  margin-top: 50px;
  float: left;
  display: inline;
  width: 360px;
  padding-bottom: 30px; }

div.announcement ul {
  list-style-type: none;
  margin-left: 0px;
  position: relative;
  padding-left: 0px; }
  div.announcement ul li {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background: #7e7e7e;
    margin-bottom: 15px;
    clear: left;
    float: left;
    display: inline;
    width: 340px;
    font-family: arial;
    font-size: 19px;
    line-height: 25px; }
    div.announcement ul li .reason {
      float: left;
      display: inline;
      width: 240px;
      margin-left: 5px; }
    div.announcement ul li .amount {
      float: right;
      display: inline;
      width: 75px;
      padding-top: 10px;
      padding-bottom: 8px;
      text-align: center;
      background: #606060;
      font-family: arial;
      font-size: 30px;
      font-weight: bold; }
div.announcement h2 {
  font-family: arial;
  font-size: 20px; }

p.introduction {
  clear: left;
  float: left;
  display: inline;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 100px;
  padding-left: 100px;
  border-bottom: 3px solid #ffffff;
  width: 800px;
  font-family: arial;
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  text-align: justify; }

ul.nav {
  padding: 0;
  padding-top: 20px;
  float: left;
  list-style-type: none;
  display: inline;
  margin-top: 20px;
  width: 980px;
  border-top: 3px solid #ffffff; }
  ul.nav li a {
    background: #7E7E7E;
    padding: 10px; }
  ul.nav li a:hover {
    color: #606060;
    background: #ffffff; }

h1.game {
  clear: left;
  float: left;
  border-top: 3px solid #ffffff;
  width: 980px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffffff;
  margin-bottom: 20px; }

div.content {
  clear: left;
  float: left;
  display: inline;
  width: 980px; }
  div.content div#events div.cafe_listing {
    background: #7E7E7E;
    padding: 15px;
    width: 650px;
    margin-bottom: 10px; }
  div.content div.city {
    float: left;
    display: inline;
    width: 235px;
    margin-right: 6px;
    margin-bottom: 8px;
    background: #ffffff; }
    div.content div.city h1 {
      padding: 5px; }
      div.content div.city h1 a {
        display: block;
        color: #606060; }

a.cafe_button {
  padding: 6px;
  background: #7E7E7E;
  margin-bottom: 5px; }

a.cafe_button:hover {
  background: #ffffff; }

.vevent h3 {
  float: left;
  display: inline;
  clear: left;
  margin: 0;
  margin-bottom: 10px; }

div#map {
  float: right;
  display: inline;
  position: relative;
  width: 500px;
  height: 400px;
  border: 3px solid #ffffff;
  background: #e5e3df; }

div#cafe_map {
  width: 974px;
  float: left;
  display: inline;
  position: relative;
  height: 400px;
  border: 3px solid #ffffff;
  background: #e5e3df;
  margin-bottom: 20px; }

div.tweets {
  float: left;
  display: inline;
  width: 680px;
  text-align: left; }
  div.tweets h1.subhead {
    clear: left;
    float: left;
    text-align: left;
    width: 690px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 3px solid #ffffff;
    margin-bottom: 20px;
    position: relative; }
    div.tweets h1.subhead img {
      margin-right: 10px; }
    div.tweets h1.subhead div.utility_links {
      position: absolute;
      top: 10px;
      right: 0px; }
      div.tweets h1.subhead div.utility_links a.submenu {
        float: left;
        font-size: 14px;
        display: inline;
        color: #ffffff;
        padding: 10px;
        background: #7E7E7E;
        margin-bottom: 10px; }
      div.tweets h1.subhead div.utility_links a.submenu:hover {
        color: #7E7E7E;
        background: #ffffff; }
      div.tweets h1.subhead div.utility_links a.spaced {
        margin-right: 10px; }
      div.tweets h1.subhead div.utility_links a.deleted {
        background: #3b3b3b;
        color: #ffffff; }
      div.tweets h1.subhead div.utility_links a.deleted:hover {
        color: #7E7E7E;
        background: #ffffff; }
  div.tweets div.unmoderated {
    background: #981818; }
  div.tweets div.moderated {
    background: #7E7E7E; }
  div.tweets div.tweet {
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    padding: 20px;
    text-align: left;
    float: left;
    display: inline;
    width: 650px;
    min-height: 50px; }
    div.tweets div.tweet div.points {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 45px;
      padding: 10px;
      text-align: center;
      background: #606060;
      font-size: 40px; }
    div.tweets div.tweet div.buttons {
      text-align: right;
      position: absolute;
      width: 100px;
      height: 80px;
      top: 0px;
      left: -110px; }
      div.tweets div.tweet div.buttons a.action_button {
        float: right;
        display: inline;
        text-align: center;
        padding: 5px;
        font-size: 12px;
        width: 50px;
        color: #686868;
        margin-bottom: 5px;
        background: #ffffff;
        clear: right; }
      div.tweets div.tweet div.buttons a.action_button:hover {
        color: #ffffff;
        background: #7E7E7E; }
      div.tweets div.tweet div.buttons a.delete {
        background: #610505;
        color: #fff; }
      div.tweets div.tweet div.buttons a.delete:hover {
        background: #c80000; }
      div.tweets div.tweet div.buttons a.undelete {
        background: #00ae08;
        color: #fff; }
      div.tweets div.tweet div.buttons a.undelete:hover {
        background: #15831a; }
    div.tweets div.tweet fieldset {
      margin-top: 15px;
      width: 450px; }
      div.tweets div.tweet fieldset textarea {
        height: 80px;
        width: 343px; }
    div.tweets div.tweet div.text {
      float: left;
      width: 480px;
      display: inline; }
      div.tweets div.tweet div.text a.user_name {
        font-weight: bold;
        color: #ccc; }
    div.tweets div.tweet div.avatar {
      width: 48px;
      float: left;
      display: inline;
      margin-right: 10px; }

div#events {
  width: 470px;
  clear: left;
  float: left;
  display: inline; }

fieldset.cafe {
  height: 500px; }

h1.game {
  position: relative; }
  h1.game span#short_url {
    font-size: 18px;
    padding-left: 10px; }
  h1.game img {
    margin-right: 10px; }
  h1.game div.utility_links {
    position: absolute;
    top: 10px;
    right: 0px; }
    h1.game div.utility_links a.submenu {
      float: left;
      font-size: 14px;
      display: inline;
      color: #ffffff;
      padding: 10px;
      background: #7E7E7E;
      margin-bottom: 10px; }
    h1.game div.utility_links a.submenu:hover {
      color: #7E7E7E;
      background: #ffffff; }
    h1.game div.utility_links a.spaced {
      margin-right: 10px; }
    h1.game div.utility_links a.deleted {
      background: #3b3b3b;
      color: #ffffff; }
    h1.game div.utility_links a.deleted:hover {
      color: #7E7E7E;
      background: #ffffff; }

div.followers {
  float: left;
  display: inline; }

div.scoreboard {
  float: left;
  display: inline;
  text-align: center; }
  div.scoreboard ol {
    margin-left: 100px;
    font-size: 40px;
    font-family: helvetica; }
    div.scoreboard ol li {
      margin-bottom: 10px;
      position: relative;
      text-align: left;
      padding: 10px;
      background: #7E7E7E;
      width: 700px; }
      div.scoreboard ol li div.amount {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 45px;
        padding: 10px;
        text-align: center;
        background: #606060;
        font-size: 30px; }
      div.scoreboard ol li img {
        margin-right: 10px; }

div.breakdown {
  float: left;
  display: inline; }
  div.breakdown div.stat {
    text-align: left;
    height: 170px;
    margin-top: 10px;
    margin-right: 3px;
    float: left;
    display: inline;
    width: 242px; }
    div.breakdown div.stat h1.location {
      margin-top: 20px;
      font-size: 20px; }
    div.breakdown div.stat h1.geo {
      margin-top: 20px;
      font-size: 40px; }
    div.breakdown div.stat h1.smaller {
      font-size: 50px; }
    div.breakdown div.stat h2 {
      text-align: left;
      font-size: 15px;
      background: #ffffff;
      color: #606060;
      padding-top: 10px;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 5px;
      height: 50px; }
    div.breakdown div.stat h1 {
      font-size: 50px; }
  div.breakdown div.foller {
    float: left;
    width: 100%; }
    div.breakdown div.foller div.stat {
      text-align: left;
      height: 100px;
      margin-top: 10px;
      margin-right: 3px;
      float: left;
      display: inline;
      width: 320px; }
      div.breakdown div.foller div.stat h2 {
        text-align: left;
        font-size: 15px;
        background: #ffffff;
        color: #606060;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        height: 40px; }
      div.breakdown div.foller div.stat h1 {
        font-size: 43px;
        height: 60px; }
  div.breakdown div.twitter_counter {
    clear: left;
    float: left;
    width: 100%; }
    div.breakdown div.twitter_counter div.stat {
      text-align: left;
      height: 100px;
      margin-top: 10px;
      margin-right: 3px;
      float: left;
      display: inline;
      width: 119px; }
      div.breakdown div.twitter_counter div.stat h1.smaller {
        font-size: 30px; }
      div.breakdown div.twitter_counter div.stat h2 {
        text-align: left;
        font-size: 12px;
        background: #ffffff;
        color: #606060;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        height: 40px; }
      div.breakdown div.twitter_counter div.stat h1 {
        font-size: 43px;
        height: 60px; }

.fieldWithErrors input[type=text] {
  border: 3px solid #a32000; }
.fieldWithErrors input[type=password] {
  border: 3px solid #a32000; }



h4.map_bubble_header a {
  color: #242424; }

img.map_loading {
  position: absolute;
  top: 15px;
  left: 15px; }

div.right_cafe_sidebar {
  float: right;
  display: inline;
  width: 230px;
  background: #7E7E7E;
  margin-bottom: 30px;
  padding: 15px; }
  div.right_cafe_sidebar a.checkin {
    width: 210px;
    display: block;
    color: #7E7E7E;
    padding: 10px;
    text-align: center;
    background: #ffffff;
    margin-bottom: 20px; }
  div.right_cafe_sidebar a.checkout {
    width: 210px;
    display: block;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    background: #606060;
    margin-bottom: 20px; }

textarea#contact_information_text {
  width: 590px; }

div#sidebar div.contact_info {
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  background: #c3c3c3; }
  div#sidebar div.contact_info a {
    color: #242424; }
  div#sidebar div.contact_info h2 {
    font-weight: 100;
    font-family: 'gill sans';
    padding-bottom: 5px;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 5px; }

#flash_notice {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #c3c3c3;
  color: #242424;
  font-size: 20px; }
