/*********** material ***********/
.well-header {
  align-items: center;
  display: flex;
  font-size: 18px;
  line-height: 20px;
}
.well-header > div.right {
  margin-left: auto;
}
.well-header > div.label {
  background: #e7e7e7;
  color: #9e9b9b;
  padding: 2px 5px;
  border-radius: 2px;
  font-weight: bold;
  line-height: 20px;
  height: 24px;
  font-size: 18px;
}
.well-header > div.label.green {
  background: #00a34e;
  color: #FFFFFF;
}
.well-header > div.label.red {
  background: #D30C1E;
  color: #FFFFFF;
}
.well-header > div.label.orange {
  background: #F8C300;
  color: #664a00;
}
.well-header > div.title {
  color: #4F4F4F;
  font-weight: bold;
  margin: 10px 0;
  text-rendering: optimizelegibility;
}
.well-header > div.title small {
  color: #888888;
  font-weight: normal;
  line-height: 1;
}

.well {
  background-color: #F2F2F2;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 10px;
  border-radius: 2px;
}
.well blockquote {
  border-color: #DDD;
  border-color: rgba(0, 0, 0, 0.15);
}
.well.well-compact {
  padding: 0;
}
.well.well-compact hr {
  margin: 0;
}
.well.well-compact .well-content {
  padding: 10px;
}
.well .r:first-child label {
  margin-top: 0;
}

.well-large {
  padding: 24px;
  border-radius: 2px;
}

.well-small {
  padding: 9px;
  border-radius: 2px;
}