/* links colors override */
a {
  color: #FFA500;
  text-decoration: none;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus, .dropmenu ul li a:hover {
  color: #FFD700 !important;
}

a:hover {
  color: #FFD700;
  text-decoration: underline;
}

a:active {
  color: #FF8C00;
}

a:visited {
  color: #FFB347;
}

a:focus {
  outline: 2px dashed #FFEC8B;
  outline-offset: 4px;
}


/* accordion */

.accordion-wrapper > div:last-child label, .accordion-wrapper > div:last-child input:checked ~ article {
    border-bottom: 1px solid #000000;
}

.accordion-wrapper label {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 110%;
    background: #000000;
    color: darkorange;
    margin: 0;
    padding: 5px 15px 5px 15px;
    border: 0px solid #000000;
    border-bottom: 1px solid darkorange;
}

.accordion-wrapper label:hover {
    background: #darkorange;
    color: #000000;
}

.accordion-wrapper input:checked + label {
    border-bottom: 1px solid darkorange;
}

.accordion-wrapper > div:last-child label, .accordion-wrapper > div:last-child input:checked ~ article {
    border-bottom: 1px solid darkorange;
}

.accordion-wrapper article {
    background: transparent;
    overflow: hidden;
    max-height: 0px;
    position: relative;
    transition: max-height 0.5s ease-in-out;
    border: 5px solid darkorange;
    border-top: 0 #000000;
    border-bottom: 0 #000000;
    padding: 0px 15px 0px 15px;
}

.accordion-wrapper article p {
    margin: 10px 0px 10px 0px;
}

/* -------- */

.qtitle {
  font-size: 18pt;
  margin-left: 8pt;
}

/* tabs */

.tabsHeader {
    display: inline-block;
}

a.tab_active {
    display: inline-block;
    width: 10em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    padding: 0.5em;
    text-decoration: none;
    font-weight: bold;
    background-color: darkorange;
    color: lightyellow;
    border: 1px solid lightyellow;
}

a.tab_inactive {
    display: inline-block;
    width: 10em;
    margin-right: 0.5em;
    margin-bottom: 1em;
    padding: 0.5em;
    text-decoration: none;
    background-color: grey;
    color: white;
    border: 1px solid white;
}


/* images */

img.float-left {
    display: inline;
    float: left;
    margin: 5px 10px 5px 0;
    max-width: 47%;
}
    
img.float-right {
    float: right;
    margin: 5px 0 5px 10px;
    max-width: 47%;
}


/* audiotable */

.audiotable > table {
}

.audiotable > table tr td {
    padding: 10px 15px 5px 15px;
}

.audiotable > table tr:nth-of-type(even) td {
    background-color: #000000;
}

.audiotable > table thead tr th {
    padding: 5px 15px 5px 15px;
    background-color: #000000;
}

.song, .poetry {
    display: block;
    color: #55ff55;
    font-weight: bold;
    font-style: italic;
}

.minitags {
    padding: 0px 0px 15px 0px;
}

.minitag {
    border-radius: 5px;
    background: #ffff55;
    color: #500000;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}