body {
  background: #A0A0A0 url(../img/backgrounds/256-20-20-monochrome.png) repeat top center fixed;
}

/* This is a place for your custom styling. */

/*========================*/
/*===  5. Header       ===*/
/*========================*/

#header {
  width: 100%;
  height: 41px;
  background-color: #e8e8e8;
  background-image: url(../img/backgrounds/256-20-10-monochrome.png);
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #606060;
  border-bottom: 1px solid #a4a4a4;
  box-shadow: 0px 0px 4px #666666;
  text-align: center;
}

#header .inner {
  border-bottom: 1px dotted #ddd;
}

#header .logo {
  float: left;
  padding: 30px 0;
}

/* Styling for the details element */
details {
  margin-bottom: 1em;
}

/* Styling for the summary element */
summary {
  cursor: crosshair;
  outline: none;
  font-size: 14px;
}

.block-text {
  display: block;
  width: 100%; /* Adjust width as needed */
  background-color: #f0f0f0; /* Optional background color */
  padding: 1px; /* Optional padding */
  border: 1px solid #ccc; /* Optional border */
}
