﻿span#red-span {
    color: red;
    font-size: 12px;
}

select[multiple]{
    height:150px;
}

table#filter-table {
    border: 1px solid black;
    width: 1000px;
}

table#filter-table tr {
    border: 1px solid black;
}

table#filter-table tr:first-child {
    text-align: center;
}

table#filter-table tr td {
    border: 1px solid black;
    padding:5px 5px;
    line-height:22px;
}

table#filter-table tr td:first-child {
    width: 100px;
    vertical-align: middle;
    text-align: center;
}

table#filter-table tr:last-child td:first-child[colspan]:not([colspan="1"]) {
    width: 100px;
    vertical-align: middle;
    text-align: left;
    color: red;
}