
*{
	font-size: 12px;
	font-family: Arial;
}


.dropbox {
	background: #1991bd;
    margin: 2rem;
    /* width: 100%; */
    font-size: 2rem;
    color: #fff;
    border: 2px dashed #b9b3b3;
    min-height: 20vh;
    padding: 60px 25px 25px 25px;
cursor:pointer;

    /* box-sizing: border-box; */
}

h2.img-search-h2 {
    color: #616161;
    font-weight: 300;
}
.thumb{
	height: 140px;
	margin: 1px;
}

.pic{
	height: 70px;
	min-width: 100px;
	background: #fff;
	margin: 0 40px;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 2px 2px rgba(255, 255, 255, 0.75);
}

.upload_button{
	width: 150px;
	height: 35px;
	background: #eee;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	outline: none;
	border: none;
	margin: 0 20px 0 0;
	transition: 0.35s;
}
.upload_button:hover{
	background: #fff;
	color: #000;
}

span{
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

.img-search-box {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin: auto;
}

#inventory {
    margin-top: 25px;
    max-width: 1778px;
    width: 100%;
    margin: auto;
}

.preserved-results-title {
    width: 100%;
}