.player {
    width: fit-content;
    border: black solid 1px;
    border-width: 1px 0px 0px 1px;
    margin-left: auto;
    margin-right: auto;
}

.player .controlimg:hover {
    cursor: help;
}

.player input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
}

.player input[type="range"]:focus {
    outline: none;
}

.player input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 21px;
    width: 11px;
    background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
    transform: translateY(-8px);
    box-shadow: none;
    border: none;
}

.player input[type="range"].has-box-indicator::-webkit-slider-thumb {
    background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
    transform: translateY(-10px);
}

.player input[type="range"]::-moz-range-thumb {
    height: 21px;
    width: 11px;
    border: 0;
    border-radius: 0;
    background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
    transform: translateY(2px);
}

.player input[type="range"]::-moz-range-thumb {
    background: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-horizontal.svg");
    border: 0;
    border-radius: 0;
    height: 21px;
    transform: translateY(2px);
    width: 11px;
}

.player input[type="range"].has-box-indicator::-moz-range-thumb {
    background: svg-load("https://raw.githubusercontent.com/jdan/98.css/main/icon/indicator-rectangle-horizontal.svg");
    transform: translateY(0px);
}

.player input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    background: black;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
        -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}

.player input[type="range"]::-moz-range-track {
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    background: black;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    box-shadow: 1px 0 0 white, 1px 1px 0 white, 0 1px 0 white, -1px 0 0 darkgrey,
        -1px -1px 0 darkgrey, 0 -1px 0 darkgrey, -1px 1px 0 white, 1px -1px darkgrey;
}

.player button,
.player input,
.player label,
.player option,
.player select,
.player table,
.player textarea,
.player ul.tree-view {
    -webkit-font-smoothing: none;
    font-family: "Pixelated MS Sans Serif", Arial;
    font-size: 11px
}

.player h1 {
    font-size: 5rem
}

.player h2 {
    font-size: 2.5rem
}

.player h3 {
    font-size: 2rem
}

.player h4 {
    font-size: 1.5rem
}

.player u {
    border-bottom: .5px solid #222;
    text-decoration: none
}

.player button,
.player input[type=reset],
.player input[type=submit] {
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: transparent;
    min-height: 23px;
    min-width: 75px;
    padding: 0 12px;
    text-shadow: 0 0 #222
}

.player .vertical-bar,
.player button,
.player input[type=reset],
.player input[type=submit] {
    background: silver;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf
}

.player .vertical-bar {
    height: 20px;
    width: 4px
}

.player button:not(:disabled):active,
.player input[type=reset]:not(:disabled):active,
.player input[type=submit]:not(:disabled):active {
    box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
    text-shadow: 1px 1px #222
}

@media (not(hover)) {
    .player button:not(:disabled):hover,
    .player input[type=reset]:not(:disabled):hover,
    .player input[type=submit]:not(:disabled):hover {
        box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey
    }
}

.player button:focus,
.player input[type=reset]:focus,
.player input[type=submit]:focus {
    outline: 1px dotted #000;
    outline-offset: -4px
}

.player button::-moz-focus-inner,
.player input[type=reset]::-moz-focus-inner,
.player input[type=submit]::-moz-focus-inner {
    border: 0
}

.player :disabled,
.player :disabled+label,
.player input[readonly],
.player input[readonly]+label {
    color: grey
}

.player :disabled+label,
.player button:disabled,
.player input[type=reset]:disabled,
.player input[type=submit]:disabled {
    text-shadow: 1px 1px 0 #fff
}

.player .title-bar-controls button {
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: transparent;
    min-height: 23px;
    min-width: 75px;
    padding: 0 12px;
    text-shadow: 0 0 #222
}

.player .title-bar-controls button {
    background: silver;
    box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #fff, inset -2px -2px grey, inset 2px 2px #dfdfdf
}

.player .title-bar-controls button:not(:disabled):active {
    box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey;
    text-shadow: 1px 1px #222
}

@media (not(hover)) {
    .player button:not(:disabled):hover {
        box-shadow: inset -1px -1px #fff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px grey
    }
}

.player .title-bar-controls button:focus {
    outline: 1px dotted #000;
    outline-offset: -4px
}

.player .title-bar-controls button::-moz-focus-inner {
    border: 0
}
.player .title-bar {
    font-family: "Pixelated MS Sans Serif", Arial;
    -webkit-font-smoothing: none;
    font-size: 11px;
}

.player .window {
    box-shadow: inset -1px -1px #0a0a0a,
        inset 1px 1px #dfdfdf, inset -2px -2px #808080,
        inset 2px 2px #ffffff;
    background: #c0c0c0;
    padding: 3px;
    width: 260px;
}

.player .title-bar {
    padding: 3px 2px 3px 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.player .title-bar-text {
    font-weight: bold;
    color: white;
    letter-spacing: 0;
    margin-right: 24px;
}

.player .title-bar-controls {
    display: flex;
}

.player .title-bar-controls button {
    padding: 0;
    display: block;
    min-width: 16px;
    min-height: 14px;
}

.player .title-bar-controls button:active {
    padding: 0;
}

.player .title-bar-controls button:focus {
    outline: none;
}

.player .title-bar-controls button[aria-label=Minimize] {
    background-image: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/minimize.svg");
    background-position: bottom 3px left 4px;
    background-repeat: no-repeat
}

.player .title-bar-controls button[aria-label=Maximize] {
    background-image: url("https://raw.githubusercontent.com/jdan/98.css/4a2282dd9170cabf730fb5803d1153d86b2e94e3/icon/maximize.svg");
    background-position: top 2px left 3px;
    background-repeat: no-repeat
}

.player .title-bar-controls button[aria-label=Close] {
    background-image: url("https://raw.githubusercontent.com/jdan/98.css/main/icon/close.svg");
    background-position: top 3px left 4px;
    background-repeat: no-repeat;
    margin-left: 2px
}

.player .window-body {
    margin: 0px;
    height: 98px;
}

.player input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

.player input[type=range]:focus {
    outline: none;
}

/* settings for chrome browsers */
.player input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    /* thickness of seeking track */
    cursor: help;
}

/* settings for firefox browsers */
.player input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    /* thickness of seeking track */
    cursor: help;
}

.player .flex {
    display: flex;
}

.player .titlebaricon {
    height: 14px;
    width: 14px;
}

.player .songtitlewindow {
    background-color: #fff;
    box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
}

.player #musicplayer {
    border: 2px solid silver;
    /* border around player */
    border-width: 2px 0px 0px 0px;
    width: 160px;
    /* width of the player */
}

.player #imagestyle {
    background: silver;
    /* background color of player */
    border: 2px solid silver;
    /* border around player */
    width: 95px;
    /* width of the player */
    height: 95px;
    box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
}

.player .ic {
    width: 90px;
    position: relative;
    bottom: 1px;
    right: 1px;
    overflow: hidden;
    padding: 2px;
    border: 2px solid transparent;
}

.player .songtitle {
    padding: 5px;
    /* padding around song title */
    border-bottom: 0px;
    /* border under song title */
    display: block;
    font-family: Pixelated MS Sans Serif;
}

.player .controls {
    font-size: 18px !important;
    /* size of controls */
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 10px;
}

.player .controls td {
    padding: 8px 5px 0px 5px;
    /* padding around controls */
}

.player button {
    min-width: 40px;
}

.player .seeking {
    background-color: #c0c0c0;
    /* background color of seeking bar */
    display: flex;
    justify-content: space-evenly;
    padding: 14px;
    /* padding around seeking bar */
}

.player .current-time {
    padding-right: 5px;
}

.player .total-duration {
    padding-left: 5px;
}

.player .controlimg {
    height: 15px;
    width: 15px;
}

.controls {
    background-color: #c0c0c0;
}