

#content .messages {
  font-size: .9em;
  padding: 0 1em;
}

#content .messages ul {
  margin: 0;
  padding: 0 0 0 2em;
}

#content .messages li {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

#content .g-recaptcha {
  text-align: right;
}

#content .g-recaptcha iframe {
  border-width: 0;
  box-shadow: none;
  border-radius: 0;
}

#ranking table,
#userlist table
{
    border-collapse: collapse;
    margin: 2em 0 1em;
    /* border-top: 1px solid #888; */
    /* box-shadow: 3px 3px 10px #ccc inset; */
    /* border-bottom: 1px solid #888; */
}

#ranking table caption,
#userlist table caption {
    padding: .2em .5em .2em;
    text-align: left;
    /* border-left: 1px solid #888; */
    /* border-top: 1px solid #888; */
    /* border-bottom: 1px solid #888; */
    font-size: 1em;
    font-style: italic;
    /* background-color: #eee; */
    color: black;
}

#ranking table caption .downlink {
  font-style: normal;
  float: right;
  font-size: .9em;
}

#ranking table tr:first-child th,
#userlist table tr:first-child th {
  /* border-bottom: 1px solid #888; */
    /* background-color: #eee; */
    font-weight: bold;
    /* font-style: italic; */
    /* background-color: #def; */
    color: #666;
    background-color: white;
    border-top-width: 0;
    border-bottom: 1px solid #888;
}

#ranking table td:nth-child(1),
#ranking table th:nth-child(1) {
    width: 2em;
}

#ranking table td:nth-child(2),
#ranking table th:nth-child(2) {
    width: 6em;
    text-align: left;
}

#ranking table td:nth-child(3),
#ranking table th:nth-child(3) {
    width: 30em;
    text-align: left;
}

#ranking table th,
#userlist table th {
    padding: .2em .5em;
    font-size: .9em;
}

#ranking table tr:hover td,
#userlist table tr:hover td {
  background-color: #eee;
}

#ranking table td,
#userlist table td {
    text-align: center;
    padding: .2em .5em;
}

#userlist table th:nth-child(2),
#userlist table td:nth-child(2) {
    width: 20em;
    text-align: left;
}

#userlist table th:nth-child(2),
#userlist table td:nth-child(2) {
    max-width: 20em;
    text-align: left;
}
