.a2cldr {
  height: 40px;
  width: 170px;
  position: relative;
  color: black;
  font-size: 14px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Acme', sans-serif;
}

.a2cldr .a2cldr-btn {
  width: 170px;
  height: 40px;
  /* border: 2px solid black; */
  background-color: white;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
  /*
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    */
  box-sizing: border-box;
}

/* .a2cldr .a2cldr-btn:before {
  display: inline-block;
  float: right;
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 10px;
  line-height: 46px;
} */

.a2cldr.active .a2cldr-btn {
  color: #fff;
  background-color: #9D7827;
}

.a2cldr.active .a2cldr-btn:before {
  font-size: 16px;
  line-height: 10px;
}

.a2cldr.active .a2cldr-list {
  display: block;
}

.a2cldr-list {
  position: relative;
  z-index: 2;
  padding: 0px;
  display: none;
  background-color: #fff;
  box-shadow: 0px 8px 20px 0px #bababa;
}

.a2cldr-item {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #f3f3f3;
  text-align: left;
}

.a2cldr-item a {
    font-family: 'Acme', sans-serif;
  color: #9D7827;
  text-decoration: none;
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
}

.a2cldr-item a:hover {
  color: #9D7827;
  font-weight: 600;
}

.a2cldr-item:last-child {
  border-bottom: 0;
}

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