html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body { 
	color: #666; 
	background: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px; 
	line-height: 1.5em; 
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 20px;
}

a {
	color: #0c92f9;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}

h1 { 
	font-size: 3em;
	line-height: 1em;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

label {
	font-weight: bold;
}

input {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", serif;
	border: 1px solid #ccc;
	color: #666;
	width: 300px;
}

textarea {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	border: 1px solid #ccc;
	color: #666;
	width: 640px;
}

#header, #body {
	width: 960px; 
	margin: auto;
}

#header {
	margin-top: 60px;
}

#header h1 {
	color: #26adf3;
}

#header h2 {
	margin-top: 5px;
}

#body {
	margin-top: 30px;
}

#body #left {
	float: left;
	width: 740px;
}

#body #right {
	float: right;
	width: 160px;
	height: 600px;
}

/* HEX2RGB */
.hex2rgb #content {
	overflow: hidden;
	margin-top: 40px;
}

.hex2rgb #colorDisplay {
	background-color: #007fff;
	font-weight: bold;
	font-size: 0.9em;
	border: 1px solid #000;
	width: 100px;
	height: 100px;
	float: left;
	margin-top: 60px; 
	margin-left: 40px;
}

.hex2rgb #results {
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 2em;
	float: left;
	width: 160px;
}

/* CHAR COUNT */
.charcount #results {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.5em;
}

/* REMOVE DUPLICATES */
.duplicatesremove #results {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.5em;
}
