/*-- based on the linkage.css from charless flowkes */

/*  --main-bg-color:#eceff1; */

:root{
    --main-bg-color:#eceff1;
    --main-hr-color:#black;
}

body{
    FONT-SIZE: smaller;
    COLOR: black;
/*    FONT-FAMILY: Georgia, "Times New Roman", Times, serif, Palatino, serif; */
    FONT-FAMILY: Lato, Helvetica, Arial, sans-serif;
    background:  var(--main-bg-color);
}

a{
    TEXT-DECORATION: none;
}

a.bold{
    font-weight:bolder;
    TEXT-DECORATION: none;
}

a.nobold{
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}

a:hover {
    background-color: #FFCCFF;
}

a:link {
    COLOR: #0033FF;
    text-decoration: none;
}
a:visited {
    COLOR: #0033FF;
    text-decoration: none;
}

.sidebar {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 10px 10px 0px 0px;
    width: 180px;
}

.sidebar2 {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    background:#FFF;
}

.sidebar3 {
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    background:#FFF;
    text-align: right;
}

.content {
    float: left;
    padding: 10px 10px 10px 15px;
    margin: 10px 10px 40px 0px;
    width: 62%;
    background:#FFF;
}

.content hr {
    display: block;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: -20px;
    margin-right: -10px;
    border-width: 0px;
    height: 10px;
    background: var(--main-bg-color);
}

.content h3  {
    margin-top       : -10px;
    margin-bottom    : 5px;
    padding-bottom   : 5px;
    margin-left      : -20px;
    margin-right     : -10px;
    border-left      : 5px solid var(--main-bg-color);
    font-weight      : bold;
    color	           : var(--main-hr-color);
    background: var(--main-bg-color);
}
.content h4  {
    margin-top       : 5px;
    margin-bottom    : 5px;
    margin-left      : -20px;
    margin-right     : -10px;
    padding-bottom   : 5px;
    padding-right    : 10px;
    border-top      :  5px solid var(--main-bg-color);
    border-left      : 5px solid var(--main-bg-color);
    border-top      :  5px solid var(--main-bg-color);
    font-weight      : bold;
    text-align       : left;
    background: var(--main-bg-color);
}

td
{
    vertical-align:top;
}

.single {
    float: left;
    padding: 10px 10px 40px 20px;
    margin: 10px 10px 0px 0px;
    width: 80%;
    background:#FFF;
}

table.border{
    border: 1px solid black;
    border-collapse: collapse;
}

table.border td{
    vertical-align:top;
    border: 1px solid black;
    padding:5px;
}

ul.paper {
    padding: 0px;
}

li.paper {
    padding: 0px;
    margin-left: 10px;
    margin-top:10px;
    list-style-type: disc;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #fff;
    color: #111;
    cursor: pointer;
    padding: 1px;
    width: 100%;
    text-align: right;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* 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, .accordion:hover {
  background-color: #eee;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 5px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}co

#small-caps {
  font-variant-caps: small-caps;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* spacing between items */
    justify-content: flex-start; /* align items left */
  }
  .gallery-item {
    width: 150px; /* fixed width for each item */
    text-align: center;
  }
  .gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
  }
  .gallery-item p {
    margin-top: 8px;
    font-size: 14px;
  }
</style>
