

/* Fix for missing bottom border on first row in tables with column headings. */         
@media (max-width: 800px) {
    .responsive-table.table-row thead tr:first-of-type { border-bottom: 0; }
    .responsive-table.table-row tr:first-of-type { border-bottom: 3px solid #bbb;}
}



/*
@media (max-width: 800px){
.row-header {
    display: none;
    flex: 0 1 45%;
    padding: 0;
    font-weight: 500;
    background: #fff; 
}
}
*/

/*External-Link-Icon CSS Classes*/

#section-content a.external:after {
    /*display: none !important;*/
    display: none;
}

.Hide-External-Link-Icon-From-Users:after{
    /*display: none !important;*/
    display: none;
}

.Show-External-Link-Icon:after, .ext-link:after{
    display: inline-block !important;
}


/*Vet Med Blog Taxonomy Links*/

.node-blog .field-type-taxonomy-term-reference .field-item a {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    color: #cc0000; 
    text-decoration: underline; 
    background: #fff;
    border: 0px;
    /*
    border-radius: 2px;
    border: 0px solid #e2e2e2;
    transition: background 0.25s ease;
    */
}

.node-blog .field:not(:last-child) {
    margin-bottom: 0rem;
}

.node-blog h2.node-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.node-blog .field.field-name-field-blog-date {
    margin-bottom: 1rem;
}

