/*
Theme Name: Twenty Twenty Child
Description: Twenty Twenty Child Theme
Template: twentytwenty
Version: 1.0.0
Text Domain: twentytwenty-child
*/ 
/* Custom CSS goes after this line */

#tsml #meetings .results table thead tr th.name, #tsml #meetings .results table tbody tr td.name,#tsml #meetings .results table thead tr th.location, #tsml #meetings .results table tbody tr td.location,#tsml #meetings .results table thead tr th.address, #tsml #meetings .results table tbody tr td.address,#tsml #meetings .results table thead th {
	width: unset;
}
.control-region, .search-toggle {
	display:none !important;
}
small {display:none !important;}
body a {font-weight:bold;}

table .btn {
	padding: 2px 10px !important;
}

@media (max-width:768px) {
	
	table .btn {
		margin-bottom: 3px !important;
		margin-top: 3px !important;
		font-weight: bold;
	}
	
}
