.wp-list-table th#asker, .wp-list-table th#answerer {
    width: 60px;
}

.wp-list-table th#answers {
    width: 30px;
}
.wp-list-table th#question_category,.wp-list-table th#question_tags {
    width: 100px;
}
.wp-list-table th#vote {
    width: 60px;
}

.wp-list-table th#status {
    width: 60px;
}

.wp-list-table th#parent_question{
	width: 30%;
}
.wp-list-table th#flag{
	width: 40px;
}

.question-status {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 1px 5px;
    text-align: center;
}

.question-status.duplicate{
	background:	#fe9610;
}
.question-status.publish {
    background: #00bfdd;
}
.question-status.solved {
    background: #8dca35;
}
.question-status.closed {
    background: #e65243;
}




.wp-list-table .type-question .ans-count {
    display: block;
    padding: 2px 0;
    text-align: center;
}
.wp-list-table .vote-count{
	text-align:center;
}


.wp-list-table .type-answer .answerer{
	width:50px;
}

.form-table .flag-note{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.wp-list-table .type-question .flag-count, .wp-list-table .type-answer .flag-count {
    background: #ddd;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    margin-top: 6px;
    padding: 2px 0;
    text-align: center;
    width: 21px;
}
.wp-list-table .type-question .flag-count.flagged, .wp-list-table .type-answer .flag-count.flagged{
	background: #ec5858;
}