			:root {
				/* #58CF63 : green*/
				/* #445FE6 : blue */
				/* #E15454 : red */
				/* #B2B2B2 : shade of grey */
				/* #3c8aff : another blue */
				/* #b0e0e6 : powderbluw */
				/*--bg-color-1: #445FE6;*/
				--bg-color-1: #22772a;				
				--bg-color-2: white ;
				--bg-color-3: #B2B2B2 ;
				--bg-color-4: #3c8aff ;
				--fg-color-1: white;
				--fg-color-2: #445FE6;
				--fg-color-3: #E15454;
				--disab-bg-color: #cccccc; 
				--disab-fg-color: #1832b4;
				--hover-el-color: #99bdff;	
				--font-1: Times New Roman;
				--font-2: CantataOne-Regular;
			}
			
			* {
				font-family: var(--font-2);
			}
			
			.examplesDiv{
				width: 200px;
				height: 20px;
				float: left;
				white-space: nowrap;
				font-size: 17px;
			}
			
			.examplesText{
				height: 20px;
				float: left; 
				cursor: pointer;
				text-align: left;
				margin-left: 5px;
				font-size: 17px;
			}
			
			.seqToolTipFeat .tooltiptext {
			  visibility: visible;
			  opacity: 0.85;
			  width: 70px;
			  background-color: black;
			  color: #fff;
			  text-align: center;
			  border-radius: 6px;
			  padding: 5px 0;
			    /* Position the tooltip */
			  position: absolute;
			  z-index: 1;
			  top: 0px;
			  right: 90%;
			  margin-right: 20px;
			  font-size: 15px;
			  font-weight: 600;
			}
			.seqToolTipFeat {
				position: relative;
				display: inline-block;
		    }

			.seqToolTipSnp .tooltiptext {
			  visibility: visible;
			  opacity: 0.85;
			  width: 150px;
			  background-color: black;
			  color: #fff;
			  text-align: center;
			  border-radius: 6px;
			  padding: 5px 0;
			    /* Position the tooltip */
			  position: absolute;
			  z-index: 1;
			  top: 0px;
			  right: 90%;
			  margin-right: 20px;
			  font-size: 15px;
			  font-weight: 600;
			}
			.seqToolTipSnp {
				position: relative;
				display: inline-block;
		    }
			
			.hr_logos {
				width: 50px;
				border: 1px solid var(--bg-color-1);
				border-style: dashed;
				float: left;
				margin-top: 30px;
				margin-bottom: 1px;
				margin-left: 25px;
			}
			
			.noDataInDb {
				color: var(--fg-color-1);
				font-size: 24px;
				font-weight:bold;
				text-align: center;
			}
			
			.mySwal2-html-container {
				border-radius: 8px;
				margin-bottom: 40px;
				font-size: 24px !important;
			}
			
			.mySwal2-html-container-startmsg {
				border-radius: 8px;
				margin-bottom: 40px;
				font-size: 20px !important;
			}			
			
			.mySwal2-html-container-msg {
				border-radius: 8px;
				color:indianred;
			}

			.mySwal2-close {
				color: var(--bg-color-1) !important;
				outline: none !important;
			}
			
			.mySwal2-close:focus {
				box-shadow: none !important;
				outline: none !important;
			}
			
			.mySwal2-close:hover {
				color: red !important;
				box-shadow: none !important;
				outline: none !important;
			}			
			
			.mySwal2-title {
				color: var(--bg-color-1) !important;
				font-size: 3em !important;
			}
			
			.logo_SG10K {
				width:100px;
				height:100px;
				padding-right: 20px;
			}
			
			.logo_ASTAR {
				width:205px;
				height:90px;
				padding-bottom:10px
			}
			
			.inputSeq {
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
				border:none;
				font-size: 15px;
				font-weight: bold;
				margin-right: 5px;
				padding: 2px;
				cursor: pointer;
			}
			.inputSeqPdb {
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
				border:none;
				font-size: 15px;
				font-weight: bold;
				margin-right: 5px;
				padding: 2px;
			}
			
			.tooltip {
			  position: relative;
			  display: inline-block;
			 
			}

			.tooltip .tooltiptext {
			  visibility: hidden;
			  width: 200px;
			  background-color: var(--bg-color-1);
			  color: #fff;
			  text-align: center;
			  border-radius: 6px;
			  padding: 5px 0;
			  position: absolute;
			  z-index: 1;
			  opacity: 0;
			  transition: opacity 0.3s;
			   top: 125%;
			  left: 40%;
			  margin-left: -60px;
			}

			.tooltip .tooltiptext::after {
			  content: "";
			  position: absolute;
			  bottom: 100%;  /* At the top of the tooltip */
			  left: 50%;
			  margin-left: -5px;
			  border-width: 5px;
			  border-style: solid;
			  border-color: transparent transparent var(--bg-color-1) transparent;nt;
			}

			.tooltip:hover .tooltiptext {
			  visibility: visible;
			  opacity: 0.95;
			}			
			
			.square {
				height: 52px;
				width: 45px;
				background-color: var(--bg-color-1);
				float:left;
				margin-right: 6px;
			}

			.rect {
				height: 50px;
				width: 148px;
				background-color: var(--bg-color-1);
			}
			
			.logosnpcont {
				width: 190px;
				height: 52px;
				margin-bottom: 10px;
			}
			
			.div_logo {
				width: 29%;
				float: left;
				margin-top: 30px;
				margin-left: 30px;
			}
			
			.div_2_logos {
				margin-top: 45px;
				height: 104px;
			}			
			
			.div_logo_snp {
				height: 80px;
				font-size: 48px;
				font-weight: bold;
				color: var(--fg-color-1);
				text-align:center
			}
			
			.div_logo_drug {
				font-size: 44px;
				font-weight: bold;
				color: var(--fg-color-1);
				text-align:center
			}			
				
			.box_shadow {
				box-shadow: 
				  -1px -1px 1px #efede3, 
				  2px 4px 14px #121212;
			 }

			.text_shadow {
				text-shadow: 
				  -1px -1px 1px #efede3, 
				  2px 4px 14px #121212;
			 }
			 
			.text_shadow_gnomad {
				text-shadow: 
				  -1px -1px 1px #efede3, 
				  2px 4px 8px #121212;
			 }			 
			
			.theme_blue {
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
			}
			.theme_blue_rev {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
			}
			
			/* removes the blue outline from elem when active*/
			*:focus {
				outline: 0;
			}
			
			/* .tabulator-row-even {
				background-color: powderblue !important
			}
			.tabulator-row-odd {
				background-color: #d00 !important
			} */
			
			
			.tabulator-page-size{
				display:inline-block;
				margin:0 5px;
				padding:2px 5px;
				border-radius:5px;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				border:none;
				font-weight: bold;
				height: 22px;
				cursor: pointer;
			}
			
			.tabulator-page-size:hover {
				
			}
			
			.tabulator .tabulator-header {
				border-bottom-color: var(--bg-color-1);
			}
			
			label {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				padding:2px 5px;
				border-radius:5px;
				font-weight: bold;
			}
			
			.label_feat {
				color: black;
				font-weight: normal;
			}
			
			.tabulator-pages{
				margin:0 7px;
			}
			
			.tabulator-page{
				display:inline-block;
				margin:0 2px;
				padding:2px 5px;
				border-radius:5px;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				border:none;
				padding: 3px 8px; 
				font-weight: bold;
			}
			
			.tabulator-page.active{
				color: #d00 !important
			}
			
			.tabulator-page:disabled{
				opacity:.5
			}
				
			.tabulator-page:not(.disabled):hover{
				cursor:pointer;
				background: white;
				color: var(--bg-color-1);
				
			}
			
			.checkbox_filtfeat {
					margin-left: 10px;
					margin-right: 0px;
			}
			
			form {
				text-align: center;
			}
			  
			.spincontainer{
				text-align:center;
				font-size: 22px;
				font-weight: bold;
				z-index: 100;
				position: fixed; 
				display: block; 
				width: 100%; 
				height: 100%;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-color: rgba(60, 138, 255, 0.1);
				opacity: 0.85;
			}
			  
			.spincontent {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				padding-left: 40px;
				padding-right: 40px;
				padding-top: 40px;
				padding-bottom: 140px;
				z-index: 99;
				position: absolute;
				top: 50%;
				left: 50%;
				font-size: 50px;
				transform: translate(-50%, -50%);
				-ms-transform: translate(-50%, -50%);
				border-radius: 8px;
				border: solid 8px;
			}
			
			.spincontent_p {
				padding-bottom: 50px;
				margin-bottom: 0px;
			}
			
			.spincontent_spinner {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				position: fixed;
				left: 43%;
			}
			
			body {
				background-color: var(--bg-color-1);
			}
			
			.p_title {
				height: 130px;
				font-size: 120px;
				font-weight: bold;
			}
			
			.gnomad {
				width: 40%;
				height: 40px;
				font-size: 28px;
				font-weight: 900;
				float: left;
				color: var(--bg-color-1);
			}
			
			.gnomad_empty_div {
				width: 75%;
				height: 40px;
				float: left;
			}
			
			a, a:visited{
				color: var(--bg-color-1);
			}
			
			.a_logo {
				width: 80px;
				height: 80px;
				float: left;
				margin-top: 10px;
				margin-left: 10px;
			}
			
			.div_cont_tl {
				height: 300px;
				margin-bottom: 4px;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
			}
			
			.div_cont_title {
				width: 40%;
				height: 150px;
				text-align:center;
				float: left;
				cursor: default;
				margin-top: 60px;
			}
			
			.div_toolbar {
				width: 27%;
				height: 80px;
				float:right;
				margin-top: 20px;
				margin-right: 20px;
			}
			
			.div_cont_input_form {
				width: 42%;
				/*height: 140px;*/
				text-align:center;
				margin-left: 30%;				
			}
			
			.div_empty_space {
				height: 50px;
			}
			
			.button_toolbar {
				padding: 4px 8px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: none;
				font-size: 24px;
				font-weight: bold;
				float: right;
				cursor: pointer;
				margin-left: 7px;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				border: solid var(--bg-color-1) 1px;
				border-radius: 5px;
			}
			
			.button_toolbar:hover {
				border-radius: 5px;
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
			}
			
			.button_result_table {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: none;
				font-size: 18px;
				font-weight: bold;
				float: right;
				margin-right: 4px;
				margin-bottom: 4px;
				border-radius: 5px;
				cursor: pointer;
			}
			
			.button_result_table:hover {

			}
			
			.button_input_form_add_rem {
				width: 30px;
				height: 30px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 22px;
				font-weight: bold;
				border-radius: 5px;
				cursor: pointer;
				border: none;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
			}
			
			.button_input_form_add_rem:hover {
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}

			.button_input_form_add_rem:focus {
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}
			
			.button_input_form_submit {
				width: 180px;
				height: 50px;
				border: none;
				padding: 4px 8px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 28px;
				font-weight: bold;
				border-radius: 5px;
				cursor: pointer;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
			}
			
			.button_input_form_submit:hover {
/*				box-shadow: 1px 1px 4px 1px var(--fg-color-1);*/
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}
			
			.button_input_form_submit:focus {
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}
			
			.select_input_form {
				width: 230px;
				height: 30px;
				font-size: 22px;
				font-weight: bold;
				padding: 0px 2px;
				border: none;
				border-radius: 5px;
				margin-right: 8px;
				float: left;
				cursor: pointer;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
			}
			
			.select_input_form:hover {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}
			
			.select_input_form:focus {
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}
			
			.select_input_form_controls {
				height: 18px;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				font-size: 14px;
				font-weight: bold;
				padding: 2px;
				border: none;
				border-radius: 5px;
				cursor: pointer;
				width: 90px;
			}
			
			.select_input_form_controls:hover {
			}
			
			.select_input_form_controls:focus {

			}
			
			.select_input_form_controls:disabled {
				background-color: var(--disab-bg-color);
				color: var(--bg-color-1);
				cursor: not-allowed;
			}
			
			.input_input_form {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				width: 500px;
				height: 30px;
				font-size: 22px;
				font-weight: bold;
				border: none;
				padding: 0px;
				border-radius: 5px;
				padding-left: 4px;
				float: left;
				margin-right: 8px;
			}
			
			.input_input_form:focus {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}
			
			.input_input_form:-webkit-autofill {
				-webkit-box-shadow: inset 0 0 0px 9999px var(--fg-color-1);
				-webkit-text-fill-color: var(--bg-color-1) !important;
			}
			
			.input_input_form:hover {
				box-shadow: 1px 1px 4px 3px var(--hover-el-color);
			}
			
			.fieldset_table_legend {
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
				font-size: 22px;
				font-weight: bold;
				padding: 4px 8px;
				min-width: inherit;
			}
			
			.fieldset_table {
				border: 2px solid white;
				border-radius: 5px;
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
				min-width: inherit;
			}
			
			.fieldset_table_legend_struc_info {
				color: white;
				font-size: 18px;
				font-weight: bold;
				padding: 0px 8px;
			}
			
			.fieldset_table_legend_controls {
				color: white;
				font-size: 18px;
				font-weight: bold;
				padding: 0px 0px;
				width:102px;
			}
			
			.label_saveas {
				float: left;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				padding:2px 6px;
				margin-right: 4px;
				border-radius:5px;
				font-size: 14px;
				font-weight: bold;
				cursor: pointer;
			}
			
			.label_saveas_disabled_checkbox {
				cursor: not-allowed;				
				float: left;
				background-color: var(--disab-bg-color);
				color: var(--bg-color-1);
				padding:2px 6px;
				margin-right: 4px;
				border-radius:5px;
				font-size: 14px;
				font-weight: bold;
			}			
			
			.input_checkbox {
				margin-right: 0px 5px;
			}
			
			.input_checkbox_controls {
				margin-right: 5px;
			}
			
			.input_checkbox_controls:disabled {
				background-color: var(--disab-bg-color);
			}
			
			.input_checkbox_controls:disabled+label {
				background-color: var(--disab-bg-color);
				color: var(--disab-fg-color);
			}
			
			.button_saveas_feat {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				padding: 4px 8px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: none;
				font-size: 15px;
				font-weight: bold;
				float: right;
				width: 140px;
				margin-right: 20px;
				border-radius:5px;
				border:solid var(--bg-color-1) 1px;
				cursor: pointer;
			}
			
			.button_saveas_feat_disabled {
				background-color: var(--disab-bg-color);
				color: var(--bg-color-1);
				padding: 4px 8px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: none;
				font-size: 15px;
				font-weight: bold;
				float: right;
				width: 140px;
				margin-right: 20px;
				border-radius:5px;
				border:solid var(--bg-color-1) 1px;
				cursor: not-allowed;
			}			
			
			.button_saveas_feat:hover {
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
			}
			
			.button_saveas_struc {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);			
				padding: 4px 8px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: none;
				font-size: 14px;
				font-weight: bold;
				float: right;
				border-radius:5px;
				margin-top: 4px;
				cursor: pointer;
			}
			
			.button_saveas_struc:hover {
				background-color: var(--disab-bg-color);
			}
			
			.button_chorus_showhide {
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);			
				padding: 4px 8px;
				text-decoration: none;
				display: inline-block;
				border: none;
				font-size: 14px;
				font-weight: bold;
				float: left;
				border-radius:5px;
				cursor: pointer;
			}			
			
			.button_chorus_showhide:hover {
				color: var(--disab-fg-color);
			}
			
			.button_chorus_showhide_disabled {
				background-color: var(--disab-bg-color);
				color: var(--disab-fg-color);
				padding: 4px 8px;
				text-decoration: none;
				display: inline-block;
				border: none;
				font-size: 14px;
				font-weight: bold;
				float: left;
				border-radius:5px;
				cursor: not-allowed;
			}

			.button_colors {
				padding: 2px 9px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border: none;
				border-radius:5px;
				font-size: 14px;
				font-weight: bold;
				margin-right: 4px;
				cursor: pointer;
			}			

			.colorInput {
				-webkit-appearance: none;
				padding-left: 0px;
				padding-right: 0px;
				padding-top: 0px;
				padding-bottom: 0px;
				width:80px;
				height:20px;
				border: outset 2px;
			}

			.span_saveas {
				color: white;
				font-size: 18px;
				font-weight: bold;
			}
			
			.input_saveas {
				height: 24px;
				text-align: center;
				border: none;
				padding: none;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				border-radius:5px;
				margin-bottom: 4px;
				font-size: 14px;
				font-weight: bold;
				width: 100%;
				margin-bottom:4px
			}

			.input_saveas:focus {
				
			}
			
			.input_struc_info {
				height: 24px;
				text-align: center;
				border: none;
				padding: none;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				border-radius:5px;
				margin-bottom: 4px;
				font-size: 16px;
				font-weight: bold;
				width: 100%;
			}			
			
			.input_saveas_scale {
				height: 24px;
				text-align: left;
				padding: 0px 2px;
				border: none;
				background-color: var(--fg-color-1);
				color: var(--bg-color-1);
				border-radius:5px;
				font-size: 14px;
				font-weight: bold;
			}
			
			.ctrlFieldSets{
				margin:0px;
				width:90px;
				padding:1px;
				float:left;
				border: none;
			}
			
			.ctrlLabels{
				margin-top:0px;
				border: none;
				padding: 0px;
			}
			
			.result_table_total_hits {
				color: var(--bg-color-1);
				background-color: var(--fg-color-1);
				margin-left: 4px;
				border:none;
				border-radius: 5px;
				padding: 3px 8px;
				font-weight: bold;
			}
			
			summary {
				outline: none;
				color: var(--bg-color-1);
			}
			
			.summary_span {
				color: var(--bg-color-1);
			}			
			
			summary:focus {
				outline: none;
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
			}
			
			/* Style the tab content */
			.tabcontent {
			  display: block;
			  padding: none;
			  border: none;
			  background-color: var(--bg-color-1);
			  float: left;
			  width: 100%;
			}
			
			/* Style the tab */
			.tab {
			  overflow: auto;
			  border: none;
			  background-color: white;
			  height: 50px;
			}
			
			.tab_button {
				background-color: #B2B2B2;
				color: white;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				border-top-right-radius: 10px;
				font-size: 15px;
				font-weight: bold;
				float: left;
				cursor: pointer;
				margin: 0px;
				width: 240px;
				height: 50px;
				padding: 0px 6px;
				border: none;
			}
			
			.tab_button_search {
				background-color: grey;
				color: white;
				padding: 4px 8px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 24px;
				font-weight: bold;
				float: left;
				cursor: pointer;
				margin: 0px;
				width: 120px;
				height: 50px;
				border:none;
			}
			
			.opsTableCol{
				float: left;
				width: 11%;
			}
			
			.div_search_butt {
				padding: 0px;
				border: none;
				position: relative;
			}
			
			.span_search_butt {
				width: 100%;
				position: absolute;
				bottom: 0px;
//				left: 25px;
				font-size: 24px;
			}
			
			.tab_button.active {
				width: 240px;
				height: 50px;
				background-color: var(--bg-color-1);
				color: var(--fg-color-1);
				text-align: center;
				text-decoration: none;
				display: inline-block;
				padding: 0px 6px;
				border: none;
				border-top-right-radius: 10px;
				font-size: 15px;
				font-weight: bold;
				float: left;
				cursor: pointer;
				margin: 0px;
			}
			
			.tab_span_close {
				height: 15px;
				width: 15px;
				float: right;
				font-size: 15px;
				color: var(--fg-color-1);
				padding-right: 2px;
				padding-bottom: 2px;
			}
			
			.tab_span_close:hover {
				height: 15px;
				width: 15px;
				float: right;
				font-size: 15px;
				color: var(--fg-color-3);
				padding-right: 2px;
				padding-bottom: 2px;
			}			
			
			.tab_span_num {
				width: 90px;
				height: 15px;
				float: left;
				font-size: 13px;
				text-align: left;
			}
			
			.div_parent {
				width: 100%;
				height: 1600px;
				margin-right: 10px;
				padding-top: 8px;
			}
			
			.iframe {
				width: 100%;
				height: 1600px;
				border: none;
				padding-top: 4px;
			}
			
			.parent_div {
				width: 100%;
				height: 700px;
				margin-right: 10px;
				margin-top: 0px;
			}
			
			.chorus_parent_div {
				width: 100%;
				height: 690px;
				margin-right: 10px;
			}
			
			.chorus {
				width: 100%;
				height: 680px;
				border-right:20px;
			}
			
			.ssinfo {
				display: block;
				width: 100%;
			}
			
			.ssinfo2 {
				text-align: left;
				font-weight: bold;
				font-size: 18px;
			}
			
			.flex-container {
				display: flex;
				flex-wrap: wrap;

			}
			
			.flex-container > fieldset {
				margin:2px;
				
			}
			
			.flex-container > input {
				margin:5px;
				float: left;
			}

			.child_div_1 {
				display: inline-block;
				width: 75%;
				height: 700px;
				float:left;
				margin-right: 0px;
			}
			
			.child_div_2 {
				display: inline-block;
				width: 23%;
				height: 700px;
				margin-left: 10px;
			}
			
			.user_controls {
				width: 100%;
				height: 50px;
				float:left;
				margin-right: 20px;
				padding-top: 5px;
			}
			
			.mtop {
				margin-top: 20px;
			}
			
			.featCl {
				fill: 'white';
				font-size: 20px;
			}
			
			.p_loggedout_1 {
				font-size: 32px;
				color: white;
			}
			
			.p_loggedout_2 {
				font-size: 28px;
				color: white;
			}
			
			.div_loggedout {
				text-align: center;
				width:800px;
				margin-left:32%
			}