/* This stylesheet is used to style the admin option form of the plugin. */

media="all"
th .column-comment_redirected {
    background-image: url('images/comment-grey-bubble.png');
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
}
table.form-table
{
    width: 80%;
}

table.form-table td textarea.regular-text
{
    width: 100%;
    height: 120px;
    text-align: left;
}