body{
  overflow-y: scroll !important;
}

pre {padding: 5px; margin: 5px; }
.string { *color: #303f9f; *indigo d2}
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: black; }

.caption {
  font-size: 1.25rem;
  font-weight: 300;    
}

.btn-small{
  padding: 5px 15px;
  line-height: 22px;
  height: 30px;
  text-transform: none;
}

.tab .label{
  position: absolute;
  right: 5px;
  top: 13px;
  line-height: 18px;
}

.label {
  border-radius: 0.25em;
  color: #fff;      
  padding: 0.3em 0.6em 0.3em;
  text-align: center;
  vertical-align: sub;
  white-space: nowrap;
  display: inline-block;
}

.progresslabel{
  height: 28px;      
  padding-left: 0px !important;
}
.progresslabel .determinate{
  padding: 0.2em 0.6em 0.3em;
}

.progress{
  background-color: transparent;
}

.card{
  overflow: visible;
}

.card-content{
  overflow: hidden; 
}

.tab-icon-right{
  position: absolute;
  right: 10px;
  top: 10px;
}

.colorQube{
  width: 30px;
  height: 30px;
  float: left;
}

.comboLeft{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;

  border-top-left-radius: 0.25em;
  border-bottom-left-radius: 0.25em;

}

.comboRight{     
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;

  border-top-right-radius:  0.25em;
  border-bottom-right-radius:  0.25em;
}

.margin-right{
  margin-right: 15px;
}

.margin-top-5{
  margin-top: 5px;
}

.remove-skill{
  cursor: pointer;
}

.cbp_tmicon {
  cursor: context-menu;
}

.progress.progresslabel{
  background-color: inherit;
}