﻿#inspector { 
    border: 1px solid black;
    background-color: white;
    width: 400px;
    min-height: 120px;
    position: fixed;
    right: 50px;
    top: 50px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
}

div.attrHeader {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
    text-indent: 5px;
}

div.attribute {
    font-size: 12px;
}
