/*
 Theme Name:   Provost UW Theme Child
 Theme URI:    https://wiscweb.wisc.edu/
 Author:       UW-Madison Division of Information Technology
 Author URI:
 Description:  This child theme allows WiscWeb customers to customize the UW Theme while still benefiting from updates to the UW Theme.
 Template:     uw-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  uw-theme-child-provost
*/


/* Your custom styles go below here */

/* Provost Table Style */
.provosts-table {
	overflow-x: scroll;
}
.provosts-table .provosts-table-name {
	white-space: nowrap;
}
.provosts-table .provosts-table-row-primary h4 {
	margin-top: 0;
	text-transform: none;
}
.provosts-table .provosts-table-row-sub td:first-child {}