@charset "UTF-8";
/* CSS Document */

.option_button {
	display: inline-block;
	font-size: 16px;
	padding: 2px 0;
}
.option_button a {
	margin: 0 12px;
	border-bottom: 3px solid transparent;
}
.option_button a:hover {
	color: #555555;
	border-bottom: 3px solid #eeeeee;
}
.option_current a:hover {
	color: black !important;
}
.options_navbar {
	margin: 15px 0 10px;
}
.option_mobile_menu {
	display: none;
}
.options_section_note {
	font-size: 14px;
}


/* INK */

.palette, .motif_wrapper {
	width: 750px;
}
.inkswatch {
	width: 65px;
	height: 65px;
	margin: 5px;
}
.inkswatch_wrapper {
	font-size: 11px;
}


/* PAPER */

.type_wrapper, .paperbox_wrapper, .envelopebox_wrapper, .extrasbox_wrapper {
	width: 680px;
	padding: 0;
	border-radius: 3px;
}
.paperbox, .envelopebox, .extrasbox {
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 15px;
}
.paperbox, .extrasbox {
	padding-left: 75px;
	padding-right: 75px;
}
.envelopebox {
	padding-left: 30px;
	padding-right: 30px;
}
.paperbox_list {
	font-size: 12px;
}
.optionsbox_img {
	width: 680px;
}
.paperswatch {
	width: 135px;
	height: 135px;
	margin: 5px;
}



/* TYPE */

.type_wrapper {
	padding-bottom: 30px;
}
.type_name {
	text-align: right;
	width: 180px;
}
.type_img {
	display: table-cell;
}
.type_roman {
	padding-bottom: 8px;
}
.type_script {
	padding-bottom: 18px;
}
.type_decorative {
	padding-bottom: 8px;
}

/* MOTIFS */

.motif {
	margin: 30px 15px 0;
}


/* EXTRAS */

.extras_cost_note {
	font-size: 12px;
}
