ul {
	margin-top: 5px;
	padding-left: 0;
}

li {
	list-style-type: none;
}

input {
	margin-right: 7px;
}

img.result {
	width: 50%;
}

@media only screen and (max-width: 1000px) {

img.result {
	width: 100%;
}

}