@charset "UTF-8";

.label_btn {
  -webkit-border-radius:6;
  -moz-border-radius:6;
  border-radius:6px;
  color: #c60;
  background: #fff;
  padding: 2px 10px;
  text-decoration: none;
  margin:2px;
  white-space:nowrap;
}
