#tshoutbox {
  padding: 5px;
  background: white;
  color: #D1570D;
  font-family: Tahoma, Verdana, Arial,Helvetica, 新細明體, 細明體,sans-serif;
  font-size: 0.7em;
}
.shoutbox-list {
  /* border-top: 1px solid #FDE792; */
  padding: 3px;
  display: none;
}

#tshoutbox a {
  color: #5A1F00;
  text-decoration:none;
}
#tshoutbox a:hover {
  color: #5A1F00;
  text-decoration:none;
   font-weight: bold;
}

#tshoutbox-list {
  text-align: left;
  margin: 0px auto;
}
#tshoutbox-form {
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  margin: 3px 0 3px 5px;
}

#tshoutbox-menu {
  float: right;
  padding: 0 0 0 0;
  font-size: 1.5em;
  }
  
.shoutbox-list-time {
  color: #A9CC66;
}
.shoutbox-list-nick {
  margin-left: 5px;
  font-weight: bold;
}
.shoutbox-list-message {
  margin-left: 5px;
}

