
.common {
  composes: common from './FlatButton.css';
  position: absolute;
  right: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
}

.common:hover {
   color: white;
   background: #444444;
   border-radius: 3px;
}
