h2.listing-title {
    font-size: 23px;
}

h2.listing-title:first-child {
    font-size: 28px;
}

h2.listing-title:not(:first-child) {
    font-family: "Open Sans", sans-serif;
}

.research-section table td:first-child {
    color: #CC1528;
}

.research-section table tr:first-child th {
    padding-bottom: 5px;
}

.research-section table td:not(:first-child),
.research-section table th:not(:first-child) {
    text-align: right !important;
}

