.container .guideline .g-label {
    font-weight: bold ;
}

.container .guideline .g-value {
    font-style: italic ;
}

.caid-text, .hgvs-text {
    font-style: italic;
}
.fa::before {
    padding-left: 6px;
}
.fa::after {
    padding-left: 6px;
}

.tag {
    font-weight: bold;
}
.code-summary {
    padding-after: 10px;
}
.actual-name{
    font-style: italic;
}
.ca {
    border-right: 1px solid lightgray;
}

body {
    font-family: Verdana, Geneva, sans-serif;
}

.tags .met {
    margin-bottom: 10px;
}

.tags .not-met {
    margin-bottom: 10px;
}

.tags-summaries .met.glyphicon.glyphicon-ok {
    color: #5cb85c ;
}

.tags-summaries .not-met.glyphicon.glyphicon-remove {
    color: #d9534f ;
}

.met .header, .not-met .header {
    font-weight: bold;
    margin-bottom: 5px;
}

.met .values span, .not-met .values span {
    margin-right: 3px;
}

.long-assertion-text {
    font-size: 12px;
}

.met-unmet-divider {
    margin-top: 10px;
}

.evidence-summary {
    font-weight: 600 ;
    margin-top: 10px ;
    margin-bottom: 10px ;
}

.hgvs .rec.preferred {
    font-weight: bold;
}

.variant-specific.panel .tab-content {
    font-size: 12px ;
}

.variant-specific.panel .tab-content .tags {
    margin-top: 20px ;
    margin-bottom: 10px ;
}

.variant-specific.panel .tab-content .tags .list {
    font-weight: bold ;
}

.variant-specific.panel .tab-content, tbody tr td {
    line-height: 80% !important;
}

.disclaimer.beta {
    margin-top: 20px;
}

.variant-specific-table-container {
    margin-top: 15px;
}

.variant-specific-table-container table {
    font-size: 12px;
}

.variant-specific-info {
    padding-top: 10px;
    padding-bottom: 5px;
}

.evidence-code.row:hover{
    background-color: #ffffe6;
}

.expander-text {
    margin-right: 25px;
}

.evidence-code.row hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.pubmed-abstract .content {
    height: 600px;
    overflow-y: auto;
}

.top-close-btn {
    margin-bottom: 30px;
}

.pubmed-abstract .content {
}

.pubmed-abstract .article-title {
    margin-bottom: 10px;
    margin-top: 20px ;

}

.pubmed-abstract .journal-title {
    font-weight: bold;
}

.pubmed-abstract .authors {
    margin-bottom: 20px;
    border-bottom: 2px solid #e3e3e3 ;
}

.pubmed-abstract .pmid {
    margin-top: 20px;
    font-weight: bold;
}

.pubmed-abstract .published-date {
    margin-bottom: 20px;
}

.pubmed-abstract .published-label {
}

.tag-popover {
}

.guideline .guideline-ui-link {
    margin-top: 10px;
}

.ldh-info-container {
    margin-top: 20px;
    box-shadow: 2px 3px 4px 1px rgba(0,0,0,0.35);
    padding: 25px;
}

.agents .aff-label {
    font-size: .8em;
}

.tag-status {
  color: #f2824b;
  margin: 2px;
}
.tag-warn {
  background-color: #f2824b;
  border-color: #f77839;
}
.tag-warn:hover, .tag-warn:active:hover, .tag-warn:active:focus, .tag-warn:not(:hover) {
    background-color: #f2580c;
    border-color: #f77839;
}
.cspec-engine-self-computed-call {
  font-size: 0.8em ;
}

#version-info h4 {
    margin-bottom: -0.3em;
}

.version-info {
    font-size: 16px;
}

.hidden-rec {
    display: none;
}
#showMoreBtn {
    cursor: pointer;
    color: blue;
    background: none;
    border: none;
    text-decoration: underline;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
#version-iframe {
    border-width: 0;
}