/* 
Theme Name: Consted DSC Theme. Child for Consted PRO 
Theme URI: https://dovestonesc.org.uk/dev/wp-content/themes/consted-dsc 
Description: Theme to support DSC website. Child theme for the Consted PRO theme. 
Author: Nik Lever 
Textdomain: DSC
Author URI: https://niklever.com/ 
Template: consted-pro
Version: 1.0 
*/
.container {
	max-width: 900px;
	width: 80%;
	margin: auto;
}

.dsc_results {
	width: 100%;
	height: 400px;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}

.dsc_results iframe {
	height: 100%;
	width: 100%;
	background-color: white;
}

select {
	background-color: #bd3854;
	border-radius: 8px;
	color: white;
	padding: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

select:focus {
  	border-color: black;
}

select option {
	text-transform: none;
}

select:not(:-internal-select-author-button) {
	border: none;
}