html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.dropdown {
  line-height: 1.5em; }
  .dropdown .dropdown-container {
    display: inline-block;
    position: relative;
    text-align: center; }
  .dropdown .dropdown-description {
    background: white;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-top-left-radius: 3px;
    border-top: 1px solid silver;
    color: #999999;
    float: left;
    font-size: 0.7em;
    line-height: 40px;
    margin: 0;
    padding: 0 0.5em 0 1em; }
    @media screen and (min-width: 53.75em) {
      .dropdown .dropdown-description {
        font-size: 1em; } }
  .dropdown .dropdown-button:hover {
    background-color: #f7f7f7; }
  .dropdown .dropdown-button:after {
    color: #333;
    display: block;
    position: absolute;
    right: 1em;
    top: 0; }
  .dropdown .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: white;
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #333;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: show;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99999; }
  .dropdown .dropdown-menu li {
    color: #333;
    list-style: none; }
  .dropdown .dropdown-menu li:hover {
    background: #f7f7f7; }
  .dropdown .dropdown-menu li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .dropdown .dropdown-menu li:last-child {
    border: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .dropdown .show-menu {
    display: block; }
  .dropdown .dropdown {
    display: inline-block; }
  .dropdown .dropdown-toggle span {
    float: right;
    line-height: 2.5em; }
  .dropdown .dropdown-menu {
    top: 3.5em;
    left: 10px;
    right: 10px;
    border-top: 0 none;
    padding-right: 0;
    border-radius: 0 0 5px 5px;
    background: #f7f7f7; }
  .dropdown .dropdown-menu > li > a {
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: initial;
    border: 0 none;
    text-align: left;
    color: #333333;
    line-height: 25px; }
  .dropdown .dropdown-menu > li > a:hover {
    background: #efefef;
    color: #4b4b4b; }

/*# sourceMappingURL=dropdown.css.map */
