.container {
  margin-top: 50px; }
  .container .header-links {
    float: right; }
  .container .content {
    margin-top: 50px;
    font-size: 1.5em; }
    .container .content p, .container .content li {
      font-size: 1em;
      line-height: 1.2em; }
      .container .content p small, .container .content li small {
        font-size: 0.66em; }
  .container footer {
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    margin-right: 20px;
    text-align: right; }
    .container footer h1 {
      font-size: 16px;
      line-height: 1em;
      margin-bottom: 4px; }
  .container .alert-message p {
    font-size: 13px;
    line-height: 18px; }
  .container .operations {
    float: right; }
    .container .operations form {
      display: inline-block; }
  .container .sign-in {
    margin-top: 60px;
    text-align: center; }

.welcome-page .content {
  text-align: center; }

.home-page .event {
  margin-bottom: 1em; }
  .home-page .event .name, .home-page .event .location, .home-page .event .time {
    margin-bottom: 0.5em; }
  .home-page .event .time {
    color: gray; }
  .home-page .event .operations {
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .home-page .event:hover .operations {
    opacity: 1;
    -moz-transition: opacity 0.1s linear;
    -webkit-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear; }
.home-page .new-event {
  margin-top: 1em;
  text-align: center; }
.home-page .show-past-events {
  display: none; }
  .home-page .show-past-events + label {
    display: inline;
    float: none;
    width: auto;
    text-align: left;
    color: #0069d6;
    cursor: pointer; }
    .home-page .show-past-events + label:hover, .home-page .show-past-events + label:active {
      color: #00438a;
      text-decoration: underline; }
    .home-page .show-past-events + label::after {
      content: "Show past events"; }
  .home-page .show-past-events ~ .past-events {
    display: none; }
  .home-page .show-past-events:checked + label::after {
    content: "Hide past events"; }
  .home-page .show-past-events:checked ~ .past-events {
    display: block; }
.home-page .past-events {
  margin-top: 1em; }

.events-edit-page .content {
  font-size: 1em; }
.events-edit-page .event-details, .events-edit-page .submit {
  width: 430px; }
.events-edit-page #invitees_chzn .chzn-choices {
  padding: 0 5px;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  line-height: 18px;
  color: gray;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.events-edit-page #invitees_chzn.chzn-container-active .chzn-choices {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6); }

.events-show-page .event-details dt {
  margin: 2em 0 0;
  color: gray; }
.events-show-page .event-details dd {
  margin: 0.8em 0 0;
  padding: 0; }
  .events-show-page .event-details dd p {
    margin-bottom: 0.8em;
    font-size: 1em;
    line-height: 1em; }
.events-show-page .event-details .actions form {
  display: inline; }

