/*  -----------****************---------------- */
/*             Libre Compatibility Guide 
/* 			   
/*  ----------------------------------------- */

/*elements controls */
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: 'Noto Sans';
}
body {
  position: relative;
  margin: 0em;
  padding: 1.5em;
  font-size: 1em;
  word-wrap: break-word;
  -moz-font-feature-settings: 'liga';
  -ms-font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

.table--title-label, .note__title {
    display: none
}

footer, .footer{
    text-align: left;
    font-size: 0.8em !important;
    margin:6em 0 0em;
}

.footer img {
    padding-top:1em;
}

.svg-container>svg {
    height:100%;
    width: auto;
}
/*Hides top level topic */

[dir="rtl"], [dir="rtl"] table caption, [dir="rtl"] .caption {
    text-align:right !important;
}

nav ul {
    list-style-type: none;
    padding: 0em;
}

nav ul li {
    padding:2px 0;
}


nav ul li a {
    font-size:1.2em;
    padding-top:0.1em;
    color: black;
    text-decoration:none;
    font-weight:bold;
}



p {
    margin: 0.2em 0 !important;
}


topic p {
    word-wrap: break-word;
    padding: 0;
    margin: 0;
}
a {
/*    text-decoration: none*/
}

.logo-header {
    display:none;
    margin-bottom:1em;
}

/*Output classes */

.country-bold {
    font-weight: bold;
}

.country-italic {
    font-style: italic;
}

.topictitle1 {
    margin: 1em 0 .5em;
    font-weight: 900;
    color: #ff7f50;
    font-size: 1.65em;
}

#ariaid-title1 {
    text-transform: uppercase;
}

/* Table controls */
*[class ~= 'topic/table'] > *[class ~= 'topic/title'] {
    counter-increment: none;
    display: table-row;
}

.table-container {
    overflow-x: auto;
    overflow-y: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: .2em;
}

table,
th,
td,
.rowsep-1,
.colsep-1 {
    border: 1px solid black;
}

.table-container {
    margin-top: 1.5em;
}

table caption, .caption {
    text-align:left; 
    font-weight:bold; 
    margin-bottom:0.3em;
    font-size:1.1em;
}

.footer-table {
    /*display: flex;
    flex-direction:row;
    align-items:center;
    flex-wrap: wrap;*/
    margin: 0.3em -0.3em;
/*    justify-content:space-between;*/
}
.footer-table>div {
    padding:0.3em;
/*    display:inline-block;*/
}
footer .brand > div {
    padding:0.25em 0;
    
}
footer .logo-reglementation div {
    display:inline-block;
    margin:0.3em 1.5em 0.3em 0;
}
footer svg {
    height:3em;
}
footer .logo-abbott svg {
    height:4em;
    width: auto;
}
.logo-libre3 svg {
    height:8em;
    margin:2em 0 1em;
    width: auto;
}

th {
    text-transform: uppercase;
    padding: .1em .3em;
    color: #ff7f50;
    font-family:'Noto Sans';
    font-weight:bold;
    text-align: unset;
}

td {
    height: 1em;
    font-size: .9em;
    padding: .3em .5em;
}

*[class ~= 'topic/table'] > *[class ~= 'topic/title'] {
    counter-increment: none;
    display: table-row;
}

*[lang = "ar"], .lang-ar {
    font-family: 'Noto Sans Arabic', sans-serif;
}
*[lang = "ja"] {
    font-family: 'Noto Sans JP', sans-serif;
}
*[lang = "zh"], html[lang = "zh-hant"], .lang-zh {
    font-family: 'Noto Sans TC', sans-serif;
}
*[lang = "zh-hans"] {
    font-family: 'Noto Sans SC', sans-serif;
}
*[lang = "he"], .lang-he {
    font-family: 'Noto Sans Hebrew', sans-serif;
}

.lang-en {
   font-family: 'Noto Sans';
}
