<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : custom
    Created on : Jan 11, 2019, 2:11:08 PM
    Author     : hp
    Description:
        Purpose of the stylesheet follows.
*/ 

.sidebar-header {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0px;
}

.title-1 {
    border-bottom: 3px solid #f28100;
}

.title-2 {
    border-bottom: 3px solid #ff5722;
}

.title-3 {
    border-bottom: 3px solid #5a5a5a;
}
.title, .title-1, .title-2 , .title-3 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: -1px !important;
}

.text-bg {
    padding: 10px 10px;
    color: #fff;
    background: #2e3739;
}
.tags{
    margin-bottom: 10px;
}
</pre></body></html>