.newslist {
    font-size: 8pt;
    padding-left: 0;
    list-style-type: none;
}
.newslist li {
    line-height: 15px;
}
.sidebrbtn {
    margin: 0.5em 0;
    width: 180px;
    font-weight: bold;
}
.navbar-nav { margin: 0 -15px }
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

a.FBiconLink {
    font-size: 9pt;
  /*font-weight: bold;*/
    text-align: center;  /* extraneous */
    min-width:  60px;  /*80px;*/
  /*width: 15%;*/
  /*height: 60px;*/ /*90px;*/
    margin: 5px; /*0 0.5em 2em;*/
    border: none;
}
.FBicon {
    text-align: center;
    height: 75px; /*60px;*/
    display: initial;
}
.FBiconText {
    display: block;
    line-height: 1.2;
    margin: 0 -1em;
}
a.FBiconLink:hover {
    background-color: #cee;
}
a.FBiconLink,
a.FBiconLink:hover,
a.FBiconLink:visited,
a.FBiconLink:active {
    text-decoration: none;
    color: black;
    /* new */
    background-color: transparent;
}
.FBiconLink img {
    width:  75px;  /*60px;*/
    cursor: pointer;
}

/* new sidebar stuff */
details.sidebar-accordion {
    margin: 15px 5px;
}
.sidebar-accordion summary {
    display: revert;
    padding: 0 3px;
    background-color: #ddd;
    border-radius: 8px;
}
.sidebar-accordion summary:hover {
    color: mediumblue;
    background-color: #ccc;
    cursor: pointer;
}
.chipbar {
    white-space: nowrap;
}
.chipbar img, .chipbar i {
    height: 25px;
    margin: 2px 0;
}
details[open] > div {
    background-color: #ddd;
    border-radius: 0 0 8px 8px;
}
details[open] summary {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
details[open] summary:hover {
    background-color: #ddd;
}
details > div img {
    border-radius: 5px;
}
details[open] > div img:hover {
    background-color: #eee;
}
details[open] span.chipbar {
    display: none;
}


/**
 * Use the :target pseudo-element to apply
 * styles to the element with the same ID as
 * the fragment identifier.
 * (e.g. `#target-section`)
 *
 * The pseudo-element can also be used in
 * conjunction with another selector to
 * define a variety of target styles.
 * (e.g. `#target-section:target)
 */

:target {
    -webkit-animation: target-fade 3s;
    -moz-animation: target-fade 3s;
    -o-animation: target-fade 3s;
    animation: target-fade 3s;
}


/**
 * Keyframe animation definition
 * Change background-color as desired
 */

@-webkit-keyframes target-fade {
    from { background-color: #c6d9eb; }
    to { background-color: transparent; }
}

@-moz-keyframes target-fade {
    from { background-color: #c6d9eb; }
    to { background-color: transparent; }
}

@-o-keyframes target-fade {
    from { background-color: #c6d9eb; }
    to { background-color: transparent; }
}

@keyframes target-fade {
    from { background-color: #c6d9eb; }
    to { background-color: transparent; }
}
