.cht-header-wrapper {
    min-height: 56px;
}

.cht-header {
    padding: 4px 90px 0;
}

.cht-entry {
    min-height: 72px;
    position: relative;
    padding: 8px 24px 8px 4px;
}

.cht-entry-position {
    font-size: 2.2em;
    width: 24px;
    line-height: 1em;
}

.cht-entry-movement-image {
    height: 24px;
    width: 24px;
    margin-top: 12px;
}

.cht-entry-image {
    width:  88px;
    height: 88px;
    margin: 0 8px 0 8px;
    float: left;
    display: block;
    border: none;
}

.cht-entry-details {
    margin: 0 0 8px;
}

.cht-entry-status{
    display: block;
    font-size:1.2em;
}
.cht-entry-label{
    display: block;
}

.cht-entry-artist,
.cht-entry-title {
    text-overflow: clip;
    white-space: normal;
}

.cht-entry-artist {
    font-size: 1.6em;
}

.cht-entry-title {
    font-weight: bold;
}

.cht-entry-buttons {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 22px;
}

.cht-entry-snippet,
.cht-entry-snippet button {
    width: 32px;
    height: 32px;
}

.cht-entry-snippet {
    position: relative;
    background: #27b0d6 url('../../img/icons/snippet_play.png') no-repeat center center;
    background-size: 32px 32px;
    margin: 0 0 8px;
}

.cht-entry-snippet:hover,
.cht-entry-snippet:focus
{
    background-color: #149ad2;
}

.cht-entry-snippet.playing:hover,
.cht-entry-snippet.playing:focus {
    background-color: #27b0d6;
}

.cht-entry-snippet button {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px;
    z-index: 20;
    cursor: pointer;
}

.cht-entry-snippet.inactive,
.cht-entry-snippet.inactive:hover,
.cht-entry-snippet.inactive:focus {
    background-color: #414447;
    opacity: 0.5;
}

.cht-entry-snippet.loading {
    background: #149ad2 url('../../img/icons/loading.gif') no-repeat center center;
}

.cht-entry-snippet.playing {
    background: #0c6aa5 url('../../img/icons/snippet_stop_32.png') no-repeat center center;
}