/* Pressure Button   */
.pressureButton .pressureButtonBody {
  width: 84px;
  margin: auto;
  overflow: hidden; }

.pressureButton .pressureButtonAction {
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 73px;
  cursor: pointer;
  text-align: center; }

.pressureButton .pagination > li:last-child > a, .pressureButton .pagination > li:last-child > span {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%; }

.pressureButton .pagination > li:first-child > a, .pressureButton .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%; }
