@charset "utf-8";
/* CSS Document */

.lastPostInfo a{
text-decoration: none !important;
}
.threadInfo{
float: right;
width: 40px;
text-align: right;
}
.prefix{
font-weight: bold;
}
.threadIcon{
float: left;
width: 20px;
}
.threadIcon img{
width: 16px;
height: 16px;
}
.welcometext{
float: left;
width: 65%;
}
.userInfo{
float: right;
width: 30%;
}
.userInfoAvatar{
float: left;
padding: 5px;
min-height: 200px;
}
.userInfoAvatar img{
max-width: 150px;
max-height: 150px;
}
.clear{
clear: both;
}
