

blockquote
{
    padding: 18px 18px 18px 50px;
    margin: 0 0 18px;
    font-size: 0.9em;
    border-left: 4px solid #333;
    background: #f7f7f7;
    font-style: italic;
    position: relative;
}

blockquote:before {
    display: block;
    position: absolute;
    left: 14px;
    top: 18px;
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 28px;
    color: #d6d6d6;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
}

.nav-tabs > li.active > a {
    color: #6d6d6d;
    border-left-color: #dcdcdc;
    border-right-color: #dcdcdc;
    background: #fff;
}

.nav-tabs > li > a {
  margin-right: 2px;
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: none !important;
  border-radius: 0;
  padding: 12px 20px;
  color: #6d6d6d;
  background: #f7f7f7;
  position: relative;
}
.nav-tabs > li > a:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
}

.nav-tabs > li.active > a:before {
  background: #fff;
}
.nav-tabs > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
}

.tab-content {
    padding: 20px;
    border: 1px solid #dcdcdc;
    background: #fff;
}