@charset "UTF-8";
/* CSS Document */

.button-group>li.button{
  background: #f0efed;
  font-weight: bold;
  color: black;
  cursor: default;
}
.button-group>li.button span{
  font-weight: normal;
}

.button.radius{
  border-radius: 25rem;
}

h3.lemores {
    margin-bottom: 0;
}

.price{
  color: #237A01;
  font-weight: 600;
  margin-bottom: 0;
}

.curves{
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

.reveal header{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.25rem;
}

.ribbon {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 240px;
  padding: 10px 0 8px 0;
  background-color: #d7ba0c;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  right: -45px;
  top: 36px;
  transform: rotate(-45deg);
  text-align: center;
  font-weight: 700;
  font-size: 0.68em;
}

.rule{
  border-top: 1px solid #ccc;
}

.size{
  border-top: 1px solid #ccc;
  margin-bottom: 0.25rem;
}
