* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff; color: #666; line-height: normal;
    font-family: Arial, sans-serif;
    font-size: 12px; font-weight: normal; text-decoration: none;
}

#wrapper.fullsize {
    width: 780px;
    position: relative;
}

#wrapper.tabletsize {
    width: 685px;
    position: relative;
}

#app-container {
    width: 100%;
    background: transparent url(loading.gif) no-repeat center center;
}

#app-container.fullsize {
    height: 519px;
}

#app-container.tabletsize {
    height: 456px;
    background-size: 4794px 456px;
}

#slider-container {
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, #ccc, #efefef 90%);
    box-shadow: inset 0 0 5px 3px #ccc;
    margin-top: 6px;
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    display: none;
}

#slider-target {
    height: 100%;
    width: 30px;
    background: #90ce72;
    background: radial-gradient(#90ce72 10%, #c2efa8 60%);
    box-shadow: inset 0 0 3px 1px #6fbc46;
    position: absolute;
    top: 0;
    left: 0;
    cursor: ew-resize;
    border-radius: 15px;
}

#slider-ticks {
    height: 6px;
    width: 100%;
    margin-top: 4px;
    display: none;
}

.slider-tick {
    height: 100%;
    box-sizing: border-box;
    border-left: 1px solid #666;
    float: left;
}

.slider-tick:first-of-type {
    border-width: 2px;
}

.slider-tick.fullsize {
    width: 110px;
    margin-left: 15px;
}

.slider-tick.tabletsize {
    width: 96px;
    margin-left: 14px;
}

.slider-tick.fullsize:last-of-type {
    width: 15px;
}

.slider-tick.tabletsize:last-of-type {
    width: 11px;
}

#slider-numbers {
    height: 1em;
    width: 100%;
    margin-top: 20px;
    display: none;
}

.slider-number {
    height: 100%;
    text-align: center;
    float: left;
    cursor: pointer;
}

.slider-number:first-of-type {
    font-weight: bold;
}

.slider-number.fullsize {
    margin-right: 92.2px;
    width: 32.4px;
}

.slider-number.fullsize:last-of-type {
    width: 32px;
    margin-right: 0;
}

.slider-number.tabletsize {
    margin-right: 83px;
    width: 26.71px;
}

.slider-number.tabletsize:last-of-type {
    width: 26.73px;
    margin-right: 0;
}
