.wj-markdown {
    height: auto;
    padding: 3px;
}

.wj-markdown .dp-markdown-toolbar {
    float: right;
}

.wj-markdown-toolbar .btn-group .btn-group {
    float: left;
}

.wj-markdown-nav {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 0;
    border-bottom: solid 1px transparent;
    padding-left: 0;
    list-style: none;
}

.wj-markdown-nav li {
    margin-bottom: 0;
    display: inline-block;
    font-size: 13px;
    float: none;
    position: relative;
}

.wj-markdown-nav>li>a {
    margin-bottom: -1px;
    margin-right: 0;
    line-height: 1.5384616;
    position: relative;
    display: block;
    padding: 7px;
    color: #888;
    border-width: 0;
}

.wj-markdown-nav>li.active>a,
.wj-markdown-nav>li.active>a:focus,
.wj-markdown-nav>li.active>a:hover {
    background-color: transparent;
    color: #333;
    cursor: default;
}

.wj-markdown-nav>li.active>a:after {
    background-color: #ff4d00;
}

.wj-markdown-nav>li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.wj-markdown-toolbar .btn-link {
    padding: 7px;
    color: #666;
}

.wj-markdown-toolbar .btn-link:hover {
  color: #333;
}

.wj-markdown-preview {
    min-height: 40px;
    padding: 10px;
    overflow: hidden;
    border-top: solid 1px #ddd;
    margin-top: 1px;
}

td.dt-markdown {
  padding-bottom: 0 !important;
}

td.dt-markdown p {
  margin-bottom: 7px;
}

.markdown-html {
  font-size: 16px;
  line-height: 1.45;
}

.markdown-html h1 {
  font-size: 24px;
  line-height: 32px;
}

.markdown-html h2 {
  font-size: 22px;
  line-height: 30px;
}

.markdown-html h3 {
  font-size: 20px;
  line-height: 28px;
}

.markdown-html h4 {
  font-size: 18px;
  line-height: 26px;
}

.markdown-html h5 {
  font-size: 17px;
  line-height: 25px;
}

.markdown-html h6 {
  font-size: 16px;
  line-height: 24px;
}

.markdown-html h1,
.markdown-html h2,
.markdown-html h3,
.markdown-html h4,
.markdown-html h5,
.markdown-html h6 {
  font-weight: 500;
}

.markdown-html blockquote {
  font-size: 15px;
  margin: 12px 0;
  border-left: 5px solid #fe9;
}

/*
.markdown-html a {
  color: #ff4d00;
}

.markdown-html a:focus,
.markdown-html a:hover {
  color: #bb2b00;
}
*/

.markdown-html img {
  margin: 3px 0;
}
