.label {
   border-radius: 20px;
   font-size: 10px;
   padding: 7px 20px;
   font-weight: bold;
   color: white;
   float: right;
   max-width: 200px;
   text-align: center;
   line-height: 15px;
   letter-spacing: 1px;
}

.label.label-success {
   background: #66CD00 ;
}

.label.label-danger {
   background: #EE0000 ;
}

.label.label-warning {
   background: #FFA500 ;
}

.label.label-primary {
   background: rgb(49, 140, 161);
}

.label.label-fatal {
   background: #8A2BE2;
}

.label.label-disabled {
   background: #efefef;
   color: #000;
   border: 1px solid #888;
}
