td.userinfo table, td.userinfo table * {
  width: auto;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

td.userinfo {
 padding-left: 10px;
}

td.userinfo table img {
  margin: 0;
}

td.userinfo img {
  margin: 10px 0px;
}

.name {
  width: 55%;
}
.topicname {
  width: 40%;
}
.topics, .views, .posts {
  width: 10%;
  text-align: center;
}
.poster {
  width: 20%;
}
.firstposter {
  width: 15%;
}
.lastposter {
  width: 25%;
}
.userinfo {
  width: 130px;
}

.right {
  text-align: right
}

.spread * {
  margin-left: 4px;
  margin-right: 4px;
}

/* FORUM */

.timestamp {
  font-size: 10px;
  color: #6C7980;
}

.timestamp span {
  position: absolute;
  left: 155px;
  width: 300px;  /* yeah, span can't have width's, but at least IE swallows it this way */
}

td.post {
  padding: 12px;
  color: #ECEFF2;
  font-size: 12px;
}

td.submessage {
  text-align: right;
}

.deleted, .deleted * {
  background-color: #553636;
}
