body {
  font-family: Georgia, Times, "Times New Roman", "PMingLiU", "SimSun", "STSong", serif;
  font-size: 12pt;
  line-height: 2em;
  letter-spacing: 1px;
  color: #333;
  min-width: 450px; }

ol {
  list-style-type: decimal; }

a img {
  border: 0; }

input, textarea, button {
  outline: none; }

input.input {
  border: 2px solid transparent;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  width: 350px;
  height: 2em;
  font-family: Georgia, Times, "Times New Roman", "PMingLiU", "SimSun", "STSong", serif;
  background: transparent;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  border-radius: 0; }
  input.input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ff0 inset;
    -webkit-text-fill-color: #000;
    border-bottom: 2px solid #000;
    border-left: 0;
    border-top: 0;
    border-right: 0; }

textarea.input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  width: 350px;
  max-width: 350px;
  height: 6em;
  font-family: Georgia, Times, "Times New Roman", "PMingLiU", "SimSun", "STSong", serif;
  background: transparent;
  box-sizing: border-box;
  margin: 0;
  float: left;
  -webkit-appearance: none;
  border-radius: 0; }

div.input-container {
  position: relative;
  display: inline-block; }
  div.input-container:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    z-index: -1;
    pointer-events: none;
    background: none; }
  div.input-container:after {
    content: "";
    display: table;
    clear: both; }

input.button {
  border: 0;
  width: 5em;
  height: 2.4em;
  background: #006837;
  color: #FFF;
  font-family: Helvetica, "Open Sans", "Arial", "STXihei", "Hei", "SimHei", sans-serif;
  font-size: 1em;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0; }

a.button {
  display: inline-block;
  border: 0;
  padding: 0.7em 1.5em;
  line-height: 1em;
  color: #FFF;
  background: #006837;
  font-family: Helvetica, "Open Sans", "Arial", "STXihei", "Hei", "SimHei", sans-serif;
  font-size: 1em;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 0; }

div.label {
  font-family: Helvetica, "Open Sans", "Arial", "STXihei", "Hei", "SimHei", sans-serif; }

div.space {
  height: 2em; }

.section {
  width: 100%;
  box-sizing: border-box;
  padding: 50px; }
  .section:after {
    content: "";
    display: table;
    clear: both; }

#cover #headline {
  margin-left: -10px; }
#cover #intro {
  letter-spacing: 1pt;
  font-size: 1.2em;
  line-height: 2em;
  margin: 3em 0; }
#cover ol {
  margin-bottom: 1em; }
#cover .footnote {
  margin-bottom: 3em;
  margin-left: -0.5em; }

h3 {
  display: inline-block;
  box-shadow: 0 -3px 0 0 #ff0 inset;
  border-bottom: 2px solid #ff0;
  padding: 0;
  margin: 0 0 1em;
  font-weight: bold;
  font-family: Helvetica, "Open Sans", "Arial", "STXihei", "Hei", "SimHei", sans-serif; }

#step2 {
  position: relative; }
  #step2:after {
    content: "";
    display: table;
    clear: both; }
  #step2 #form {
    float: left; }

#author-list {
  margin-left: -25px;
  margin-right: -25px; }
  #author-list:after {
    content: "";
    display: table;
    clear: both; }
  #author-list div.author-box {
    width: 150px;
    height: 240px;
    margin-left: 25px;
    margin-right: 25px;
    float: left;
    text-align: center; }
    #author-list div.author-box .author-name {
      line-height: 1.2em; }
      #author-list div.author-box .author-name .footnote {
        font-size: 0.8em; }
    #author-list div.author-box .author-name a {
      font-family: Helvetica, "Open Sans", "Arial", "STXihei", "Hei", "SimHei", sans-serif; }
      #author-list div.author-box .author-name a:link, #author-list div.author-box .author-name a:visited {
        color: #000;
        text-decoration: none; }
    #author-list div.author-box:hover .author-name a {
      border-bottom: 5px solid #ff0; }

.mugshot {
  margin-bottom: 1em; }
  .mugshot.step2 {
    text-align: center;
    float: left;
    width: 150px;
    margin-right: 50px;
    margin-bottom: 50px; }
    .mugshot.step2 img {
      margin-bottom: 10px; }
    .mugshot.step2 .to {
      text-align: center; }
  .mugshot img {
    width: 150px;
    height: 150px; }

#footer {
  display: inline-block;
  margin: 0 50px 50px;
  padding-top: 10px;
  border-top: 2px solid #000;
  color: #ccc;
  font-size: 8pt;
  letter-spacing: 0;
  text-align: left;
  font-family: Helvetica, "Open Sans", "Arial", "STXihei", "Hei", "SimHei", sans-serif;
  line-height: 1.5em; }
  #footer a {
    color: #999;
    text-decoration: none; }

/*# sourceMappingURL=greetings.css.map */
