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

/* Gets font */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600&display=swap');

/*elements controls */

html {
    min-height: 100%;
    max-width: 98%;
    margin: 0% 1% 0% 1%;
    -ms-text-size-adjust: none;
}
body {
font-family: 'Source Sans Pro',sans-serif;
	display: block;
	width: 100%;
	overflow: visible;
	
   }
/*Hides top level topic */

#ariaid-title1{
    display:none;
    visibility:hidden;
}


p {  
  margin: 0;
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: 400;
}


topic p {
    line-height: auto;
    word-wrap: break-word;
    padding: 0;
    margin:0;
}
a {text-decoration: none}

/*Output classes */

.topictitle2 {
font-family: 'Source Sans Pro';
margin: 1em 0 .5em;
font-weight:900;
color: coral;
font-size: xx-large;
}

.contact {
  margin-right: 10px;
  display: inline-block;
  opacity: 0.54;
}

.table-title {
	font-family: 'Source Sans Pro';
	font-weight:900;
	font-size: large;
	margin: 1em 0 .5em;
}

.footer {
  font-family: 'Source Sans Pro',sans-serif;
  disply:block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 60px 8px 0px;
  margin: 60px 8px 0px ;
  font-size: medium;
}


/* Links */

a.language-link{
margin: 15px 0;
weight: 800;
font-size: large;
text-decoration: underline;
}


a.language-link-fpo{
margin: 15px 0;
weight: 800;
font-size: large;
color: magenta;
text-decoration: underline;
}

a.website-link {
	text-decoration: none;
	color: #1fa0f0;
}


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



table {
    min-width: 50%;
    border-collapse: collapse;
    border-spacing: .2em;
	font-family: 'Source Sans Pro';

}

table, th, td { 
border: 1px solid black;
}

th {
    text-align: left;
	font-size: large;
	text-transform: uppercase;
	padding: .25em 1em;
}

td {
	height: 1em;
	font-size: medium;
	padding: .25em 1em;
}

th,td {
	
	text-align: left;
}

entry {
	font-family: 'Source Sans Pro';

	
}


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



/* Text color */

.color-magenta{
    color: magenta;
}


.color-gray {
	color:gray;
}

.color-coral {
	color: coral;
}

.color-blue{
    color: #1fa0f0;
}
