.trailer-tool-body {
	background-color: #AAA;
	padding: 10px 15px;
	background-image: url(https://www.heavyhaulers.com/images/hh-label-icons/grey-concrete-bg.jpg);
	background-size: contain;
	border-bottom: 7px solid #FFE588 /* transparent */;
	border-image: url(http://wordpress-471411-1479598.cloudwaysapps.com/wp-content/uploads/2021/03/border-image-testing-4.jpg)
    20 round;
	border-radius: 7px;
	box-shadow: 1px 1px 20px -9px rgba(0,0,0,0.65);
	max-width: 375px;
	padding-top: 20px;
}

#image {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

#result {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

#autofill:hover {
	background-color: #0d6efd;
	color: white;
	border: 1px solid #0d6efd;
}


#result a {
	text-decoration: none;
}

#title {
	font-size: 26px;
	margin: 0px;
	text-align: center;
	margin-bottom: 8px;
	font-weight: 900;
}

.field {
	outline: none;
	color: black;
	padding: 18px 10px;
	font-size: 17px;
	margin-bottom: 13px;
	background-color: white;
	border: 2px solid white;
	border-radius: 4px;
	height: 21px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
}

.grudge-header {
	    font-family: "badgrudge";
    font-size: 4.5rem;
    line-height: 65px;
}

.field:focus {
	border: 2px solid #5F5F5F;
	box-shadow: 1px 1px 15px -5px #686868;
}

.button {
	outline: none;
	color: #333;
	font-size: 16px;
	background-color: white;
	border: 2px solid black;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.btn-dark {
    color: #fff;
    background-color: #212529 !important;
    border-color: #343a40;
}


#findtrailer {
	border: 3px solid #474747;
}

#findtrailer:hover {
	border: 3px solid #848484;
}

div#form {
	text-align:center;
}

.button:hover {
	background-color: #EEE;
}

.button:active {
	background-color: #CCC;
}

.left {
	margin-right: 2px;
}

.right {
	margin-left: 1px;
}

.p-font {
	font-size: 18px;
}