/*
 * Theme Name: FutureVU Facutly Senate
 * Description: Vanderbilt FutureVU Child Theme
 * Template: anchordown-futurevu
 * Version: 1.0
 * Author: Vanderbilt University Division of Communications, Digital Strategies Team
 * Author URI: https://web.vanderbilt.edu
 */


/* Find Your Senator */

.dataTables_wrapper .dataTables_filter {
    float: none;
}
.dataTables_wrapper .dataTables_filter input {
    margin: 0;
}
.dataTables_filter input {
    width: 100%;
    padding: 16px 36px 12px 12px;
    margin: 0;
}
.dataTables_filter svg {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 18px;
    bottom: 15px;
    fill: none;
    pointer-events: none;
    stroke: var(--c-accent);
}
#senators {
    margin: 15px 0;
    font-size: 90%;
}
#senators th {
    padding: 1.5%;
    font-weight: bold;
    font-size: 85%;
    text-align: left;
}
#senators th.school,
#senators td.school{
    padding-left: 4%;
}
#senators p {
    margin: 12px 0;
}
#senators tr {
    border-bottom: 1px solid #e0d5c0;
}
#senators td {
    padding: 1.5%;
}
#senators tr.odd {
    background-color: #f5f3ef;
}
#senators .rowupdated {
    background: var(--c-card-bg);
}
#senators .termtd {
    font-size: 110%;
    font-weight: 400;
}
#senators .guidelinetd {
    color: var(--c-text-muted);
}
#senators b, #senators strong {
    font-weight: bold;
}
#senators i, #senators em {
    font-style: italic;
}
