<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'icomoon';
  src: ulr('../font/icomoon.eot');
  src: url('../font/icomoon.eot?#iefix') format('embedded-opentype'), url('../font/icomoon.woff') format('woff'), url('../font/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.ajs-player {
    width: 100%;
    height: 40px;
    background-color: #009ED9;
    position: relative;
    display: inline-block;
    margin: 5px 0px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1;
}

.ajs-action-button {
    width: 40px;
    height: 100%;
    border-right: 1px solid #006288;
    display: inline-block;
    float: left;
    font-family: 'icomoon';
    font-size: 1.0em;
    color: white;
    text-align: center;
    vertical-align: center;
    cursor: pointer;
}

.ajs-action-button-icon {
    margin-top: 12px;
}

.ajs-action-button-icon::before{
    content: "\e901";
}

.ajs-playing .ajs-action-button-icon::before {
    content: "\e900";
}

.ajs-paused .ajs-action-button-icon::before {
    content: "\e901";
}

.ajs-display-time {
    width: 40px;
    display: inline-block;
    color: white;
    font-size: 0.8em;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

.ajs-progress-bar {
    height: 10px;
    width: calc(100% - 174px);
    display: inline-block;
    background-color: #006288;
    margin-top: 15px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
}

.ajs-load-bar {
    background-color: #72BD05;
    height: 100%;
    width: 0%;
    display: inline-block;
    vertical-align: top;
}

.ajs-seek-curs {
    width: 1em;
    height: 1em;
    display: inline-block;
    background-color: white;
    border-radius: 0.5em;
    position: absolute;
    margin-top: -3px;
    margin-left: -8px;
}

.ajs-buffer-bar {
    background-color: #005470;
    height: 100%;
    width: 0%;
    display: inline-block;
    vertical-align: top;
}

.ajs-volume-bar {
    width: 40px;
    height: 100%;
    border-left: 1px solid #006288;
    display: inline-block;
    float: right;
    text-align: center;
}

.ajs-volume-icon {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 11px 20px;
    border-color: transparent transparent white transparent;
    display: inline-block;
    margin-top: 14px;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.ajs-volume-icon-fill {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 5px 10px;
    border-color: transparent transparent #72BD05 transparent;
    bottom: -11px;
    margin-left: -20px;
    position: absolute;
}

</pre></body></html>