body {
    padding-top: 70px;
}

#sidebar .list-group, #sidebar .list-group-item {
    background-color: transparent;
	line-height: 16px;
}

.list-group-item {
    border: none;
}

.tag-1 {
    font-size: 13pt;
}

.tag-2 {
    font-size: 10pt;
}

.tag-2 {
    font-size: 8pt;
}

.tag-4 {
    font-size: 6pt;
}

#sidebar {
    padding-top: 0px;
}

#sidebar a {
    color: inherit;
}

i {
    margin-right: 10px;
}

a {
    color: inherit;
	text-decoration: none;
}

a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
}

.pull-right a {
    color:inherit;
}

.entry-content a {
    color: #07c;
    text-decoration: none;
    border-bottom: 1px dotted;
}

.entry-content a:hover {
    color: #30a7fc;
    text-decoration: none;
    border-bottom: 1px solid;
}

.entry-content h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    line-height:48px;
    font-weight:bold;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.highlight pre {
    background-color: #F8F8F8;
    color: #777;
}

#categories ul, #tags ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.docutils.footnote td.label {
    display: table-cell;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    border-radius: inherit;
}