/* ==========================================================================
    AFFILIATE FACULTY PAGE CSS
========================================================================== */
.plugin-general-content table th {
    vertical-align: middle;
    text-wrap: balance;
    text-align: center;
    background-color: var(--vcu-gold);
}
@media (min-width: 1024px) {
  	.plugin-general-content table tr:nth-child(even) {
    	background-color: #efefef;
	}
    .plugin-general-content table th {
        width: 25%;
    }
}