body {
        font-family: verdana, arial, helvetica, sans-serif;
        background-color: #ffffff;
}

div {
	text-align: center;
}

div.palette {
	width: 60px;
	height: 40px;
	border: 4px solid white;
	display: inline-block;
	margin: 0px;
}

div.palette.white {
	border: 1px solid #909090;
	margin: 3px;
}

div.palette.selected {
	margin: 0px;
	border: 4px solid black;
}

td.sidebar {
	width: 160px;
}

td#results_inner {
	width: 640px;
	height: 500px;
}

img {
	border: 0px;
}

img.result_thumb {
	padding: 16px;
}

#loading table {
	width: 640px;
	height: 640px;
}

#browser {
	font-size: 2em;
}

#work_too {
	font-size: 0.5em;
}

#hint {
	font-size: 2em;
}

#branding {
	height: 21px;
}

#copyright_info {
	font-size: 0.75em;
	color: #808080;
}

#copyright_info a {
	color: #505050;
}

img.tool {
	border: 4px solid white;
}

img.tool.selected {
	border: 4px solid black;
}

#bucket {
	margin-top: 60px;
}

#undo {
	margin-top: 60px;
}

#q {
	font-size: 3em;
}

#submit_button {
	font-size: 3em;
}

#logo {
	padding-bottom: 20px;
}

#logo1 {
	font-size: 5.2em;
	font-weight: bold;
}

#logo2 {
	font-size: 2em;
	font-weight: bold;
	color: #909090;
}

#print_url {
	display: none;
}

#coloring {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

#email {
	margin-top: 30px;
}

#social {
	margin-top: 30px;
}

#choose_a_pic {
	font-size: 2em;
}

#no_results {
	font-size: 3em;
}
