input, textarea, select {
	box-sizing: border-box;
	width: 200px;
	height: initial;
	padding: 8px 5px;
	border: 1px solid #9a9a9a;
	border-radius: 4px;
}

input#post_title {
    width:50%;
}

input[type="checkbox"] {
	width: auto;
	vertical-align: text-bottom;
}

input[type='button'] {
    width:75px;   
}

textarea {
	width: 300px;
}

select {
	display: initial;
	height: 30px;
	padding: 2px 5px;
}

button, input[type=submit], input[type=button] {
	padding: 8px;
	font-size: 1em;
	cursor: pointer;
	border-radius: 25px;
	color: #000000;
	background-color: #f79147;
	border-color: #f79147;
}

.slick-cell button {
    padding:0 8px;
}

input[type=submit]:hover {
	opacity:0.75;
}

::placeholder {
	color: #bdbfc4;
}

label {
	display: block;
	color: #396fa8;
}

input {
    padding:4px;
    border-radius:8px;
}

.ui-widget label {
    display:inline-block;
}