
.File {
    display: block;
    height: 72px;
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M6%202c-1.1%200-1.99.9-1.99%202L4%2020c0%201.1.89%202%201.99%202H18c1.1%200%202-.9%202-2V8l-6-6H6zm7%207V3.5L18.5%209H13z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23006CB6%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E") no-repeat 24px center;
    background-size: 24px 24px;
    padding: 16px 68px;
    transition: all .2s ease-in-out;
    position: relative;
    margin-top: 8px;
    width: 100%;
    cursor: pointer;
    user-select: text;
}

.File--image,
.File--jpg,
.File--png,
.File--jpeg {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M21%2019V5c0-1.1-.9-2-2-2H5c-1.1%200-2%20.9-2%202v14c0%201.1.9%202%202%202h14c1.1%200%202-.9%202-2zM8.5%2013.5l2.5%203.01L14.5%2012l4.5%206H5l3.5-4.5z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23006CB6%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
}

.File:before {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #016cb6;
    content: attr(data-name);
    position: absolute;
    top: 16px;
    left: 72px;
    right: 24px;
}

.File:after {
    display: block;
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #6C757D;
    content: attr(data-size);
    position: absolute;
    bottom: 16px;
    left: 72px;
    right: 24px;
}

.container h1 {
    padding-bottom: 19px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    font-size: 33px;
    font-weight: 600;
}

.container h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}

.container h3 {
    font-size: 18px;
    font-weight: 600;
}

.container h1:first-of-type {
    margin-top: 16px;
}

* {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

.sf-footer {
    padding-top: 16px !important;
}

.sf-footer p {
    font-weight: 600;
}

body > .container {
    padding-top: 24px;
}

.ql-indent-1 {
    margin-left: 40px;
}

.ql-indent-2 {
    margin-left: 80px;
}

.ql-indent-3 {
    margin-left: 120px;
}

.ql-indent-4 {
    margin-left: 160px;
}

.ql-indent-5 {
    margin-left: 200px;
}

ol li.ql-indent-1 {
    counter-increment: list-1;
    list-style: none;
    margin-left: 20px;
}

ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}

ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
