/* Globals */
body, html {
	width: 100%;
	height: 100%;
}

html { 
	overflow-y: scroll;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;	
	color: #000;
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 125%;
	background-color: #f8f8f8;
    -webkit-text-size-adjust: 100%;
}

p { padding: 0 0 10px 0; }

* { padding: 0; margin: 0; }

a { border: none; }

a { -moz-outline: none; }

ul { list-style-type: none; }

img { border: 0; }


/* fonts */


@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold_italic';
    src: url('fonts/ubuntu-bi-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-bi-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntuitalic';
    src: url('fonts/ubuntu-ri-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-ri-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'source_sans_pro';
    src: url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_pro';
    src: url('fonts/sourcesanspro-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'source_sans_pro';
    src: url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_pro';
    src: url('fonts/sourcesanspro-italic-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'source_sans_pro_black';
    src: url('fonts/sourcesanspro-black-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-black-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'source_sans_pro_black';
    src: url('fonts/sourcesanspro-blackitalic-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-blackitalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}


/* Link Defaults */

a:link, a:visited {
	font-weight: normal; 
	text-decoration: none;
	color: #00c4ff;
	background-color: transparent; 
}

a:hover {
	font-weight: normal; 
	text-decoration: underline;
	background-color: transparent; 
}

a:active {
	font-weight: normal; 
	text-decoration: underline;
	color: #009fcf;
	background-color: transparent;
}

/* main containers */

div#wrapper {
	width: 100%;
	min-width: 860px;
	height: 100%;
	height: auto !important;
	min-height: 660px;
	margin: 0 auto;	
}

div#content {
	width: 860px;
	min-width: 840px;
	margin: 0 auto;
	/* margin-left: 20px; */
	padding: 0;
	text-align: left;
	color: #000;
	font-size: 17px;
	font-family: 'source_sans_pro', Arial, Helvetica, sans-serif;
	line-height: 125%;
	background-color: #f8f8f8;
}

div#main {
	width: 820px;
	margin: 0 20px 20px 0px;
	padding: 20px 20px 0 20px;
	display: block;
	clear: both;
	color: #000;
}
html>body div#main {
    height: auto; min-height: 610px; /* ie hack */
}

div#main a:link, div#main a:visited {
	font-weight: inherit;
	color: #0093ae;
}
div#main a:hover {
	font-weight: inherit;
	color: #c68b00;
	text-decoration: none;
}
div#main a:active {
	font-weight: inherit;
	color: #c68b00;
	text-decoration: none;
}

div#nav {
	width: 820px;
	min-height: 80px;
	margin: 0 0 0 0;
	padding: 20px;
	text-align: center;
	color: #666;
}
div#nav a {
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}
div#nav #title {
	font-family: 'ubuntubold', 'source_sans_pro_black', 'source_sans_pro', Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 300%;
	color: #e8e8e8;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}

div#nav .subtitle {
	font-size: 110%;
	color: #666;
}
img.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 64px;
}


div#navbar {
	display: block;
	width: 860px;
	min-height: 20px;
	color: #666;
	padding-bottom: 0;
	margin: 20px 0 0 -20px;
	border-top: 2px solid #666;
}
#navbar .item, div#subnav .item,
#navbar .item_this, div#subnav .item_this {
	display: inline;
	margin-right: 0px;
	padding: 0 10px 0 10px;
}
#navbar .item a, #navbar .item_this a {
	color: #000; 
	padding: 0 5px 0 5px;
}

#navbar .item a:hover, #navbar .item_this a:hover {
	color: #005f70;
	background-color: #ccc;
}
div#navbar .item_this {
	color: #666;
	background-color: #ccc;
}


div#subnav {
	padding: 0 5px 5px 5px;
	margin: 0 0 10px 2px;
	font-size: 100%;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
div#subnav .item, div#subnav .item_this {
	padding: 0 5px 0 5px;
}
div#subnav .item_this {
/*	background-color: #dedede; */
}
div#subnav .item_this a {
	color: #000;
}


.pagenav, .pagenav_this {
	padding: 0 7px 0 7px;
}
.pagenav_this {
	font-weight: bold;
}

.jumpbar {
	display: block;
	float: right;
	font-size: 85%;
}

.intro {
	padding-bottom: 15px;
}

/* layout items */

div.specbox {
	width: 500px;
	float: left;
	padding: 0;
	display: block;
	clear: both;
	overflow: hidden;
}


div.sidebar {
	display: block;
	float: right;
	width: 300px;
	margin: -10px 0 0 10px;
	padding: 10px 0 0 10px;
	border-left: 1px solid #999;
}
div.sidebar .showmore {
	float: right;
	font-size: 80%;
	margin-right: 10px;
}



div.desc {
	padding-top: 20px;
	margin-bottom: 10px;
}
div.desc::first-letter {
	float: left;
	line-height: 35px;
	font-size: 55px;
	font-family: 'ubuntubold', 'source_sans_pro_black', 'source_sans_pro', Arial, Helvetica, sans-serif;
	color: #333;
	padding: 5px 0px 5px 5px;
	margin: -20px 2px -5px -7px;
}

.column {
	float: left;
	width: 390px;
}

.narrowcolumn {
	text-align: left;
	float: left;
	padding: 0 20px 10px 0;
	margin: 0;
	width: 250px;
}

div.separater {
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	content: "";
	display: block;
	clear: both;
}

div.clearall {
	content: "";
	display: table;
	clear: both;
}

div.bottom {
	clear: both;
	font-weight: bold;
	font-size: 80%;
	margin-top: 40px;
}
div.bottom .right, div.footer .right {
	display: inline-block;
	float: right;
}
div.footer {
	clear: both;
	width: 820px;

	text-align: left;
	font-weight: normal;
	font-size: 80%;
	color: #000;
	margin: 40px 0 0 -20px;
	padding: 0 20px 20px 20px;
	border-top: 1px solid #ccc;
}
div.footer .copyright {
	margin-top: 30px;
	text-align: center;
	color: #666;
}


div#section1, div#section2, div#section3, div#section4, div#section5,
div#section6, div#section7, div#section8, div#section9, div#section10 {
	display: none;
}



div#spec2 {
	display: block;
}
div#spec1, div#spec3, div#spec4, div#spec5, div#spec6 {
	display: none;
}
div.detailbox {
	float: right;
	width: 300px;
	font-size: 80%;
	padding-left: 10px;
	margin-left: 5px;
	border-left: 1px solid #999;
}
div.detailbox h3 {
	font-size: 100%;
	padding: 0;
}
div.dilution {
}

div#scale1, div#scale2, div#scale3, div#scale4, div#scale5, div#scale6 {
	display: inline-block;
	padding: 0 5px 0 5px;
	margin: 0 2px 0 2px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
div#scale2 {
	background-color: #dedede;
}

div#spec1, div#spec2, div#spec3, div#spec4, div#spec5, div#spec6, 
div#yield1, div#yield2, div#yield3, div#yield4, div#yield5, div#yield6 {
	display: none;
}
div#spec2 {
	display: block;
}

div.indexletter {
	line-height: 35px;
	font-size: 55px;
	font-family: 'ubuntubold', 'source_sans_pro_black', 'source_sans_pro', Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
}

div.measure, div.ingredient, div.product, div.product_inline {
	display: inline-block;
	margin: 0;
	padding: 0;
}
div.measure {
	width: 80px;
	text-align: right;
}
div.product, div.product_indent, div.product_inline {
	display: block;
	font-size: 80%;
}
div.product_indent {
	padding-left: 80px;
}
div.product {
	padding-left: 20px;
}
div.product_inline {
	display: inline;
}

div.product a:link, div.product a:visited, 
div.product_indent a:link, div.product_indent a:visited, 
div.product_indent a:link, div.product_indent a:visited, 
div.product_inline a:link, div.product_inline a:visited {
	color: #003d4f;
}

div.product a:hover, 
div.product_indent a:hover, 
div.product_inline a:hover {
	color: #c68b00;
}


div.specline {
	width: 500px;
}
div.specline:hover {
	background-color: #fff;
}


div.ingredientfixed {
	display: inline-block;
	width: 185px;
	padding: 0 15px 0 0;
    white-space: nowrap;
}
div.ingredientfixed:hover {
	background-color: #fff;
}


div.thumb_container {
	display: table-cell;
	height: 195px;
	vertical-align: bottom;
	padding-bottom: 10px;
}

.drinkname {
	font-size: 110%;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}

div.pagenum {
	position: absolute;
	margin: -45px 0 0 765px;
	padding: 2px 0 2px 0;
	width: 45px;
	height: 30px;
	z-index: 20;
	overflow: hidden;

	border-radius: 7px;
	border: 1px solid #000;
	background-color: #666;

	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px #000;
	line-height: 13px;
}
div.pagenum .page {
	color: #ccc;
	font-size: 11px;
}


div.doublewide {
	width: 100%;
	column-count: 2;
	column-width: 50%;
	column-fill: balance;
	orphans: 20;
	widows: 3;
}
div.singlewide {
	width: 100%;
	column-count: 1;
}




div.makedrink {
	width: 100%;
	padding: 0;
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 280%;
	line-height: 100%;
	font-weight: bold;
}
div.makedrink .measure {
	width: 160px;
	text-align: right;
}

div.makedrink .product_indent {
	padding-left: 170px;
}
div.makedrink .specline {
	width: 770px;
	margin-left: 15px;
}
div.makedrink .checkmark {
	top: 3px;
	height: 32px;
	width: 32px;
	border: 3px solid #999;
	border-radius: 5px;
}
div.makedrink .checkcontainer .checkmark:after {
	left: 9px;
	top: 2px;
	width: 10px;
	height: 18px;
	border-width: 0 4px 4px 0;
}
div.makedrink .instructions {
	font-size: 60%;
	line-height: 110%;
}


/* styles */

h1 {
	font-family: 'ubuntubold', 'source_sans_pro_black', 'source_sans_pro', Arial, Helvetica, sans-serif;
	font-size: 210%;
	color: #005f70;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	white-space: nowrap;
}

h2 {
	font-family: 'ubuntubold', 'source_sans_pro_black', 'source_sans_pro', Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #005f70;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 100%;
	color: #333;
	padding-top: 5px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

b, strong {
	font-size: 100%;
	font-weight: bold;
}

.indexitem {
	color: #003d4f;
	font-weight: bold;
}
.variationitem {
	color: #003d4f;
}

.smaller {
	font-size: 80%;
	line-height: 125%;
}

.emphasize {
	color: #005f70;
}

.red {
	color: #990000;
}

div.attention {
	font-family: 'ubuntubold', 'source_sans_pro_black', 'source_sans_pro', Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #005f70;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

.error {
	font-size: 125%;
	color: #990000;
	font-weight: bold;
}

.right-pointing-triangle::after {
  content: "\25B6 \FE0E";
}

#more {
	display: none;
}
.moreless {
	padding-left: 5px;
	font-weight: bold;
}

/* images */


.drinkbox {
	width: 200px;
	height: 133px;
	border: 0;
	border-radius: 7px;
	overflow: hidden;
	margin-top: 3px;
}
img.smalldrink {
	float: left;
	margin: 0 10px 10px 0;
	width: 90px;
	height: 60px;
	border-radius: 7px; 
}
img.drink {
	float: none;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 133px;
	transform: scale(1);
	transition: transform .5s;
	transform-origin: bottom center;
}
img.drink:hover {
	transform: scale(1.2);
}
img.meddrink {
	float: none;
	margin: 0 0 10px 0;
	width: 500px;
	height: 333px;
	border-radius: 10px; 
}
img.bigdrink {
	float: none;
	margin: 0 0 0 0;
	width: 820px;
	height: 547px;
	border-radius: 10px; 
}

/* lists */

ul, ol {
	display: block;
	padding: 0;
	margin: 0;
}

li {
	list-style: square;
	padding: 0;
	margin: 0;
	top: 0;
}

li b {
	position: relative;
	margin-left: -10px;
}



.tooltip { /* container */
	cursor: pointer;
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted #999;
}
.tooltip .tooltiptext { /* text */
	visibility: hidden;
	width: 220px;
	top: 100%;
	left: 50%;
	margin: 5px 0 0 -120px;
	background-color: #005f70;
	color: #f8f8f8;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	border: 4px solid #f8f8f8;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #005f70 transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}





/* Checkbox container */
.checkcontainer {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin: 5px 0 5px 0;
	cursor: pointer;
	line-height: 100%;
	font-size: 80%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: -1px;
	left: 0;
	height: 14px;
	width: 22px;
	border-radius: 5px;
	border: 1px solid #999;
	background-color: #fff;
}

/* On mouse-over, add a background color */
.checkcontainer:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a background */
.checkcontainer input:checked ~ .checkmark {
	background-color: #dedede;
}
.checkcontainer input:disabled ~ .checkmark {
	background-color: #f8f8f8;
	border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
	left: 8px;
	top: -1px;
	width: 5px;
	height: 10px;
	border: solid #005f70;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* Radio container */
.radiocontainer input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radiocontainer label {
    display: inline-block;
	background-color: #ccc;
	color: #005f70;
	margin: 10px 5px;
	padding: 3px 10px 3px 10px;
	text-align: center;
    font-size: 15px;
    border: 1px solid #bbb;
    border-radius: 15px;
	outline: none;
	font-weight: bold;
}

.radiocontainer input[type="radio"]:checked + span {
    color: #000;
}

.radiocontainer label:hover {
  background-color: #dedede;
}

.radiocontainer input[type="radio"]:disabled + span {
	color: #999;
}





.form-search-cocktail, .form-search-cocktail-large {
    display: block;
    width: 220px;
    height: 12px;
    padding: 5px 10px;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #666;
    border-radius: 15px;
	outline: none;
}
.form-search-cocktail-large {
	width: 60%;
	height: 16px;
	font-size: 18px;
	outline: none;
}
.ui-widget-content {
	text-align: left;
	font-size: 150%;
	padding: 5px;
}




.form-submit {
	display: inline-block;
	margin: 10px auto;
	background-color: #005f70;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	font-size: 120%;
	border: none;
	border-radius: 7px;
	outline: none;
}
.form-reset {
	display: inline-block;
	background-color: #666;
	padding: 10px;
	margin-left: 80px;
	font-size: 80%;
	border: none;
	border-radius: 7px;
	color: #fff;
	outline: none;
}
.form-button {
	display: inline-block;
	margin: 10px auto;
	background-color: #005f70;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	font-size: 100%;
	border: none;
	border-radius: 7px;
	outline: none;
}

div#form-buttons {
	border-top: 1px solid #ccc;
	text-align: center;
	margin: 10px auto;
	padding: 10px;
}



div.colored-box {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 4px;
	background-color: #ccc;
}
div.colored-box > span {
	content: "";
	background-color: #ccc;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.chart-legend {
	display: inline-block;
	width: 120px;
	font-size: 90%;
	white-space: nowrap;
	margin-right: 10px;
}

.chart {
	background-color: #f9f9f9;
	font-size: 11px;
	height: 10px;
	margin: 6px 0;
	position: relative;
	text-align: left;
	width: 95%;
}

.chart-large {
	font-size: 16px;
	font-size: 1rem;
	height: 20px;
	line-height: 1.7;
}

.chart > span {
	background-color: #2bc253;
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: auto;
}
.chart.chart-stacked > span {
	display: inline-block;
	float: left;
}

@-webkit-keyframes move {
  0% { background-position: 0 0; }
  100% { background-position: 50px 50px; }
}

.chart-spirit { background-color: #c40000 !important }
.chart-fortified { background-color: #894400 !important; }
.chart-liqueur { background-color: #4bae48 !important; }
.chart-amaro { background-color: #6000b1 !important; }
.chart-syrup { background-color: #f852cb !important; }
.chart-juice { background-color: #ff9600 !important; }
.chart-fruitsherbs { background-color: #bad85e !important; }
.chart-other { background-color: #828282 !important; }

.narrowcomp {
	width: 210px;
	padding: 0;
	margin-top: -10px;
	line-height: 100%;
	font-size: 90%;
}
.narrowcomp .chart {
	height: 7px;
}



div.cat, div.cathead {
	display: block;
}
div.cathead {
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
	border-bottom: 3px double black;
}
div.cat .col, div.cathead .col {
	display: inline-block;
	width: 120px;
	margin-right: 20px;
}
div.cat .widecol, div.cathead .widecol {
	display: inline-block;
	width: 250px;
	margin-right: 20px;
}
div.cat .textlabel {
	display: inline-block;
	padding-top: 5px;
	vertical-align: top;
	width: 160px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}
div.cat .textinput, div.cat .dropdown, div.cat .textarea {
	width: 300px;
	border: 1px solid black;
	border-radius: 10px;
	padding: 5px;
	color: #005f70;
	background-color: white;
	font-weight: bold;
	margin-right: 10px;
}
div.cat .dropdown {
	width: 310px;
}
div.cat .box {
	display: inline-block;
}








/* loader-ellips
------------------------- */

.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}
.loader-ellips__dot:nth-child(3) { left: 1.5em; }
.loader-ellips__dot:nth-child(4) { left: 3em; }

@keyframes reveal {
  from { transform: scale(0.001); }
  to { transform: scale(1); }
}

@keyframes slide {
  to { transform: translateX(1.5em); }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

/* stylelint-disable-next-line no-duplicate-selectors */
.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}




/* -------------------------------- */
/* Structure Section */
/* -------------------------------- */

.structure-section {
    margin: 30px 0;
}

.structure-heading {
    margin-bottom: 6px;
}

.structure-subtext {
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}


/* -------------------------------- */
/* Strip */
/* -------------------------------- */

.structure-strip {
    display: flex;
    width: 100%;
    height: 18px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}

.structure-strip-segment {
    height: 100%;
}


/* -------------------------------- */
/* Legend */
/* -------------------------------- */

.structure-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 13px;
    margin-bottom: 20px;
}

.structure-legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.legend-color {
    width: 10px;
    height: 10px;
    border-radius: 2px;
}


/* -------------------------------- */
/* Donut */
/* -------------------------------- */

.structure-donut-wrapper {
    text-align: center;
}

.structure-donut {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.structure-donut-inner {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.structure-donut-label {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 8px;
}
