@CHARSET "UTF-8";

#write-a-tasting-note h2 {
	background-color: #555;
	color: #ddd;
	padding: 4px 8px;
	border: 1px solid #000;
}

input.score {
	font-family: arial, sans-serif;
	font-weight: bolder;
	font-size: 40px;
	line-height: 66px;

	
	position: absolute;
	right: 0;
	top: 30px;
	text-align: center;
	
	width: 66px;
	height: 66px;
	
	border: 4px solid #333;
	border-radius: 66px;
	-moz-border-radius: 66px;

	background-color: #ddd !important;
	border-color: #999 !important;
	color: #000 !important;
}
	
form {
	position: relative;
	}

*:focus {
    outline: none;
}

button {
	float: right; 
	text-align: left;
	padding:4px 18px 4px 18px;
	 
	display:inline-block; 
	font-size:14px; 
	width: 150px;
	
	color:#fff; 
	border:1px solid #444; 
	background:#333 url(../images/btn-arrow.png) no-repeat right; 
	
	border-radius:4px; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	cursor:pointer; 
	}

details:focus, h2:focus {
	outline: none !important;
	}

label {
	font-size: 18px;
	font-family: arial;
	margin-top: 4px;
	margin-bottom: 4px;
	}
	
#tasting-block-1 img {
	margin-right: 8px;
	} 

#image-marker-colormap {
	position: relative;
	margin: 5px auto;
	width: 502px;
	height: 52px;
	padding: 0;
	}
	
#color-ruler {
	border: 1px solid #858383;
	}

#color-marker {
	display: none;
	position: absolute;
	top: 1px;
	left: 1px;
	}

#colortext {
	width: 150px;
	}

#image-nose-map, #image-finish-map {
	display: inline-block;
	position: relative;
	width: 200px;
	height: 20px;
	padding: 0;
	}

#nose-ruler, #finish-ruler {
	border: 0;
	}

#nose-marker, #finish-marker {
	display: none;
	position: absolute;
	top: 0px;
	left: 1px;
	}

#simple-sheet input[name="summary-score"], #tasting-block-4 input[name="nose-score"], #tasting-block-5 input[name="taste-score"], #tasting-block-6 input[name="finish-score"]{
	display: block;
	width: 50px;
	height: 50px;
	
	font-size: 30px;
	font-family: arial, sans-serif;
	font-weight: bolder;
	
	text-align: center;
	float: left;
	
	margin-right: 5px;
	margin-bottom: 50px;
	}

#simple-sheet input[name="summary-score"] {
	margin-bottom: 0;
	}
	
#tasting-block-4 textarea[name="nose-components"], #tasting-block-5 textarea[name="taste-components"], #tasting-block-6 textarea[name="finish-components"] {
	width: 494px;
	left: 65px;
	}

#tasting-block-4 textarea[name="nose-comments"], #tasting-block-5 textarea[name="taste-comments"], #tasting-block-6 textarea[name="finish-comments"] {
	width: 494px;
	left: 65px;
	}

#tasting-block-7 textarea {
	width: 567px;
	}