.comment:last-child, .friend:last-child {
    border: none;
}

.spoot, .title, .avatar, #quote, .gamebox h2, legend {
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.1), rgba(0,0,0,0.1));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), to(rgba(0,0,0,0.1)));
}
#statustabs li {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.1));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0.1), rgba(0,0,0,0.1));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.1)), to(rgba(0,0,0,0.1)));
}
.shadow {
    -moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.7);
    -webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.7);
    box-shadow: 3px 3px 3px rgba(0,0,0,0.7);
}
