/*
オブジェクト用CSS
*/

/* Labelオブジェクト

・使用例：ＩＦルール編集画面の形態素オブジェクトラベル
*/

.kh-group {
  
  
}

.kh-label{
  display: inline;
  padding: .2em .6em .3em;
  // margin-top: 10px;
  // padding-bottom:10px;

  color  : #ffffff;
  border-radius: 3px;
  background-color: #7777cc;
  font-size    : 14px;
  white-space: nowrap;
  text-align: center;
  
  font-weight: 700;
  line-height: 20px;
  
}

.kh-label-selected{
  background-color: #dd5555;
}