body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ebebeb;
}
h2 {
    font-size: 28px;
    font-weight: bold;
}
h1.title {
    font-size: 40px;
    font-weight: bold;
}
.lead {
    font-size: 18px;
}
a {
    text-decoration: none;
    color: #358ccb;
}
.nav-link {
    font-weight: bold;
    color: black;
}
header .header-title {
    font-size: 18px;
    font-weight: bold;
}
header {
    padding: 10px 0;
    margin-bottom: 10px;
}
header .nav-item {
    font-size: 14px;
}
.package-item .card-text{
    min-height: 100px;
}
.package-item .card-title {
    font-weight: bold;
}
.package-item img {
    width: 25px;
    margin-right: 10px;
}
.bg-primary {
    background-color: #358ccb !important;
}

.nav-pills .nav-link.active {
    background-color: #358ccb;
}
.badge a {
    color: white;
}
.header-img {
    width: 50px;
    margin-right: 10px;
}

.code-content p{
    margin: 10px 0;
}

.distro-section  img{
    width: 100px;
    height: 100px;
}
.distro-section a span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.related-packages a {
    font-weight: bold;
}

#search-bar {
    border-color: #86b7fe;
    margin-bottom: 15px;
}
#btn-search {
    margin-bottom: 10px;
}

.code-toolbar {
    max-width: 600px;
}
code.language-bash {
    padding: 5px 0;
}

.line-numbers-rows {
    height: 100%;
}
.line-numbers-rows > span {
    height: 100%;
}
.line-numbers-rows > span:before {
  padding-top: 5px;
  height: 100%;
}
pre[class*="language-"]:before, pre[class*="language-"]:after {
    box-shadow: none;
}

.code-content .btn-copy {
    line-height: 1;
    margin-top: 10px;
    background-color: #358ccb;
}
.package-detail-page {
    background-color: white;
}
.package-detail-page .viewing-less-mode {
    height: 200px;
    overflow: hidden;
}
#btn-view-less {
    display: none;
}
.package-detail-page .title {
    font-weight: bold;
}
.header {
    text-align: center;
}
.header h1 {
    font-size: 28px;
    font-weight: bold;
    color: green;
}
.header p {
    font-weight: bold;
    opacity: 0.8;
}
.package-detail-page {
    padding: 20px;
}
.package-detail-page h2{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.package-detail-page .row {
    margin-top: 20px;
}
.package-detail-page .detail-content {
    margin-left: 20px;
}
.package-detail-page .detail-content p {
    font-style: italic;
}
.detail-content p:before {
    color: #6f6f6f;
    content: "•";
    padding: 0 0.5rem 0 0;
}
#package-raw-info {
    line-height: 12px;
    margin-top: 10px;
}

#btn-view-more , #btn-view-less{
    background-color: green;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}
.related-packages {
    list-style: lower-alpha inside;
}

.next-prev a {
    display: inline;
}
.markdown h3 {
    font-size: 1.25em;
    font-weight: 600
}
.markdown h1 {
    padding-bottom: 0.3em;
    font-size: 2em;
    border-bottom: 1px solid;
    margin-bottom: 16px;
    padding-bottom: 0.3em;
    font-weight: 600;
    line-height: 1.25;
}
.markdown h4 {
    font-size: 1em;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}
.markdown .title {
    margin-bottom: 20px;
}
.markdown table th {
    text-align: center;
}
.markdown table td {
    text-align: center;
}

.gg-ads {
    text-align: center;
    margin: 15px 0px;
}