/******************************************************************************
*   normalize.css - Based on github.com/necolas/normalize.css | MIT License   *
******************************************************************************/

/* Sets the percived size of the element in the DOM to include its border. */
*, *::before, *::after {
    box-sizing: border-box; 
}

/* 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Remove the margin in all browsers. */
body {
    margin: 0;
}
  
/* Render the `main` element consistently in IE. */
main {
    display: block;
}
  
/* Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
  
/* 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
  
/* 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Remove the gray background on active links in IE 10. */
a {
    background-color: transparent;
}

/* 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
  
/* Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
    font-weight: bolder;
}
  
/* 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
  
/* Add the correct font size in all browsers. */
small {
    font-size: 80%;
}
  
/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}  
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
  
/* Remove the border on images inside links in IE 10. */
img {
    border-style: none;
}

/* 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
  
/* Show the overflow in IE.
 * 1. Show the overflow in Edge. */
button,
input { /* 1 */
    overflow: visible;
}

/* Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */
button,
select { /* 1 */
    text-transform: none;
}
  
/* Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
  
/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
  
/* Correct the padding in Firefox. */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
  
/* 1. Correct the color inheritance from `fieldset` elements in IE.
 * 2. Correct the text wrapping in Edge and IE.
 * 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend {
    color: inherit; /* 1 */
    display: table; /* 2 */
    max-width: 100%; /* 2 */
    padding: 0; /* 3 */
    white-space: normal; /* 2 */
}
  
/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
    vertical-align: baseline;
}
  
/* Remove the default vertical scrollbar in IE 10+. */
textarea {
    overflow: auto;
}
  
/* Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
    padding: 0; /* 2 */
}
  
/* Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
  
/* 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
  
/* Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
  
/* 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
  
/* Add the correct display in Edge, IE 10+, and Firefox. */
details {
    display: block;
}
  
/* Add the correct display in all browsers. */
summary {
    display: list-item;
}
  
/* Add the correct display in IE 10+. */
template {
    display: none;
}
  
/* Add the correct display in IE 10. */
[hidden] {
    display: none;
}/* ------ START: core/lib/css/basic.css Main, generic stuff, redefining standard elements ---------------------------- */

html,body{ scroll-behavior: smooth}

body {
	background-color:white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	margin-right:5px;
	}

table {
	width:100%;
	border-collapse:collapse;
	}

.fcol {
	}
.fcolb {
	font-weight: bold;
	}
.lcol {
	padding-right: 5px;
	}
.lcolb {
	padding-right: 5px;
	font-weight: bold;
	}
.rcol, th.rcol, td.rcol  {
	text-align:right;
}
.rcolb {
	text-align: right;
	font-weight: bold;
	}
.mcol {
	text-align: center;
	}
.mcolb {
	text-align: center;
	font-weight: bold;
	}
.icol {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
	width: 15px;
	padding: 0;
	}
.nowrap {
	white-space: nowrap;
	}

.wrap {
	white-space: normal;
	}

.italic {
	font-style:italic;
}

tr.smallspaceline {
	height:8px;
	}
tr.smallspaceline td {
	height:1px;
	font-size:1px;
	}
.petit!important {
	font-size:0.75em;
}

p {
	margin: 13px 0 0 3px;
	padding: 0;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	xtext-align: center;
	}
h1 {
	xfont-size: 20px;
	line-height: 24px;
	font-weight: bold;
	}
h2 {
	font-size:18px;
	line-height: 18px;
	font-weight: bold;
	}
h3 {
	font-size: 16px;
	line-height: 18px;
	}
h4 {
	font-size: 14px;
	line-height: 15px;
	}
h5 {
	font-size: 12px;
	line-height: 15px;
	}

th, td {
	font-size:12px;
	padding-left: 5px;
	text-align: left;
	vertical-align: top;
	}

img { border:0;
	}

.clickable {
	cursor:pointer;
	}
/* ----- input & forms --------------------------------------------------------------------- */
.w24 {
	width: 24%;
}
.w30 {
	width: 30%;
}
.w33 {
	width: 33%;
}
.w48 {
	width: 48%;
}
.w44 {
	width: 44%;
}
.w80 {
	width: 80%;
}
.w68 {
	width: 68%;
}
.w90 {
	width: 90%;
}
.w92 {
	width: 92%;
}
.w96 {
	width: 96%;
}
.w98 {
	width: 98%;
}
.w100 {
	width:100%;
}

/* ----- input & forms --------------------------------------------------------------------- */

form {
	clear: none;
	margin: 0;
	padding: 0;
	}
input[type=checkbox] {
	width: 12px;
	height: 12px;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 2px 0 2px 0;
	}
input[type=radio] {
	padding: 0;
	margin: 0;
	height: 12px;
	width: 12px;
	}

textarea {
	font-size: 11px;
}

input[type=text], input[type=search] , input[type=email], input[type=password] {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
	border: 1px solid #C9D0DD;
	xfont-size: 10px;
	letter-spacing: 0;
	color: #000;
	xheight: 13px;
	}

input[type="text"]:disabled {
	background:#dddddd;
}
input[type="text"].readonly, input:read-only  {
	background:#dddddd;
}
input[type=text].num{
	text-align: right;
}

select {
	xfont-size: 9px;
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background-color: #fff;
	border: 1px solid #C9D0DD;
	}
option {
	}
label {
	text-align: left;
	}

fieldset.radio {
	border:0;
	font-size:11px;
}
fieldset.radio input[type="radio"] {
	margin-top:4px;
	height:10px;
}

/* -------------------------------------------------------------------------------------- */

#shade, #modal {
	display: none;
}
#shade {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: silver;
	opacity: 0.82;
	filter: alpha(opacity=70);
	}

#modal {
	position: absolute;
	z-index: 101;
	top:10%;
	left:10%;
	height: 80%;
	width: 80%;
	opacity:1;
	background: #fff;
	margin: auto;
	overflow:auto;
	border: 1px solid green;
	-moz-box-shadow:10px 10px 5px #888888;
	-webkit-box-shadow:10px 10px 5px #888888;
	box-shadow: 10px 10px 5px #888888;
	}

#modal_inner {
	margin: 10px;
}
.header {
	background-color: #FFFFE2;
	border-bottom: 2px solid #B3A07C;
	height: 30px;
	margin:0 0 8px 0;
	}
.header38 {
	height: 38px;
}
div.header #logo, div.header .logo  {
	padding:5px;
	height: 24px;
	float: left;
	}
div.header .logo_right {
	padding:5px;
	height: 24px;
	float: right;
	}

.hidden {
	display:none;
}
.widefield {
	width: 85%;
	}
.widecell {
	width: 210px;
	}
.tinycell {
	width: 18px;
	}
.longtext {
	width: 310px;
	}

.redbox {
	border:1px solid red!important;
}

.thinborder {
	border: 1px solid #C9D0DD;
}
table.small tr th,
table.small tr td,
.small {
	font-size:0.8em!important;
}
table.smaller tr th,
table.smaller tr td,
.smaller {
	font-size:0.7em!important;
}
.bigger {
	font-size:1.1em;
}
.red, .redtext {
	color:red;
}
.strike {
	text-decoration:line-through;
}
.bold {
	font-weight:bold;
}
.left {
	text-align:left;
}
.floatleft {
	float:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.floatright {
	float:right;
}
.current {
	color:blue;
}
table tr.weekend, .weekend {
	background-color: lightgrey!important;
}
.dimling,
.dim { 
	color: lightgrey!important; 
}

.missing {
	color:red;
	background:yellow;
}
.reddish {
	background-color: red;
}
.bluish {
	background-color: lightblue;
}
.grey {
	color: grey;
}
.blue {
	color: blue;
}
.green {
	color: green;
}
.brown { 
	color: brown; 
}
.yellow
	color: yellow;
}
.greenish {
	background-color: lightgreen;
}
.pinkish {
	background-color: pink;
}

tr.roomy th, tr.roomy td {
	padding-left:6px;
	padding-right:6px;
}
th.roomy , td.roomy {
	padding-left:6px;
	padding-right:6px;
}

.roomy {
	padding-left:6px;
	padding-right:6px;
}

.rm15 {
	padding-left:15px;
	padding-right:15px;
}

table tr.pyjamas:nth-child(odd)  { background: #FFF }
table tr.pyjamas:nth-child(even) { background: #EED }

//table.subtbody tr.pyjamas:nth-child(odd)  { background: #FFF }
table.subtbody tr.pyjamas:nth-child(even) { background: #f0fafc }

table tr.hooverdam:hover {
	background-color:#CBE0C5!important;
}

.clear { clear: both; }


select.price, input.price {
	width:75px;
}
.smallprice {
	width:35px;
}
.smallqty {
	width:33px;
}
/* ---------------------------------------------------------------------------------- */
.red, tr.red td, tr.red td a {
	color: red!important;
	xcolor: #ff0000;
}
.red.disabled, tr.red.disabled td, tr.red.disabled td a, tr.red.disabled td input:disabled {
	color: rgba(255, 0, 0, 0.5);
}
.strikeout {
	text-decoration: line-through;
}

tr.searchline td {
	background-color:#9dd2ad;
}

/* ------  END: core/lib/css/basic.css Main, generic stuff, redefining standard elements ---------------------------- */
/*   Start of the FlytCatering\css\compact.css */

/* --------------- variables --------------- 	*/

:root {
	--flytgreen:		#05371a;
	--flytbackground:	#f7f7ef;
	--flytgreen_border:	#05371a;
	--whiteish:			#ffffff;
}

/* --------------- elements --------------- 	*/

body {
	background:var(--flytbackground);
	color:var(--flytgreen);
	font-family: cassette-regular, Arial;
	xfont-size:18px;
	xfont-weight:600;
}
a {
	color:var(--flytgreen);
}

button {
	border-radius:15px;
}

table tr th,
table tr td {
	font-size:initital;
}
table.transfertable tbody tr td {
	color:red;
}

input[type=text], input[type=search] , input[type=email], input[type=password] {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0;
	border: 1px solid #C9D0DD;
	font-size: 14px;
	letter-spacing: 0;
	height: 22px;
	}

/* --------------- classes --------------- 	*/
.selected {
	color:var(--flytbackground);
	background:var(--flytgreen);
}

.big {
	font-size:1.2em;
}

button.greenback:disabled,
button.greenback:disabled a {
	/* color:grey!important; */
	color:lightgrey;
	background:#ebebeb;
	font-weight:200;}
}


button.big {
	height:2em;
}
button.verybig {
	border-radius:30px;
	height:2.4em;
	font-size:1.5em;
	padding-left: 10px;
	padding-right: 10px;
}
.green {
	color:var(--flytgreen);
}
.greenback {
	background:var(--flytgreen);
	color:var(--whiteish)!important;
}


/* --------------- common divs --------------- 	*/
div#header,
div#footer  {
	position:relative;
	background:var(--flytgreen);
	color:var(--whiteish);
	border-bottom: 2px solid var(--flytgreen_border);
	width:100%;
	height:86px;
	float:left;
}
#logotype {
	float:left;
	height:70px;
	margin:5px 0 0 15px;
	}

.header h1 {
	float:left;
	margin-top:5px;
	margin-left:10px;
	}

div#sidebar {
	width:280px;
	float:left;
	clear:left;
	height:100%;
	overflow:	auto;
	background: var(--flytbackground);
	position:relative;
}

div#content_wrapper {
	border: 1px dotted var(--flytbackground);;
	overflow:	auto;
	xwidth:100%;
	height:100%;
}
div#content {
	background:var(--whiteish);
	width:100%;
	height:100%;
}


/*   End of FlytCatering\css\compact.css */

a#themaillink {
	position:fixed;
	top:44px;
	right:10px;
	font-size:1.1em;
	text-decoration:none;
	color:white;
	
}
div#header {
	margin-bottom: 20px;
	height: 60px;
}
div#header.flytGreenBG {
	background:#05371a;
	border-bottom: 2px solid #05371a;
}
div#header.flytWhiteBG {
	background:#FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
div#header.flytWhiteBG img {
    content:url('https://static.flytcatering.no/logos/flyt-logo-gronn-enkeltlinje.png');
}
div#header.flytGreenBG img {
    content:url('https://static.flytcatering.no/logos/logo_2linjer_hvit.png');
}
div#header img {
	height:35px;
	margin:14px 0 0 12px;
}
div#header.flytWhiteBG span, 
div#header.flytGreenBG span {
    float: right;
	margin: 10px 12px 0 0;
}
div#header.flytWhiteBG span a {
	color: #05371a;
}
div#header.flytGreenBG span a {
	color: #FFFFFF;
}
div#header div.support {
	position:absolute;
	top:10px;
	right:10px;
	width:200px;
	height:100px;
	xborder: 1px solid white;
	color:white;
	xmargin:10px;
	z-index:110;
	font-size:16px;
	line-height:20px;
	text-align:right;
}
div#header div.support a {
	text-decoration:none;
	color:white;
}

div#sidebar {
	width:320px;
}
div#menu, div#basket {
	background:var(--whiteish);
	width:85%;
	float:right;
	margin:20px 20px 0 0;
	border-radius: 15px;
	padding:20px;
	clear: both;
	line-height:28px;
}
div#basket {
	padding:20px 10px;
}

div#content {
	border-radius: 15px;
	margin:20px auto;
	--margin:20px;
	width:90%;
	padding:40px;
	background:var(--whiteish);
	height:9999px;
	xheight:90%;
}
div#content h1 {
	font-size:2em;
}
div#content p {
	line-height: 20px!important;
	font-size:16px;
}

td {
	vertical-align: middle;
}
tr.menulinks td a {
	text-decoration:none;
}
tr.menulinks td {
	font-weight: bold;
	font-size:16px;
	height:32px;
}

.mandatory.missing {
	border:2px dotted red;
	background:#ece3f0;
}

table.itemlist   {
	max-width:1300px;
	margin:auto;
}

table.sidebar tr td.submenu.selected {
	color:white;
}
table.sidebar tr td.submenu {
	padding-left:16px;
	color: var(--flytgreen);
	height:20px;
	font-weight:500;
}
table.itemlist tr td table.submenu  tr td, table.itemlist tr td.justthis  {
	font-size:14px;
	font-weight:500;
	border:0;
	vertical-align: middle;
}

table.itemlist  tr th, 
table.itemlist  tr td {
	vertical-align: middle;
	font-weight: bold;
	font-size:18px;
	height:46px;
	border-bottom:2px solid var(--flytgreen);
}
table.punchout tr th, table.punchout tr td {
	margin: 0 15px 0 5px;
	font-size:14px;
	color:var(--flytgreen);	
}
table.punchout table.punchoutheader tr.big th, 
table.punchout table.punchoutheader tr.big td {
	font-size:1.1em;	
}

th, td input[type=text] {
	margin: 0; /* 15px 0 5px; */
	height:25px;	
}	

table.punchout table.punchoutheader tr.big td select,
table.punchout table.punchoutheader tr.big td input {
	font-size:14px;	
}

tr.itemselected {
	background:#CBE0C5;
}
div#menu table tr td.selected a {
	color:var(--whiteish);	
}
input[type=text]:read-only {
	background-color: transparent;
	border: 0px solid;
	width:90%;
	color:green;
}

div#frontpage_img {
	width: 100%;
	height: 550px;
	overflow: hidden;
	/*border:1px solid var(--flytgreen);*/
	margin: 15px 0;
}
div#frontpage_img img {
    margin-top: -75px;
 	width: 100%;
	xheight: 300px;
}


select {
	font-size: 14px;
	height:25px;
}


form#loginform {
	width:50em;
	margin:auto;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
}
form#loginform table tr th,
form#loginform table tr td {
	vertical-align:middle;
	padding:10px;
	font-size:1.05em;
}
form#loginform table tr td p {
	font-size:0.95em;
	color:var(--flytgreen);	
}
form#loginform table tr th.head {
	text-align:center;
	vertical-align:middle;
	height:53px;
	padding:4px;
	color:white;
	background:var(--flytgreen);	
	font-size:1.2em;
}

button#checkoutbutton:disabled,
button#deleteallbutton:disabled {
	/*color:#535453!important;*/
	color:lightgrey;
	background:#ebebeb;
	font-weight:200;
}
span.stars4_feedback {
	font-size:33px;
}
body {
	font-family: cassette-semibold, sans-serif;
	/* font-family:cassette-medium,sans-serif; */
}
#feedback_innergrid {
	width: 80%;
	max-width: 768px;;
	margin: 0 auto;
}
#feedback_innergrid h1 {
	margin-bottom: 30px;
}
#feedback_innergrid h4 {
	font-weight: 800;
}
/* #feedback_innergrid input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #A1D3AE;
  accent-color: #A1D3AE;
  cursor: pointer;
  margin: 18px 0;
  width: 15rem;
} */

.slider-wrapper{
  --valuePercent: 50%;
  /* --valuePercent: 44.44444%; // 44.4% if values are 1-10 instead of 0-10   */
  padding: 0;
  width: 100%;
  background-color: transparent;
  margin-top: 10px;
}
.slider-inner{
  display: flex;
  height: 20px;
  width: 100%;  
}

.slider{
    -webkit-appearance: none;
    appearance: none;
    background: none;
    width: 100%;
    margin: 0px;
    cursor: pointer;
}
/* Track */
.slider::-webkit-slider-runnable-track {
  max-width: 100%;
  border-radius: 3px;
  min-height: 3px;
  max-height: 8px;
  background-image: linear-gradient(#A1D3AE, #A1D3AE), linear-gradient(#A1D3AE, #A1D3AE);
  background-size: var(--valuePercent) 8px, 100% 3px;
  background-repeat: no-repeat no-repeat;
  background-position: left;
  cursor: pointer;
}
/* Thumb */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  height: 18px;
  width: 18px;
  bottom: 5px;
  border-radius: 100%;
  border: 2px solid #A1D3AE;
  background-color: #A1D3AE;
  cursor: pointer;
}
input.slider:read-only {
	background: transparent
}
.starcontainer {
	height: 1.5em;
	line-height: 1.5em;
	text-align: justify;
	text-align-last: justify;
	padding: 20px 0px;
}
.starcontainer:after {
	content: none;
	display: inline-block;
	width: 100%;
}
.writemore {
	float: right;
}
span.writemore {
	margin-right:10px;
	font-size:14px;
}
img.writemore {
	width: 16px;
	height: 16px;
}
img.writemore:hover {
	cursor: pointer;
}
.Interninfo, .Avsnitt, .moreInfo {
    margin-bottom: 30px;
}
.Interninfo h4, .Avsnitt h4, .moreInfo h4 {
    margin-bottom: 5px;
}
#feedback_innergrid textarea, 
#feedback_innergrid input[type="text"], 
#feedback_innergrid input[type="email"], 
#feedback_innergrid input[type="phone"], 
#feedback_innergrid input[type="number"] {
    width: 100%;
	margin-top: 10px;
	border: 1px solid rgb(5 55 26 / 1);
	border-radius: 5px;
	padding: 8px;
	outline: none;
	resize: vertical;
	font-family: inherit;
	/* font-size: 1rem; */
}
#feedback_innergrid input[type="text"], 
#feedback_innergrid input[type="email"], 
#feedback_innergrid input[type="phone"], 
#feedback_innergrid input[type="number"] {
    height: 30px;
}
input[type="radio"] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	border: 2px solid rgb(5 55 26 / 1);
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	outline: none;
	margin-right: 8px;
	background-color: transparent;
	vertical-align: middle
}
input[type="radio"]:checked::before {
	content: '';
	position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
	background-color: rgb(5 55 26 / 1);
	border-radius: 50%;
}
.button-container {
	display: flex;
	justify-content: center;
	gap: 1em; /* Avstand mellom knappene */
	margin-top: 2em;
}
button {
	background-color: rgb(5 55 26 / 1);
	color: #fff;
	border: none;
	border-radius: 20px;
    width: 170px;
    height: 40px;
    cursor: pointer;
    font-size: 0.9rem;
	font-family: inherit;
	transition: background-color 0.2s ease;
	text-align: center;
}
button:hover {
	background-color: rgb(7 75 36 / 1);
}
#feedback_innergrid .personalInfo {
	margin-top:2em;
	width: 100%;
}
#feedback_innergrid .personalInfo td h4 {
	font-size: smaller;
}
.center-box {
	text-align: center;
}