
.label-pill {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-pill-default {
  background-color: #777;
}
.label-pill-default[href]:hover,
.label-pill-default[href]:focus {
  background-color: #5e5e5e;
}
.label-pill-primary {
  background-color: #337ab7;
}
.label-pill-primary[href]:hover,
.label-pill-primary[href]:focus {
  background-color: #286090;
}
.label-pill-success {
  background-color: #5cb85c;
}
.label-pill-success[href]:hover,
.label-pill-success[href]:focus {
  background-color: #449d44;
}
.label-pill-info {
  background-color: #5bc0de;
}
.label-pill-info[href]:hover,
.label-pill-info[href]:focus {
  background-color: #31b0d5;
}
.label-pill-warning {
  background-color: #f0ad4e;
}
.label-pill-warning[href]:hover,
.label-pill-warning[href]:focus {
  background-color: #ec971f;
}
.label-pill-danger {
  background-color: #d9534f;
}
.label-pill-danger[href]:hover,
.label-pill-danger[href]:focus {
  background-color: #c9302c;
}


.text-box {
    min-height: 20px;
    padding: 2px;
    background-color: #fafafa;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}

.video-box {
   max-width: 400px;
}

.video-box-title {
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
}

.video-box-link {
   float:right;
}

.video-box-desc {
   margin: 5px 0;
}

.video-box-video {
    max-width: 400px;
    width: 100%;
    min-height: 250px;
    border: 1px solid #ccc;
}






