﻿  .s8itemsContainer {
                        width: calc(100% - 0px);
                        height: calc(100% - 0px);
                        white-space: nowrap;
                        display: inline-block;
                        overflow: visible;
                        position: relative;
                    }

                    .s8moreContainer {
                        overflow: visible;
                        display: inherit;
                        white-space: nowrap;
                        width: auto;
                        background-color: rgba(61, 155, 233, 0.25);
                        border-radius: 0;
                    }

                    .s8dropWrapper {
                        z-index: 99999;
                        display: block;
                        opacity: 1;
                        visibility: hidden;
                        position: absolute;
                        margin-top: 7px;
                    }

                        .s8dropWrapper[data-dropMode="dropUp"] {
                            margin-top: 0;
                            margin-bottom: 7px;
                        }

                    .s8repeaterButton {
                        height: 100%;
                        position: relative;
                        box-sizing: border-box;
                        display: inline-block;
                        cursor: pointer;
                        font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
                    }

                        .s8repeaterButton[data-state~="header"] a, .s8repeaterButton[data-state~="header"] div {
                            cursor: default !important;
                        }

                    .s8repeaterButton_gapper {
                        padding: 0 0px;
                    }

                    .s8repeaterButtonlabel {
                        display: inline-block;
                        padding: 0 10px;
                        color: #999999;
                        transition: color 0.4s ease 0s;
                    }

                    .s8repeaterButton[data-state~="drop"] {
                        width: 100%;
                        display: block;
                    }

                        .s8repeaterButton[data-state~="drop"] .s8repeaterButtonlabel {
                            padding: 0 .5em;
                        }

                    .s8repeaterButton[data-state~="over"] .s8repeaterButtonlabel {
                        color: #FFFFFF;
                        transition: color 0.4s ease 0s;
                    }

                    .s8repeaterButton[data-state~="selected"] .s8repeaterButtonlabel {
                        color: #0A1621;
                        transition: color 0.4s ease 0s;
                    }