/*
 * This file contains CSS styles for the licenses.html file.
 *
 */
body {
    padding: 2em;
    font-family: 'Siemens Sans Roman', Helvetica, Arial, sans-serif;
    color: #304951;
}
table, th, td {
    border-collapse: collapse;
}
th, td {
    text-align: left;
    padding: 5px;
    min-width: 100px;
}
td {
    border-top: 1px solid #ccc;
}
tr:last-child td {
    border-bottom: 1px solid #ccc;
}
tr {
    padding: 5px;
}
tr.included td:first-child {
    padding-left: 30px;
}
tr.included td {
    border: none;
}