body {
    font-family: arial;
}

h2, h1, h3 {
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial;
}

li {
    margin-bottom: 5px;
}

li ol {
    margin-top: 5px;
}

ol.auto-numbering {
    counter-reset: item;
}
ol.auto-numbering li {
    display: block;
    position: relative;
}
ol.auto-numbering li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 5px;
}

/*
table.details {
    display: none
}*/
.tablesorter thead .disabled {
    display: none
}
span.hide-column {
    font-size: 6pt;
    float: right;
}
table.tablesorter input[type="search"] {
    height: auto !important;
    line-height: normal;
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #EEE 1%, #FFF 15%);
    padding:5px;
    font-family: sans-serif;
    color:#666 !important;
    margin: 0px;
    position: relative;
    overflow: hidden;
    border: 1px solid #AAA;
    text-align:left;
}
th {
    text-align: inherit;
}


/* tables */
table.tablesorter {
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    background-color: transparent;
    margin: 0;
    font-size: 11pt;
    width: 100%;
    text-align: left;
    overflow: hidden;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-left: 1px solid #000000;
}

table.tablesorter.auto-width {
    width: auto;
}


table.tablesorter tbody tr td ul {
    margin: 8px 0;
    padding-left: 20px;
}

table.tablesorter tbody tr td ul li {
    padding-right: 5px;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* Column width definitions */
#release-notes thead tr th:nth-child(1) { width: 8%; min-width: 80px; }
#release-notes thead tr th:nth-child(2) { width: 12%; min-width: 120px; }
#release-notes thead tr th:nth-child(3) { width: 35%; min-width: 350px; }
#release-notes thead tr th:nth-child(4) { width: 20%; min-width: 200px; }
#release-notes thead tr th:nth-child(5) { width: 15%; min-width: 150px; }
#release-notes thead tr th:nth-child(6) { width: 10%; min-width: 100px; }

#release-notes tbody tr td.has-tooltip {
    cursor: help;
}

/*
#CVEtable thead tr th.header-cve { width: 200px }*/
#CVEtable thead tr th.header-resolved-in { width: 125px }


table.details {
    margin-top: 10px;
    margin-bottom: 5px;
    border-spacing: 0;
    border-collapse: collapse;
}


table.details tbody tr th {
    border-bottom: 1px solid #E6E6E6;
    padding: 4px;
    padding-right: 10px;
}

table.details tbody tr td {
    border-bottom: 1px solid #E6E6E6;
    padding: 4px;
}

/*
span.show-details-all {
    font-size: 10pt;
}*/

table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.tablesorter tbody.tablesorter-infoOnly tr th {
    background-color: #e0e0e0;
    border: 1px solid #000000;
    font-size: 11pt;
    padding: 14px 14px;
    font-family: 'IBM Plex Sans', Arial, sans-serif;
    font-weight: 600;
    color: #161616;
    line-height: 1.4;
}

table.tablesorter thead tr .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 20px;
}
table.tablesorter thead tr .tablesorter-header.sorter-false {
    background-image: none;
    cursor: default;
}
table.tablesorter tbody td {
    padding: 16px 14px;
    background-color: #ffffff;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    color: #2d2d2d;
    line-height: 1.7;
}

table.tablesorter thead td {
    vertical-align: top;
    text-align:left;
}

/* table processing indicator */
 .tablesorter .tablesorter-processing {
    background-position: center center !important;
    background-repeat: no-repeat !important;
 background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}
/*
table.tablesorter tbody tr.odd td {
            background-color:#F0F0F6;
}*/

/* This is costing too much performance
.tablesorter tbody > tr:hover > td,
.tablesorter tbody > tr:hover + tr.tablesorter-childRow > td,
.tablesorter tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
.tablesorter tbody > tr.even:hover > td,
.tablesorter tbody > tr.even:hover + tr.tablesorter-childRow > td,
.tablesorter tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background: #d9d9d9;
}
.tablesorter tbody > tr.odd:hover > td,
.tablesorter tbody > tr.odd:hover + tr.tablesorter-childRow > td,
.tablesorter tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
	background: #bfbfbf;
}
*/
 .tablesorter tbody tr.odd td {
    background-color: #f7fbff;
}
.tablesorter tbody tr.even td {
    background-color: #ffffff;
}
.tablesorter tbody tr:hover td {
    background-color: #eef5ff;
}
table.tablesorter thead tr .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
table.tablesorter thead tr .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
table.tablesorter thead tr .tablesorter-headerAsc, table.tablesorter thead tr .tablesorter-headerDesc {
    background-color: #0043ce;
    color: #ffffff;
    box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.25);
}
/* filter row */
 .tablesorter-filter-row td {
    background: #eee;
    line-height: normal;
    text-align: left;
    -webkit-transition: line-height 0.1s ease;
    -moz-transition: line-height 0.1s ease;
    -o-transition: line-height 0.1s ease;
    transition: line-height 0.1s ease;
}
/* optional disabled input styling */
 .tablesorter-filter-row .disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: not-allowed;
}
/* hidden filter row */
 .tablesorter-filter-row.hideme td {
    /* Padding controls closed filter row thickness (height = padding x 2) */
    padding: 2px;
    margin: 0;
    line-height: 0;
    cursor: pointer;
}
.tablesorter-filter-row.hideme .tablesorter-filter {
    height: 1px;
    min-height: 0;
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 0; /* Using opacity instead of visibility to preserve tabbing */
    filter: alpha(opacity=0);
}
/* filters */
 .tablesorter-filter {
    width: 100%;
    height: inherit;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height 0.1s ease;
    -moz-transition: height 0.1s ease;
    -o-transition: height 0.1s ease;
    transition: height 0.1s ease;
}

/* Made with Bob */
