/* _content/CancerDialysis/Views/Articles/Details.cshtml.rz.scp.css */

.article-author[b-p8e3apn2w0] {
  font-size: 11pt;
  color: gray;
}

.article-tags[b-p8e3apn2w0] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 5px;
}

.article-tag[b-p8e3apn2w0] {
  border: 1px solid;
  padding: 0 2px;
  border-radius: 3px;
  font-size: 10pt;
  background-color: #e8e8e8;
  cursor: pointer;
}

[itemprop="text"] a[b-p8e3apn2w0] {
  color: #0d6efd !important;
  text-decoration: underline !important;
}
/* _content/CancerDialysis/Views/Articles/index.cshtml.rz.scp.css */
#body-content[b-3oj19h0urq] {
  display: grid;
  gap: var(--margin-l);
  grid-template-columns: 1fr 1fr 1fr;
}

div.home-hero[b-3oj19h0urq] {
  height: 350px;
  background: url(../../images/cdhero.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* _content/CancerDialysis/Views/Home/index.cshtml.rz.scp.css */
#body-content[b-wl0fdrkib1] {
  display: grid;
  gap: var(--margin-l);
  grid-template-columns: 1fr 1fr 1fr;
}

#body-content > a[b-wl0fdrkib1] {
    text-decoration: none;
    color: inherit;
}

div.home-hero[b-wl0fdrkib1] {
  height: 350px;
  background: url(../../images/cdhero.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
}

.peer-review-marker[b-wl0fdrkib1] {
  color: #666;
}
/* _content/CancerDialysis/Views/Posts/index.cshtml.rz.scp.css */
#body-content[b-6obg9y0iy9] {
  display: grid;
  gap: var(--margin-l);
  grid-template-columns: 1fr 1fr 1fr;
}

#body-content > a[b-6obg9y0iy9] {
    text-decoration: none;
    color: inherit;
}

section#body-content .articles-flex-section[b-6obg9y0iy9] {
    padding: var(--margin);
    background-color: var(--secondary-color);
    font-size: 14px;
    height: 100%;
}

div.home-hero[b-6obg9y0iy9] {
  height: 350px;
  background: url(../../images/cdhero.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* _content/CancerDialysis/Views/Shared/_ArticleImagePartial.cshtml.rz.scp.css */

.preview .article-image[b-lq3ynn49w3] {
    max-width: 350px;
}
/* _content/CancerDialysis/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-75bxqi3soe] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-75bxqi3soe] {
  color: #0077cc;
}

.btn-primary[b-75bxqi3soe] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-75bxqi3soe], .nav-pills .show > .nav-link[b-75bxqi3soe] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-75bxqi3soe] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-75bxqi3soe] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-75bxqi3soe] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-75bxqi3soe] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-75bxqi3soe] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* _content/CancerDialysis/Views/Shared/_TagListPartial.cshtml.rz.scp.css */

.tags-list[b-38ag6lgb6n] {
    display: inline-block;
    width: 100%;
}

.tag-item[b-38ag6lgb6n] {
    width: fit-content;
    float: left;
    margin: 10px;
    margin-left: 0;
    padding: 10px 15px;
    background-color: lightgray;
    border-radius: 5px;
    cursor: pointer;
}
