.select-select {
  display: none;
  /* For when we are on a small touch device and want to use native controls */
  pointer-events: none;
  position: absolute;
  opacity: 0; }

.select-element, .select-element:after, .select-element:before, .select-element *, .select-element *:after, .select-element *:before {
  box-sizing: border-box; }

.select-element {
  position: absolute;
  display: none; }
  .select-element.select-open {
    display: block; }

.select-theme-dark, .select-theme-dark *, .select-theme-dark *:after, .select-theme-dark *:before {
  box-sizing: border-box; }

.select.select-theme-dark {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .select.select-theme-dark .select-content {
    border-radius: .25em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    color: #b9b9b9;
    font-family: inherit;
    overflow: auto;
    max-width: 18rem;
    max-height: 18rem;
    -webkit-overflow-scrolling: touch; }
    @media (max-width: 27rem), (max-height: 27rem) {
      .select.select-theme-dark .select-content {
        max-width: 11.25rem;
        max-height: 11.25rem; } }
  .select.select-theme-dark .select-options {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0; }
    .select.select-theme-dark .select-options .select-option {
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      position: relative;
      list-style: none;
      margin: 0;
      line-height: 1.25rem;
      padding: 0.5rem 1em 0.5rem 1.5em;
      display: block;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .select.select-theme-dark .select-options .select-option.select-option-selected:before {
        position: absolute;
        left: 1em;
        top: 0;
        bottom: .2em;
        height: 1em;
        width: 1em;
        margin: auto; }
        
       .select-options li:active {
	    background: #63a2f1;
	    color: #fff;
	}
      .select.select-theme-dark .select-options .select-option:hover, .select.select-theme-dark .select-options .select-option.select-option-highlight {
        background: #63a2f1;
        color: #fff; }
        

        
        
        
        .select.select-theme-dark .select-options .select-option:hover.select-option-selected:before, .select.select-theme-dark .select-options .select-option.select-option-highlight.select-option-selected:before {
         }
      .select.select-theme-dark .select-options .select-option:first-child {
        border-radius: 0.25em 0.25em 0 0; }
      .select.select-theme-dark .select-options .select-option:last-child {
        border-radius: 0 0 0.25em 0.25em; }

.select-target.select-theme-dark {
  display: inline-block;
  vertical-align: middle;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border-radius: .25em;
  position: relative;
  background: #e8f0fe;
  border: .18em solid #e8f0fe;
  cursor: pointer;
  color: #b9b9b9;
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; 
  color: #0000006e;
  font-weight: 900;
  position: absolute;
  left:0px;
  height: 42px;
  width: 136px;
  font-size: 16px;
  text-align: left;
  line-height: 42px;
  text-indent: 2.2px;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  

}


  .select-target.select-theme-dark:hover {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-color: #63a2f1;
    color: #fff; }
  .select-target.select-theme-dark.select-target-focused, .select-target.select-theme-dark.select-target-focused:focus {
  /* border-color: #63a2f1;*/ 
    outline: none; }
  .select-target.select-theme-dark b {
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.25rem;
    width: 2em;}
    .select-target.select-theme-dark b:before, .select-target.select-theme-dark b:after {
      content: "";
      display: block;
      position: absolute;
      margin: auto;
      right: 0;
      height: 0;
      width: 0;
      border: .263em solid transparent; }
    .select-target.select-theme-dark b:before {
      top: 0;
      border-bottom-color: inherit; }
    .select-target.select-theme-dark b:after {
      bottom: 0;
      border-top-color: inherit; }
              .container {
          /* width: 900px; */ 
            margin: 0 auto;
        }

        select {
            font-size: 1em;
        }

        .scroll-parent {
            margin: 40px;
            height: 300px;
            width: 350px;
            display: inline-block;

            overflow: auto;
            border: 2px solid #eee;
            padding: 40px;
        }
		body .select-element {
    		zoom: 0.9;
		}