body {
    margin: 0px;
    padding: 0px;
    background: #F8F8F8; 
    color:#000000;
    font-family: "Lato", sans-serif;
}


div#container
{
    min-width: 760px;
    background: #FFFFFF; 
}


div#header
{
    min-width: 760px;
    height: 45px;
    margin: 0px auto;
    padding-top: 10px;
    padding-bottomp: 15px;
    border-bottom: 1px solid #E8E8E8;
}


div#content
{
    min-width: 760px;
    margin: 0px auto;
}


div#footer
{
    min-width: 760px;
    height: 150px;
    margin: 0px auto;
    padding-top: 20px;
    border-top: 1px solid #E8E8E8;
    text-align: center;
    background: #F8F8F8;
    color: #858585;
}


.result-row
{
    width: 550px;
    margin: 0px auto;
    margin-top: 40px;
}

.result-title
{
    display: block;
    text-decoration: none;
    font-size: 17px;
    color: #006699;
}

.result-title:hover
{
    text-decoration: underline;
}

.result-link
{
    display: block;
    margin-top: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #156A45;
}

.result-link:hover
{
    text-decoration: underline;
}


.result-text
{
    font-size: 15px;
    margin-top: 8px;
    color: gray;
}



.search-dialog div
{

    width: 555px;
    margin: 0px auto;
    margin-top: 50px;
    border: 0px solid #C8C8C8;
    vertical-align: middle;

}


.search-dialog button
{
    width: 50px;
    height: 44px;
    text-align: center;
    background-color: #006699;
    border: none;
    border-radius: 0px 5px 5px 0px;
    font-size: 18px;
    color: white;
    cursor: pointer;
}


.search-dialog input
{
    outline: none;
    width: 490px;
    height: 41px;
    background-color: white;
    border: 1px solid #C8C8C8;
    border-radius: 5px 0px 0px 5px;
    font-size: 17px;
    padding-left: 10px;
}


.menuheader
{
    width: 760px;
    margin: 0px auto;
    border-collapse: collapse;
}

.right
{
    text-align: right;
}


.sectiontitle
{
    font-weight: normal;
    font-size: 30px;
    padding: 0px;
    margin: 35px 0px 0px;
    
}

.contentsevensix
{
    width: 760px;
    margin: 0px auto;
}


.contenteight
{
    position: relative;
    border: 1px solid black;
    width: 800px;
    height: 1050px;
    margin: 0 auto;
    margin-top: 15px;
}


div#reference
{
    display: block;
}


div#attachments
{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 800px; 
    height: 1050px; 
    z-index: 5; background-color: #FFFFFF00;    
}


.sep11
{
    height: 8px;
}

.h250 {
    height: 250px;
}



.dropbtn {
  cursor: pointer;
}


.btn-logged {
  background-color: white;
  color: #006699;
  padding: 8px 0px;
  font-size: 18px;
  border: none;    
}


.btn-logged span {
  color: #006699;
  padding-left: 7px;
  padding-right: 5px;
  pointer-events: none;
}


.btn-addresses {
  background-color: white;
  color: #006699;
  margin-bottom: 5px;
}


.btn-addresses span {
  color: #006699;
  pointer-events: none;
}


.btn-pagenumber {
  background-color: white;
  color: black;
  width: 70px;
  text-align: right;
  padding: 8px 0px;
  font-size: 16px;
  font-family: arial, sans-serif;
  border: 1px solid gray;
}


.btn-pagenumber span {
  color: #006699;
  padding-left: 15px;
  padding-right: 5px;
  pointer-events: none;
}


.dropdown {
  position: relative;
  display: inline-block;
}

.bar-addresses {
  width: 100%;
  border-bottom: 1px solid #B8B8B8;
}


.dropdown-content-pagenumber {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  min-width: 72px;
  max-height: 140px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 7;
}


.dropdown-content-pagenumber a {
  color: black;
  padding: 8px 0px;
  text-decoration: none;
  padding-left: 15px;
  display: block;
}


.dropdown-content-pagenumber a:hover {
  background-color: #f1f1f1;
}


.dropdown-content-guides {
  display: none;
  position: static;
  background-color: white;
  width: 760px;
  border-bottom: 1px solid #E8E8E8;
}


.dropdown-content-guides a {
  color: black;
  padding: 8px 0px;
  text-decoration: none;
  padding-left: 15px;
  display: block;
}


.dropdown-content-guides a:hover {
  background-color: #f1f1f1;
}


.dropdown-content-logged {
  display: none;
  position: absolute;
  right: 0px;
  text-align: left;
  background-color: #f1f1f1;
  min-width: 170px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content-logged a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown-content-addresses {
  display: none;
  position: absolute;
  text-align: left;
  background-color: white;
  min-width: 400px;
  overflow: auto;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content-addresses a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown-content-addresses-window {}

.dropdown-content-addresses-l1
{
    box-sizing: border-box;
    width: 370px;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

.dropdown a:hover {background-color: #ddd;}


.show {display: block;}




.navigationbuttons
{
    width: 240px;
    margin: 0px auto;
}


.leftbutton
{
    width: 60px;
    text-align: right;
    font-size: 20px;
}


.rightbutton
{
    width: 60px;
    text-align: left;
    font-size: 20px;
}


.centralbutton
{
    width: 120px;
    text-align: center;
}


.page-name {
  background-color: white;
  color: black;
  width: 760px;
  text-align: left;
  margin: 0px;
  padding: 13px 0px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #E8E8E8;
}


.btn-guides {
  background-color: white;
  color: black;
  width: 760px;
  text-align: left;
  margin: 0px;
  padding: 13px 0px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #E8E8E8;
}


.btn-guides span {
    color: #006699;
    padding-left: 15px;
    padding-right: 5px;
    pointer-events: none;
}


.mathfooter {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   z-index: 10;
}

.definition-box {
    background-color: rgba(100, 100, 100, .15);
}

.definition-box:hover {
    border-bottom: 1px solid #006699;
}
