body {
    background-color: rgb(219, 218, 218);
  }

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
  }
  
  li {
    float: left;
    
  }

  p.normal {
    font-family: "Times New Roman", Times, serif;  

  }
  
  li a {
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
  li a:hover {
    background-color: rgb(235, 235, 235);
  }
  
  h1 {
    color: rgb(0, 0, 0);
    margin-left: 20px;
  }

  h2 {
    margin-left: 35px;
  }
  h3 {
    margin-left: 35px;
  }

  h4, h5 {
        display:inline;
}

h5 {
    color:rgb(2, 2, 2);
}

h4 {
    margin-left: 20px;
}

#beygingarlysing {

    width: 50%;
  }
  
  #beygingarlysing td, #beygingarlysing th {
    border: 1px solid #ddd;
    text-align: center;
    padding: 3px;
  }
  
  #beygingarlysing tr:nth-child(even){background-color: #f2f2f2;}
  
  #beygingarlysing tr:hover {background-color: #ddd;}
  
  #beygingarlysing th {
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    background-color: rgba(63, 63, 63, 0.904);
    color: white;
  }

  p {
    margin-left: 25px;

  }

strong {
    display: inline-block;
    margin-left: 25px;
    width: 150px;
    border: 1px solid #2b2b2b;
    text-align: center;
    background-color: #70686869;
}


/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 50%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 6px;
  display: none;
  width: 50%;
  overflow: hidden;
  margin-right: 25px;
  background-color: #f1f1f1;
}

.lysing-a-ordi {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(138, 138, 138, 0.13);
  text-align: left;
  margin-right: 65%;
  margin-left: 1%;
}