/* WET 3.1 Custom CSS */

/* IPC visual formatting */
span.IPC-LEVEL-A {
	font-style: italic;
}

span.IPC-LEVEL-C {
	font-style: normal;
}

span.IPC-VALUE-I {
	font-weight: bold;
}

span.IPC-VALUE-N {
	font-weight: normal;
}

/* Tables for search results and documents */
table.pretty {
    width: 100%;
    clear: both;
}
 
/* Header cells */
table.pretty thead th {
    text-align: center;
    background-color: #0F5B9C;
    color: white;    
}

table.pretty td {
    padding: 5px;
    border: 1px solid #fff;
}

span.highlight {
	background-color: #ffffc9 !important;
    color: #222 !important;
}

