#header #display {
    margin: 3px;
    float: right;
}

#header {
    overflow: hidden;
}

#banner {
    height: 100px;
    width: 100%;
    background: #D9D9D9
}
#banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#avatar { position: relative }
button#follow {
    position: absolute;
    bottom: 0;
    border: none;
    background-color: #CE5151;
    background: var(--main-color);
    color: white;
    right: 0;
}
#avatar img {
    width: 81px;
    height: 107px;
    object-fit: cover;
    border: 1px solid #CE5151;
    border: 1px solid var(--main-color);
    outline: 2px solid white;
    object-position: left;
}

#content {
    margin: -7px 2px;
    display: flex;
    flex-direction: row;
}

#stats {  
    float: right; 
    margin: 14px 0;
    text-align: end;
}
.title {
    border-top: 0px none transparent;
    border-left: 0px none transparent;
    border-right: 0px none transparent;
    border-bottom: 1px solid #CE5151;
    border-bottom: 1px solid var(--main-color);
    border-style: dotted;
    padding: 2px;
}
#stats small { margin-bottom: 6px }
.blog-content { padding: 0px 0px 0px 11px }
.blog-links { float: inline-end }
.weblog { margin-bottom: 4px }

#weblogs div.weblog:not(:last-child) {
    border-bottom: 1px dotted #c8c5c5;
    padding-bottom: 23px;
}

.w-modul { border: 1px solid #F09999; padding: 1px; margin-bottom: 3px }
.w-header { height: 20px; background-color: #CE5151; background: var(--main-color) }
h4.w-title { color: white; margin: 0; line-height: 1.3; padding-left: 2px }
.w-content { height: 184px; background: #EFEFEF; margin-top: 1px }

#following.w-modul { border: 1px solid #F9E8BC }
#following div.w-header { background-color: #EBB05D }
#following div.w-content { background: #F1EBE3 }

#followers.w-modul { border: 1px solid #E5CBEC }
#followers div.w-header { background-color: #BF7ED0 }
#followers div.w-content { background: #EFE6F1 }

#music .w-content { 
    height: 175px;
    display: flex;
    flex-direction: column;
}
#following .w-content, #followers .w-content {
    height: 79px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.track-author {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 103px;
    display: block;
}
#now-playing { height: 80% }
#tracklist { 
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: inset 0 1px 2.3px #0000005e;
    padding: 3px;
}
#tracklist table.track {
    width: 100%;
    height: 30px;
    border: 1px solid #FFFFFF;
    background-color: #EFEFEF;
    cursor: pointer;
}
img.track-img {
    width: 26px;
    height: auto;
}
p.track-title { margin: 0 }
#now-playing {
    height: 80%;
    display: flex;
    flex-direction: row;
    padding: 3px;
}
#now-playing img#song-thum { 
    width: 73px;
    height: 73px;
    object-fit: fill;
    border-bottom: 1px solid #CE5151;
}
#song-controls { 
    display: flex; 
    flex-direction: column;
    flex-grow: 1;
    padding-top: 7px 
}
#song-player {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 2px;
}
#song-info {
    display: flex;
    flex-direction: column;
    padding: 0px 2px;
    flex-grow: 1;
}
#song-slider {
    height: 11px;
    flex-grow: 1;
    position: relative;
}
#song-name { margin: 0 }
#song-slider table { width: 100% }
td#seek-slider { 
    position: absolute; 
    left: 28px; 
    top: 0px;
    padding: 0px
}
td#seek-slider input {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: -3px -1px;
    width: 100%;
}
td#seek-slider input::-moz-range-thumb {
    border-radius: 0px;
    border: none;
    width: 8px;
    height: 14px;
    background-color: white;
    box-shadow: 0 0 2px #410606;
    -webkit-appearance: none;
    appearance: none;
}
td#seek-slider input::-webkit-slider-thumb {
    border-radius: 0px;
    border: none;
    width: 8px;
    height: 14px;
    margin: 1px 0px;
    background-color: white;
    box-shadow: 0 0 2px #410606;
    -webkit-appearance: none;
    appearance: none;
}
td#seek-slider input::-ms-thumb {
    margin: 0;
}
td#progress-bar, td#seek-bar {
    box-shadow: inset 0 1px 1px #00000040, 0 1px white;
}
td#progress-bar { border-radius: 3px 0 0 3px }
td#seek-bar { border-radius: 0 3px 3px 0 }
#song-button-controls { display: flex; padding-top: 6px }
#song-button-controls a { cursor: pointer }
#prev-btn, #toggle-btn, #next-btn { padding: 0 5px }
#time-elapsed, #time-duration { padding: 0 }
#tracklist table.track.selected {
    background-color: #D27474;
    border-color: #CE5151;
}
#tracklist table.track.selected p { color: #733131 }
#tracklist table.track.selected small { color: #A74444 }
table#profile-link-options td a { color: unset; text-decoration: unset }
table#profile-link-options td a:hover { margin-left: 6px; }
.pfp {
    margin: 6px;
    object-fit: cover;
    border: 1px solid #CE5151;
    border: 1px solid var(--main-color);
    outline: 2px solid white;
    object-position: left;
    width: 47px;
    height: 63px;
}
#following-carousel .pfp { border: 1px solid #EBB05D }
#followers-carousel .pfp { border: 1px solid #BF7ED0 }
ul#recent-comments, ul#recent-articles {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    list-style-type: none;
    list-style-type: '- ';
}
ul#recent-comments li, ul#recent-articles li {
    font-size: 9px;
    color: gray;
}