h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu',sans-serif;
    line-height: 1.5;
}

h2.capture {
font-size: 2.5rem;
padding: 2rem 3rem 2.5rem;
background-color: #e5e5e5;
}

a:active,
a:hover{
outline:0;
text-decoration: none;
}

.docket-list {
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    counter-reset: myCounter;
}

.docket-list li {
    margin: 10px 0 10px 0 !important;
    padding: 0 0 0 35px;
    display: block;
    position: relative;
    line-height: 17px;
}

.docket-list li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    display: inline-block;
    text-align: right;
    color: #4fc3f7;
    font-size: 1.3em;
    font-style: normal;
    font-weight: normal;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
}

.docket-list li a {
    color: #333;
    border-bottom: 1px dashed #999;
}

.view_anchor-num {
    display: inline-block;
    width: 27px;
    height: 26px;
    float: left;
    background: #4fc3f7;
    border-radius: 4px 1px 1px 4px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    margin-top: 12px;
    color: #fff !important;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    text-indent: 4px;
    font-style: normal;
}

.view_anchor-num:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #4fc3f7;
    border-width: 13px;
    margin-top: -13px;
}

.view_anchor h2 {
    margin-left: 50px;
}

blockquote {
border-left: 4px solid #4fc3f7;
background: #fafafa;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.scrollToTop {
position: fixed;
right: 25px;
bottom: 25px;
display:none;
color:#4fc3f7;
}

.scrollToTop:hover {
color:#444;
cursor: pointer;
}