﻿/* button module */
.button {
  height: 20px;
  float: left;
  padding: 7px 9px;
}

/* body */
.button.body {
  font-size: 12px;
  background-color: #e9e6e4;
  color: #655546;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

/* icon */
.button.icon {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  line-height: 11px;
  color: white;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}
