td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}
.dataTables_filter {
   float: left !important;
}

#RandomPlant {
	position: fixed;
	top: 10%;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 5%;
	margin-bottom: 15%;
}

#About {
	position: fixed;
	top: 10%;
	margin: 5%;
}

#getRandomPlant{
	float: right;
	margin: 5px;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
	text-align: left;
}