@charset "utf-8";
/* CSS Document */

/* profile page */

#theprofile {
width: 941px;
}

.profile_left {
float: left;
width: 475px;
}

.profile_right {
float: left;
width: 375px;
margin-left: 25px;
}

.profile_avatar {
width: 50px;
height: 50px;
border: 1px solid #333;
text-align: center;
float: left;
}

.profile_namestuff {
float: left;
margin-left: 10px;
width: 150px;
}

.profile_statstuff {
float: left;
width: 250px;
}

.profile_badge {
margin-top: 20px;
border: 2px solid #9ccd5a;
margin-bottom: 20px;
text-align: center;
padding: 20px;
}

.profile_qp {
font-size: 72px;
}

.profile_level {
color: #9ccd5a;
font-size: 28px;
-webkit-border-radius: 10px;    /* for Safari */
-moz-border-radius: 10px;       /* for Firefox */
}

.their_active_quizzes {
font-size: 13px;
}

.their_active_quizzes .active_3 {
width: 150px;
}

.their_active_quizzes .active_4 {
width: 30px;
text-align: center;
}

.their_active_quizzes .active_5 {
width: 70px;
text-align: center;
}

.their_active_quizzes .active_6 {
width: 70px;
}

.clear{ clear:both; }



