html,body {
    font-family: 'PT Sans Narrow', sans-serif;
}

.fixed {
    height: 250px;
    border: 1px solid #bababa;
    padding: 5px;
    overflow-y: scroll;
}

.attributes {
    width: 350px;
    height: 70px;
    font-size: 15px;
    overflow-y: scroll;
    border: 1px solid #000;
    padding: 2px;
    background-color: #FFFACD;
}

tr.inactive, tr.inactive td {
    background-color: #FF7A7A;
}














