html {
  height: 100%;
}
body {
  font-family: Futura,"Gill Sans",Arial,sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  min-height: 100%;
  color: #333333;
  position: relative;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  display: block;
}
.status {
  background: url(../images/koi.png) bottom center no-repeat;
  position: absolute;
  bottom: 70pt;
  right: 0;
  height: 118px;
  width: 100%;
  display: block;
  
  visibility: visible;
  opacity: 1;
}
.status.hidden {
  background: url(../images/koi-gray.png) bottom center no-repeat;
  visibility: visible;
  opacity: 1;
}

textarea {
  font-family: Futura, "Gill Sans", Arial, sans-serif;
  height: 4em;
  min-height: 4.5em;
  overflow: visible;
}

/* Form */
.user-text {
  position: absolute;
  top: 0;
  left: 0;
}

.peoples-poems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.peoples-poems .poem {
    margin: 0 20px 50px;
    flex-grow: 1;
}
.peoples-poems .poem .text {
    margin-bottom: 0;
}
.peoples-poems .poem .date {
    font-size: small;
    color: gray;
    font-style: italic;
    text-align: left;
}
.peoples-poems .poem:nth-child(even) {
    text-align: right;
}
.peoples-poems .poem:nth-child(even) .date {
    font-size: small;
    color: gray;
    font-style: italic;
    text-align: right;
}

/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/
/********************************************/

@media screen and (min-width: 481px) {

textarea {
  width: 98%;
  font-size: 18px;
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.4) inset;
  padding: 10px;
}
input {
  color: #999999;
  font-family: Futura, "Gill Sans", Arial, sans-serif;
  width: 100%;
  margin: 0;
}
ul {
  list-style-type: none;
}
hr {
  border-width: 0 0 1px;
  border-color: #DDD;
  width: 80%;
}
.instructions p {
  color: #777;
  font-size: 12px;
}
.content {
  margin: auto;
  padding: 8px 20px 190px 20px;
  xwidth: 660px;
  position: relative;
}
.section {
  margin-bottom: 40px;
  position: relative;
}
.section-title {
  border-bottom: 1px solid #DDD;
  color: #333;
  display: block;
  padding-bottom: 4px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.page-title {
  margin: 0 20px 10px;
  padding: 10px 0 0px;
  position: relative;
  xwidth: 660px;
}
a.contact, a.account, a.search {
  color: #999999;
  font-size: 12px;
  font-weight: normal;
}
a.account, a.search {
  position: absolute;
  top: 5px;
  right: 0;
}
a.contact:hover, a.account:hover, a.search:hover {
  color: #333333;
}
a.account {
  top: 25px;
  right: 20px;
}

/* Analyze */
.row {
  font-size: 24px;
  height: 1.5em;
  position: relative;
}
.hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.annotation-toggle {
  color: #999;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: right;
}
#annotation-toggle-link {
  color: #000;
  display: inline-block;
  width: 2em;
}
#annotation-toggle-link .off {
  display: none;
}
.annotated #annotation-toggle-link .on {
  display: none;
}
.annotated #annotation-toggle-link .off {
  display: inline;
}
.exposed-line {
  color: transparent;
  cursor: default;
  position: absolute;
  top: 1px;
  left: 2px;
}
.exposed-line > span {
  color: #333;
}
.annotated .exposed-line > span {
  background: #999;
  background: -webkit-gradient(radial, 50% 50%, 50, 50% 50%, 10, from(#777), to(#aaa));
  color: #fff;
  padding: 0 0.25em;
  margin-right: 1px;
}
.annotated .exposed-line > span:hover {
  background: #a00;
  background: -webkit-gradient(radial, 50% 50%, 50, 50% 50%, 10, from(#880000), to(#aa0000));
  position: relative;
}
.annotated .exposed-line > span:hover:after {
  position: absolute;
  left: -8px;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  color: #777;
  background: #FFF;
  border: 1px solid #CCC;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
  height: 16px;
  width: 16px;
  text-align:center;
}
.annotated .exposed-line > span:nth-child(1):hover:after { content: '1'; }
.annotated .exposed-line > span:nth-child(2):hover:after { content: '2'; }
.annotated .exposed-line > span:nth-child(3):hover:after { content: '3'; }
.annotated .exposed-line > span:nth-child(4):hover:after { content: '4'; }
.annotated .exposed-line > span:nth-child(5):hover:after { content: '5'; }
.annotated .exposed-line > span:nth-child(6):hover:after { content: '6'; }
.annotated .exposed-line > span:nth-child(7):hover:after { content: '7'; }
.annotated .exposed-line > span:nth-child(8):hover:after { content: '8'; }
.annotated .exposed-line > span:nth-child(9):hover:after { content: '9'; }
.count {
  color: #999999;
  cursor: default;
  height: 1.5em;
  text-align: right;
}
.error {
  color: #AA0000;
}

/* Share */
.share-container {
  min-height: 130px;
  margin-bottom: 60px;
}
#share-options {
  
}
#share-options .option {
  height: 32px;
  display: flex;
  justify-content: flex-start;
}
#share-options .option .name {
  width: 80px;
  height: 32px;
  text-transform: uppercase;
}
#share-options .option .value {
  color: #777;
  font-size: 12px;
  height: 32px;
  margin-left: 0;
  width: 100%;
}
#share-options .option #twitter-link {
  background: url(http://twitter-badges.s3.amazonaws.com/t_small-a.png) top left no-repeat;
  color: #999;
  font-size: 12px;
  padding: 4px 4px 4px 30px;
}
#share-options .option #twitter-link:hover {
  color: #333;
  text-decoration: underline;
}
#share-msg {
  color: #777;
  display: block;
  margin: 30px auto;
  text-align: center;
  text-transform: lowercase;
  width: 150px;
}

/* Tweet feed */
#tweet-feed {
}
#tweet-feed .tweet {
  border-bottom: 1px solid #DDD;
  padding: 12px 0;
}
#tweet-feed .tweet .user-image {
  float: left;
}
#tweet-feed .tweet .details {
  margin-left: 60px;
  font-size: 11px;
}
#tweet-feed .tweet .details .user-name {
  color: #333;
  font-size: 11px;
}
#tweet-feed .tweet .details .text {
  color: #777;
  font-size: 12px;
  margin-bottom: 4px;
}
#tweet-feed .tweet .details .text a {
  color: #777;
}
#tweet-feed .tweet .details .text a:hover {
  color: #333;
  text-decoration: underline;
}
#tweet-feed .tweet .details .time {
  color: #999;
  font-size: 10px;
}
.ad {
    text-align: center;
    padding: 20px;
}
}








/*------------------------------------*\
    $IPHONE
\*------------------------------------*/
@media screen and (max-width: 667px){
    /*--- iPhone only CSS here ---*/
    body {
        padding: 4px;
    }

.content {
  margin: auto;
  padding: 0 8pt 190pt;
  position: relative;
}
.page-title,
.section-title {
  text-align: center;
  font-size: 16px;
}
.section-title {
  margin-bottom: 8px;
}
.section {
  margin-bottom: 20px;
}

textarea {
  width: 96%;
  font-size: 20px;
  padding: 4px;
}
.form {
  padding: 0 4px;
}
.row {
  font-size: 20px;
  height: 1.5em;
  position: relative;
}
.hidden {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.annotation-toggle {
  color: #999;
  font-size: 12px;
  margin-bottom: 8px;
  text-align: right;
}
#annotation-toggle-link {
  color: #000;
  display: inline-block;
  width: 2em;
}
#annotation-toggle-link .off {
  display: none;
}
.annotated #annotation-toggle-link .on {
  display: none;
}
.annotated #annotation-toggle-link .off {
  display: inline;
}
.exposed-line {
  color: transparent;
  cursor: default;
  position: absolute;
  top: 1px;
  left: 2px;
}
.exposed-line > span {
  color: #333;
}
.annotated .exposed-line > span {
  background: #777777;
  color: #fff;
  padding: 0 0.25em;
  margin-right: 1px;
}
.annotated .exposed-line > span:hover {
  background: -webkit-gradient(radial, 50% 50%, 50, 50% 50%, 10, from(#880000), to(#aa0000));
  position: relative;
}
.annotated .exposed-line > span:hover:after {
  position: absolute;
  left: -8px;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
  color: #777;
  background: #FFF;
  border: 1px solid #CCC;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 16px;
  width: 16px;
  text-align:center;
}
.annotated .exposed-line > span:nth-child(1):hover:after { content: '1'; }
.annotated .exposed-line > span:nth-child(2):hover:after { content: '2'; }
.annotated .exposed-line > span:nth-child(3):hover:after { content: '3'; }
.annotated .exposed-line > span:nth-child(4):hover:after { content: '4'; }
.annotated .exposed-line > span:nth-child(5):hover:after { content: '5'; }
.annotated .exposed-line > span:nth-child(6):hover:after { content: '6'; }
.annotated .exposed-line > span:nth-child(7):hover:after { content: '7'; }
.annotated .exposed-line > span:nth-child(8):hover:after { content: '8'; }
.annotated .exposed-line > span:nth-child(9):hover:after { content: '9'; }
.count {
  color: #999999;
  cursor: default;
  height: 1.5em;
  text-align: right;
}
.error {
  color: #AA0000;
}
input {
  border-width: 0;
  color: #999999;
  font-family: Futura, "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  margin: 0;
  outline: none;
  background: transparent;
}
.instructions {
    margin-top: 20px;
}


/* Share */
.share-container {
  min-height: 130px;
}
#share-options {
  
}
#share-options .option {
  height: 22px;
}
#share-options .option .name {
  display: none;
}
#share-options .option .value,
#share-options .option .value input {
  color: #777;
  font-size: 12px;
  height: 22px;
/*   margin-left: 100px; */
}
#share-options .option #twitter-link {
  background: url(http://twitter-badges.s3.amazonaws.com/t_small-a.png) top left no-repeat;
  color: #999;
  font-size: 12px;
  padding: 4px 4px 4px 30px;
}
#share-options .option #twitter-link:hover {
  color: #333;
  text-decoration: underline;
}
#share-msg {
  color: #777;
  display: block;
  margin: 30px auto;
  text-align: center;
  text-transform: lowercase;
  width: 150px;
}


/* Tweet feed */
#tweet-feed {
}
#tweet-feed .tweet {
  border-bottom: 1px solid #DDD;
  padding: 12px 0;
}
#tweet-feed .tweet .user-image {
  float: left;
}
#tweet-feed .tweet .details {
  margin-left: 60px;
  font-size: 11px;
}
#tweet-feed .tweet .details .user-name {
  color: #333;
  font-size: 11px;
}
#tweet-feed .tweet .details .text {
  color: #777;
  font-size: 12px;
  margin-bottom: 4px;
}
#tweet-feed .tweet .details .text a {
  color: #777;
}
#tweet-feed .tweet .details .text a:hover {
  color: #333;
  text-decoration: underline;
}
#tweet-feed .tweet .details .time {
  color: #999;
  font-size: 10px;
}

.ad {
    text-align: center;
    padding: 20px;
}

} /* end iphone */

