.active_btn{
	background-color:#eee;
}
.escap-small{
  width: 64px;
  height: 35px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 72px;
  border: 1px solid #000;
}

.round-small {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 100px;
  border: 1px solid #000;
}

.square-small {
  width: 60px;
  height: 51px;
  color: white;
  text-align: center;
  line-height: 100px;
  border: 1px solid #000;
}

.rectangle-small {
  width: 76px;
  height: 52px;
  color: white;
  text-align: center;
  line-height: 80px;
  border: 1px solid #000;
}

.round-rectangle-small {
  width: 76px;
  height: 49px;
  border-radius: 12px;
  color: white;
  text-align: center;
  line-height: 80px;
  border: 1px solid #000;
}