.yabbcode-strike {
    text-decoration: line-through;
}
.userpage-container {
    margin: 0;
    line-height: 0;
    font-size: 0px;
}
.box-content {
    background-color: #f9fafa;
    padding: 14px 18px;
    display: none;
    border-top: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.box-header {
    margin-top: 10px;
    border: none;
    padding: 6px 24px;
    text-align: center;
    cursor: pointer;
    background-color: #f4f6f6;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;

    transition: 70ms border-radius;
    transition-delay: 50ms;
}

.box-header.active{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box-header:before{
    content: "\f107";
    color: hsl(var(--base) 100% 70%);
    font-size: 15px;
    font-weight: 700;
    font-family: Font Awesome\ 5 Pro;
    padding-right: 4px;
}
.box-header:not(.active):before{
    content: "\f105";
}



blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border: 1px solid #dedede;
    border-left: 10px solid #b9b9b9;
    border-radius: 2px;
    background-color: #fff;
}

.userpage-content {
	font-weight: 400;
}

.imagemap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-size: contain;
    max-width: 100%;
}
.imagemap img{
    width: 100%;
}
  .imagemap__link {
    display: block;
    position: absolute;
    overflow: hidden;
    background-size: contain;
    max-width: 100%;
  }