.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  display: blcok;
  width: 0;
  height: 0;
}
body {
  /*  font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "STHeiti", "黑体", "Microsoft YaHei", serif;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
  /* http://www.awayback.com/revised-font-stack/ */
  /*  font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;*/
  /* text-align: justify; */
  line-height:1.7;
}
form p {
  margin: 0.5em 0;
}

.center-align {
  text-align: center;
}
.hint {
  font-size: 0.8em;
  color: #999;
}
.invisiable {
  display: none !important;
}
.messages li {
  margin: 0.5em auto;
  padding: 0.5em 1em;
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.messages .success {
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}
.messages .error {
  background:#FBE3E4;
  color:#8a1f11;
  border-color:#FBC2C4;
}
.messages .info {
  background:#FFF6BF;
  color:#514721;
  border-color:#FFD324;
}
.messages .success {
  background:#E6EFC2;
  color:#264409;
  border-color:#C6D880;
}
.messages .error a {
  color:#8a1f11;
}
.messages .info a {
  color:#514721;
}
.messages .success a {
  color:#264409;
}
/* may be commons */
.wide p {
  margin: 0.75em 0;
}

.narrow label {
  display: inline-block;
  text-align: right;
  width: 4em;
}

.wide label {
  display: inline-block;
  text-align: left;
  width: 8em;
}

.narrow input[type='submit'] {
  margin-left: 4em;
}

.wide input[type='submit'] {
  margin-left: 8em;
}

form .hint {
  display: block;
  margin-left: 5.2em;
}

.narrow a,
.wide a {
  text-decoration: underline;
}

.narrow .errorlist,
.wide .errorlist {
  color: #CC0000;
  margin-left: 4.1em;
  list-style: disc;
}

/* login styles */
#login,
#signup,
#change-password,
#verification-sent {
  background: url(../images/logo_300.png) transparent left top no-repeat;
  margin: 10em 0 10em 170px;
  padding-left: 310px;
}

#login form {
/*  border-left: #aaa 1px solid;*/
}

#signup-guide {
  font-size: 1.1em;
  margin-top: 2em;
  margin-left: -310px;
}

#signup-guide ul {
  margin-left: 2em;
  margin-top: 1em;
}

#signup-guide li {
  list-style: disc;
}

#verification-sent {
  min-height: 8em;
}

.gutter {
  padding: 12px 0;
}

#logo {
}

#toolbar li {
  display: inline;
}

.navigator-outter-wrap {
  border-top:1px solid #004473;
}
/* This style is inspired by this: http://dribbble.com/shots/638807-Eric-Nav; */
.navigator-wrap {
  background-color: rgb(0,100,166);
  background-image: linear-gradient(bottom, rgb(0,100,166) 10%, rgb(0,136,204) 90%);
  background-image: -o-linear-gradient(bottom, rgb(0,100,166) 10%, rgb(0,136,204) 90%);
  background-image: -moz-linear-gradient(bottom, rgb(0,100,166) 10%, rgb(0,136,204) 90%);
  background-image: -webkit-linear-gradient(bottom, rgb(0,100,166) 10%, rgb(0,136,204) 90%);
  background-image: -ms-linear-gradient(bottom, rgb(0,100,166) 10%, rgb(0,136,204) 90%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.1, rgb(0,100,166)),
    color-stop(0.9, rgb(0,136,204))
  );
  padding: 2px 0;
  border-top:1px solid #4daddd;
  border-bottom:1px solid #014574;
}

.main-navigator {
  margin: 0;
}

  .main-navigator li {
    list-style: none;
    float: left;
    margin: 0.15em 2em 0.15em 0;
  }

  .main-navigator a {
    color: #fff;
    display: block;
    padding: 0.1em 1em 0.2em;
    line-height: 25px;
    font-size: 15px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
    text-shadow: 0 1px 1px #333;
    text-decoration:none;
  }

    .main-navigator a.active {
      color: white;
      background-color: transparent;
      border: 1px solid #00548b;
      box-shadow: inset 0 2px 0 -1px #4daddd;
    }
    .main-navigator a:hover {
      color: white;
      border: 1px solid #00548b;
      text-decoration:none;
      text-shadow: 0 1px 1px #333;
      box-shadow: inset 0 -2px 0 -1px #6698cd;
    }

.whats-open-party {
  padding: 12px 0 0 0;
/*  border-top: 1px solid white;
  background: -webkit-gradient(linear, left top, left bottom, from(#dddede), to(#f8f8f8));
  background: -moz-linear-gradient(-90deg, #dddede, #f8f8f8);
*/
  float: none;
  display: block;
}
.whats-open-party h2 {
  display: none;
}
.whats-open-party p {
  font-family: Palatino, 'Palatino Linotype', 'Hiragino Mincho ProN', serif;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  line-height: 1.8;
  font-size: 19px;
  font-weight: normal;
  padding: 0.4em 0;
  color: #666;
}
.whats-open-party p {
  margin: 0;
}
.whats-open-party strong {
  font-weight: normal;
  color: black;
}
.content h2 {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  border-bottom: 2px solid #f5f5f5;
}
.content p {
  margin: 1em 0;
}
.shadow {
  -webkit-box-shadow: 6px 6px 6px #ccccc5;
  -moz-box-shadow: 6px 6px 6px #ccccc5;
}
dl.flat {
  display: inline;
  margin: 12px 0;
}
.flat dt,
.flat dd {
  display: inline;
}
.flat dd {
  padding-right: 12px;
}
dl.pair {
  margin: 12px 0;
}
.pair dt,
.pair dd {
  float: left;
}
.pair dt {
  clear: left;
}
.pair dd {
  padding-right: 12px;
}
.join-us ul {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-shadow:0 -1px rgba(0, 0, 0, 0.1);
  color: #0078bc;
  list-style: none;
}
.join-us .actions {
  margin: 10px 0;
  font-size: 19px;
}
.join-us .actions li {
  margin: 0 0 10px 0;
}
.join-us .actions i {
  margin-top: 6px;
}
.join-us .actions a:hover {
  text-decoration: none;
}
.join-us li {
  line-height: 1.7;
}
.join-us a:link,
.join-us a:visited {
  color: #0078bc;
}
.join-us a:hover {
  text-decoration: underline;
}
.join-us li .btn {
  color: white;
  font-size: 21px;
}
.event-join a:link,
.event-join a:visited {
  margin-left: 2em;
  margin-bottom: 10px;
  color: white;
}
.join-us sup {
  display: none;
}
.join-us .inactive .btn {
  color: #999;
}
.join-us .inactive sup {
  display: inline;
  margin-left: 1em;
  color: #999;
}
.join-us strong {
  color: red;
}
.top-sponsors {
  text-align: left;
}
  .top-sponsors ul {
    margin: 10px 0 0 0;
  }
  .top-sponsors li {
    padding: 0.25em 0.5em 0.25em 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing:-0.02em;
    text-shadow:0 -1px rgba(0, 0, 0, 0.3);
    list-style: none;
  }
  .top-sponsors a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    background-repeat: no-repeat;
    margin: 5px 0;
  }
  .top-sponsors .thoughtworks {
    background-image: url(../images/sponsors/thoughtworks_logo.png);
    height: 27px;
  }
  .top-sponsors .kii {
    background-image: url(../images/sponsors/kiicloud-logo.png);
    height: 64px;
  }
  .top-sponsors .google {
    background-image: url(../images/sponsors/google_logo_41.png);
    height: 41px;
  }
#footer {
  margin-top: 3em;
  font-size: 11px;
}
  #footer p {
    text-align: center;
  }
  #footer a:link,
  #footer a:visited {
    text-decoration: underline;
    color: black;
  }
  #footer .links {
    text-align: center;
  }
    #footer .links li {
      display: inline;
      padding: 0 1em;
    }
#debug {
  font-family: Monaco, Consolas;
  font-size: 10px;
}
  #debug td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

.topics-and-broadcast {
  margin-top: 20px;
}
/*.entries*/
.entries ul {
  list-style: none;
  margin: 0;
}
  .entries a:link,
  .entries a:visited {
    color: #15355F;
  }
  .entries h4 {
    color: #15355F;
    font-size: 13px;
    font-weight: bold;
    margin: 12px 0px 6px;
  }
  .entries p {
    line-height: 1.7;
    margin: 0;
    color: #333;
  }
  .entries a:link.more,
  .entries a:visited.more {
    color: #999;
    text-decoration: underline;
  }
.users dl {
  float: left;
  width: 76px;
  height: 58px;
  margin: 5px 0;
  text-align: center;
  word-wrap: break-word;
  word-break: normal;
}
  .users dt {
    display: block;
    height: 30px;
    text-align: center;
    overflow: hidden;
  }
  .users dt {
    display: block;
    height: 48px;
    text-align: center;
    overflow: hidden;
  }
  .users dt img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .users a:link,
  .users a:visited {
    color: #bbb;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.textile h1 {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.textile h2,
.textile h3 {
  font-size: 14px;
}
.textile .section {
  margin-bottom: 2em;
}

.tweets {
  list-style: none;
}
.tweets li,
.comments li {
  min-height: 48px;
  padding: 8px 0 8px 56px;
  position: relative;
  border-bottom: 1px dotted #D2DADA !important;
}
.tweets .avatar,
.comments .avatar {
  display: block;
  position: absolute;
  left: 0;
  width: 56px;
}
.tweets .tweet-client {
  color: #999;
  display: block;
}
.tweets li.weibo {
  background: transparent url(../images/bg_weibo_icon.png) right 90% no-repeat;
  padding: 0 0 0 58px;
}
.tweets li.twitter {
  background: transparent url(../images/bg_twitter_icon.png) right 90% no-repeat;
}
.tweets form {
  float: right;
}

.tweets .MIB_assign {
  background-color: #e8f4f9;
  border: 1px solid #ddd;
  padding: 0 1em;
  margin: 0.5em 0;
  overflow: hidden;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.weibo  p {
  margin: 0.5em 0;
}

.weibo .feed_att,
.weibo > .source,
.weibo .source_att {
  display: none;
}

.weibo .MIB_feed_c {
  margin-bottom: 0.5em;
}

.comments .timesince{
  color: #999;
}

.comments .comment {
  color: black;
  display: block;
  padding: 8px 0 0 16px;
}

.bread-crumb {
  margin: 1em 0 0.5em 0!important;
}
  .bread-crumb a:link,
  .bread-crumb a:visited {
    color: #777;
    text-decoration: none;
    border-bottom: 1px solid #999;
  }

.topic {

}
  .topics .topic {
    margin: 0.5em 0 1em 0;
    padding-bottom: 1em;
  }
  .topics li.topic {
    list-style: none;
  }
  .topic .topic-name {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
    padding: 0.5em 1em;
    margin: 0.5em 0;
    display: inline-block;
    position: relative;
  }
    .topic h1.topic-name {
      font-size: 20px;
    }
    .topic .comment-widget .topic-name {
      padding: 0 0.25em 0 0;
      margin: 0;
      display: inline;
    }
    .topic .comment-widget .topic-name:before {
      content: '“';
    }
    .topic .comment-widget .topic-name:after {
      content: '”';
    }
    .topics .topic .topic-name {
      font-size: 15px !important;
    }
      .topics .topic .topic-name a {
        background-image: url(../images/bullet_go.png);
        background-position: right center;
        background-repeat: no-repeat;
        padding-right: 18px;
      }
    .topic .topic-name_0 {
      background: #e6d870;
      color: #3f4305;
    }
      .topic .topic-name_0 a:link,
      .topic .topic-name_0 a:visited {
        color: #3f4305;
      }
    .topic .topic-name_1 {
      background: #a5c8eb;
      color: #27456e;
    }
      .topic .topic-name_1 a:link,
      .topic .topic-name_1 a:visited {
        color: #27456e;
      }
    .topic .topic-name_2 {
      background: #b3dd6a;
      color: #345a00;
    }
      .topic .topic-name_2 a:link,
      .topic .topic-name_2 a:visited {
        color: #345a00;
      }
    .topic .topic-name_3 {
      background: #d19f7d;
      color: #491e1e;
    }
      .topic .topic-name_3 a:link,
      .topic .topic-name_3 a:visited {
        color: #491e1e;
      }
  .topic .topic-name .upcoming {
    font-size: 12px;
    font-style: italic;
    color: #333;
    padding-left: 1em;
  }
  .topic .topic-name .tail {
    background-image: url(../images/popup_tails.gif);
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 24px;
    bottom: -24px;
    left: 15px;
  }
    .topic .topic-name_0 .tail {
      background-position: -75px top;

    }
    .topic .topic-name_1 .tail {
      background-position: -50px top;
    }
    .topic .topic-name_2 .tail {
      background-position: -25px top;
    }
    .topic .topic-name_3 .tail {
      background-position: left top;
    }
  .topic .meta {
    color: #999;
    margin-left: 1.6em !important;
  }
    .topics .topic .meta {
      margin-top: 0.25em !important;
      margin-bottom: 0.25em !important;
      margin-left: 4em !important;
    }
    .topic .meta a:link,
    .topic .meta a:visited {
      color: #999;
    }
    .topic .meta .topic-author a,
    .topic .meta .topic-due-event {
      text-decoration: underline;
    }
  .topic .poll {
    display: block;
    float: right;
    background-color: #555;
/*    background: #fff url(../images/gradient_top.png) repeat-x left top;*/
    color: #eee;
    margin: 1em;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .topic .poll dt {
    display: none;
  }
  .topic .poll dd {
    margin: 10px;
  }
    .topic .poll .poll-status {
      color: #999;
      font-size: 12px;
    }
    .topic .poll .unit {
      font-size: 12px;
      color: #999;
      padding-left: 0.2em;
    }
    .topic .poll dt.visiable {
      display: block;
    }
    .topic .poll .vote-actions {
      margin: 0;
    }
  .topic .poll .votes {
    text-align: center;
    margin: 1em 0 0.5em 1em;
  }
    .topic .poll .votes .number {
      font-family: monaco, verdana;
      color: #eee;
      font-size: 35px;
    }
    .topic .poll a.vote:link,
    .topic .poll a.vote:visited {
      color: white;
      display: block;
      background: #777 url(../images/thumb_up.png) 1.5em center no-repeat;
      padding: 0.5em 1em 0.5em 3em;
      font-weight: bold;
      -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-top-right-radius: 0;
      -moz-border-radius-bottomleft: 15px;
      -webkit-border-bottom-left-radius: 15px;
      -moz-border-radius-bottomright: 15px;
      -webkit-border-bottom-right-radius: 15px;
      border-radius: 0 0 15px 15px;
    }
    .topic .poll a.vote:hover,
    .topic .poll a.vote:active {
      background-color: #ccc;
      color: #000;
      text-decoration: none;
      -moz-box-shadow: 3px 5px 5px #888;
    }
  .topic .poll .voted {
    background: url(../images/medal_bronze_3.png) left center no-repeat;
    padding-left: 20px;
    margin: 5px 10px;
    display: block;
  }
  .topic .poll .who-voted {
    padding-top: 0.5em;
    font-size: 12px;
    color:#999;
    position: absolute;
  }
  .topic .description {
    padding-left: 1em;
    border-left: 5px solid #eee;
    margin-top: -0.25em;
  }

.event {
  margin-bottom: 2em;
}
    .event .component-title {
      font-size: 20px;
      color: #15355F;
      margin: 10px 0 15px 0;
      border-bottom: 5px solid #eee;
    }
  .event .event-name {
    font-size: 25px;
    margin: 10px 0 15px 0;
    border-bottom: 5px solid #eee;
  }
    .event .event-name a:link,
    .event .event-name a:visited {
      color: #15355F;
      font-weight: bold;
    }
    .event .event-join a:link,
    .event .event-join a:visited {
      color: white;
    }
  .next-event h2 {/* for index page */
    border-bottom: none;
  }
  .event .event-status {
    color: #999;
    font-size: 13px;
    font-weight: normal;
    vertical-align: bottom;
    line-height: 32px;
    padding-left: 1em;
  }
  .event .meta {
    margin: 1em 0;
  }
    .event .meta dt,
    .event .meta dd {
      display: inline;
    }
    .event .meta dt {
      -moz-border-radius: 10px 0 0 10px;
      -webkit-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px;
      background-color: #ccc;
      text-shadow: 0 1px 1px #fff;
      color: black;
      padding: 0.4em 0.5em 0.4em 1em;
    }
    .event .meta dd {
      -moz-border-radius: 0 10px 10px 0;
      -webkit-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0;
      background-color: #777;
      color: white;
      text-shadow: 0 1px 1px #000;
      padding: 0.4em 1em 0.4em 0.5em;
      margin: 0 10px 0 0;
    }
    .next-event .meta {
      margin: 0.25em 0;
      max-width: 430px;
    }
      .next-event .meta dt,
      .next-event .meta dd {
        background-color: transparent;
        color: black;
        text-shadow: none;
        padding: 0;
        display: inline;
      }
      .next-event .meta dt {
        color: #666;
      }
      .next-event .event-name {
        border-bottom: none;
        margin-left: 10px;
      }
  .event .poster {
    margin: 2em 0 !important;
  }
    .event .poster img {
      -webkit-box-shadow: 5px 8px 8px #ccccc5;
      -moz-box-shadow: 5px 8px 8px #ccccc5;
      max-width: 430px;
    }
  .event .event-topics {
    margin-left: 1em;
    padding-left: 1em;
    border-left: 5px solid #eee;
  }
    .event .event-topics h3 {
      font-size: 15px;
      font-weight: bold;
      color: #555;
      margin: 0.5em 0 0 0;
    }
    .event .event-topics li {
      display: inline;
    }
    .event .event-topics .topic-name {
      font-size: 13px !important;
      font-weight: normal;
      padding: 0.25em 1em;
    }
#event-checkin {
  color: #666;
  margin: 100px 0;
}
  #event-checkin h2 {
    font-size: 35px;
    color: #666;
    border: none;
  }
  #event-checkin p {
    margin-left: 15px;
  }
  #event-checkin label {
    font-size: 20px;
    display: block;
    width: auto;
  }
  #event-checkin input {
    font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
    font-weight: bold;
    color: black;
  }
.post,
.posts {}
  .post-title {
    color: #999;
  }
  .post .post-title {
    font-size: 20px;
    font-weight: bold;
    border: none;
  }
  .posts .post .post-title {
    font-size: 14px;
    font-weight: normal;
  }
    .post .post-title a:link,
    .post .post-title a:visited {
      color: #27456E;
      margin: 0.5em 0;
    }
    .posts .post-title a:link,
    .posts .post-title a:visited {
      color: #27456E;
    }
  .post .meta {
    color: #999;
  }
    .post .created-by,
    .post .guid,
    .post .author,
    .post .modified-at,
    .post .comment-count {
      display: none;
    }
  .posts .meta {
    font-size: 12px;
  }
    .posts span.meta:before {
      content: '(';
    }
    .posts span.meta:after {
      content: ')';
    }
.comment-widget {}
  .comment-widget h3 {
    color: #15355F;
    font-size: 14px;
  }
  .comment-widget a:link,
  .comment-widget a:visited {
    color: #15355F;
    text-decoration: none !important;
  }

.events ul,
ul.events {
  overflow: hidden;
  list-style: none;
  margin: 0;
}
.events .poster-preview {
  max-width: 100px;
  float: left;
  margin: 0.5em 1em 0 0;
}
#index .events ul {
  margin-left: -10px;
  margin-right: -10px;
}
#index .content h2 {
  font-size: 18px;
}

.typo {
  max-width: 685px;
}


/* Landscape phones and down */
@media (max-width: 480px) {  }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navigator-outter-wrap {
    margin: 0 -20px;
  }
  .navigator .main-navigator {
   margin: 0 15px;
  }
    .navigator .main-navigator li {
      margin: 2px 5px 2px 0;
    }
    .navigator .main-navigator a {
      padding: 2px 5px 4px 5px;
    }

  .whats-open-party p {
    font-size: 16px;
  }

  .event .poster img {
    max-width: 100%;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {  }

/* Large desktop */
@media (min-width: 1200px) {  }

/* from bootstrap 3 */
*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
:before,:after{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}
.form-group sup {
  float: left;
  margin-left: 3.2em;
  margin-top: -0.8em;
}
.form-container {
  position:relative;
  padding:15px;
  margin:15px -15px 15px;
  background-color:#fafafa;
  box-shadow:inset 0 3px 6px rgba(0,0,0,.05);
  border-color:#e5e5e5 #eee #eee;
  border-style:solid;
  border-width:1px 0
}
@media (min-width:768px){
  .form-container{
    margin-left:0;
    margin-right:0;
    background-color:#fff;
    border-width:1px;
    border-color:#ddd;
    border-radius:4px 4px 0 0;
    box-shadow:none
  }
}
.container .page-title {
  margin: 0.25em 0;
}
.form-container label {
  font-weight: bold;
  margin-top: 0.5em;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-error label{
  color: #A94442;
}
.errorlist {
  color: #A94442;
  margin: 2em 0 0.25em 0;
}
/* Portrait and Landscape */
@media all and (min-width: 320px) and (max-width: 1024px)
{
  .event-join a:link {
    margin-left: 0;
  }
  .event .event-status {
    display: block;
    padding-left: 0;
  }
  .event .meta dt {
    display: inline;
  }
  .event .meta dd {
    display: inline;
    line-height: 17px;
    margin-top: 5px;
  }
  .event .meta dd:after {
    display: block;
    content: '\A';
    white-space: pre;
  }
  ul, ol {
    margin: 0 0 10px 0;
  }
  .comment-widget .event-name {
    font-size: 14px;
  }

  #login,
  #signup,
  #change-password,
  #verification-sent {
    padding-top: 70px;
    padding-left: 0;
    margin: 0;
    font-size: 14px;
  }
  #signup-guide {
    font-size: 14px;
    margin: 0;
  }
}
