body{font-family:"Segoe UI","Trebuchet MS", Helvetica, sans-serif,"LiHei Pro",STHeiti}

button.light{color:#666;background:#f9f9f9}

#page-content section{border:none}
#page-content section:nth-child(odd){
  background:#f6f6f6;
  color:#000;
}
#page-content section:nth-child(2){
  background:#18acca;
  color:#fff;
}

#page-content section:nth-child(4){
  background:#ff6a28;
  color:#fff;
}
#page-content section:nth-child(6){
  background:#8dbf1c;
  color:#fff;
}
#page-content section:nth-child(8){
  background:#5b6066;
  color:#fff;
}
#page-content.Item-Map section section{background:transparent;color:#000;}

.list .list-title{font-size:1.2em;font-weight:normal}
.list .list-caption span{font-size:0.7em;font-weight:normal}

#page-content #Message textarea{background-color:#fff;color:#000;border:#c9c9c9 solid 1px;}
#page-content #Message textarea::-webkit-input-placeholder {
    color:    #000;
}
#page-content #Message textarea:-moz-placeholder {
    color:    #000;
    opacity:  1;
}
#page-content #Message textarea::-moz-placeholder {
    color:    #000;
    opacity:  1;
}
#page-content #Message textarea:-ms-input-placeholder {
    color:    #000;
}

.Item-Comment .list-item{border-bottom:1px solid #ccc}
