/**
 * Plugin Name: deployteq form
 * Description: a plugin to generate euroforum specific forms and make use of the deployteq webhook interface.
 * herziene versie met 2 dynamische velden
 * Version: 1.3
 * Author: Floris Leguit
 */

.shortcode-input {
    width: 300px;
}

.shortcode-copy-button {
    margin-left: 10px;
}

.inside {max-width: 600px;}
.inside label {
	font-weight: bold;
	padding-bottom: 10px;
}
.inside select,
.inside input {
	padding: 0px 8px;
	min-height: 34px;
	font-size: 1em;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px inset;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 5px;
	width: 100%;
	margin-bottom: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}