/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


form select {
	padding: 2px 5px;
	width: 160px;
	background-color: whitesmoke;
}

input#evinput {
	padding: 2px 5px;
	width: 160px;
	background-color: whitesmoke;
}

div#primary.content-area {
	padding: 0 30px 0 30px
}


.wpcf7 form input, form select, form textarea {
	background-color: whitesmoke;
}

.wpcf7 form input[type="submit"] {
	background-color: #0FAEF4;
}

.tablepress {
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}