H1 { 
    color: #000000; 
    font-family: Helvetica, Arial, sans-serif; 
    margin-bottom: 0.2em;
}

H2 {
    font: bold Helvetica, Arial, sans-serif;
    color: #000000;
    margin-bottom: 0.1em;
}

H3 { 
    color: #000000; 
    font-family: sans-serif; 
    margin-bottom: 0.1em;    
}


P { 
    color: #000000; 
    line-height: 120%;
    font-family: sans-serif; 
    font-size:16px  
}



/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
*/



ol, ul {
/*	list-style: none;
*/
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/*Fixierter Kopf*/
.fixed_header{
    width: 400px;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 100px;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header thead {
  background: black;
  
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}


/************************************/
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    display: no;
}

td, th {
    border: 1px solid #bbbbbb;
    text-align: left;
    padding: 6px;
    word-wrap:break-word;    
}

/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*/


tr:nth-child(odd) {
    background-color: #eeeeee;
}

tr:nth-child(even) {
    background-color: #ffffff;
}

tr:hover {
    background-color: #f5faff;
}

th {
    background-color: #cccccc;
}

/*Rote Tabelle*/
td.redtable, th.redtable {
    border: 1px solid #ff6666;
    text-align: left;
    padding: 8px;
    word-wrap:break-word;    
}

th.redtable {
    background-color: #e89292;
}


/*Grüne Tabelle*/
td.greentable, th.greentable {
    border: 1px solid #007c08;
    text-align: left;
    padding: 8px;
    word-wrap:break-word;    
}


th.greentable {
    background-color: #4bbc53;
}


/*Transparente Tabelle*/
td.transparent, th.transparent {
    border: 0px solid rgba(255, 255, 255, 1);
    text-align: left;
    padding: 8px;
    word-wrap:break-word;    
    background-color: rgba(255, 255, 255, 1);
}






body {
    background: #FFFFFF;
    font: normal 14px/30px Helvetica, Arial, sans-serif;
    color: #2b2b2b;
}
a:hover {
    color:#DD0033;
}

#container {
    background: #CCC;
    margin: 100px auto;
    width: 945px;
}
#form                   {padding: 20px 150px;}
#form input     {margin-bottom: 10px;}




.Feld  { font-size:14px; font-family:Helvetica, Arial, sans-serif; font-weight: normal; }

div.glossar {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 150px;
    margin-left: 0px;
    padding: 5px;
    background-color: whitesmoke;
    border: 2px solid DODGERBLUE;
}

div.inputbox {
    display:inline-block;
    line-height: 150%;
    min-width: 100px;
    max-width:800px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: #eeeeee;
    border: 1px solid darkgrey;
}


div.textbox {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 150px;
    margin-left: 0px;
    padding: 5px;
    background-color: whitesmoke;
    border: 2px solid darkgrey;
}




div.math {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:960px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 150px;
    margin-left: 0px;
    padding: 5px;
    background-color: whitesmoke;
    border: 2px solid DODGERBLUE;
}

div.warning {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: #fcd767;
    border: 2px solid ORANGE;
}

div.gruenbox {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: CHARTREUSE;
    border: 2px solid LIMEGREEN;
}

div.greenbox {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: CHARTREUSE;
    border: 2px solid LIMEGREEN;
}

div.rotbox {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: #f27d7d;
    border: 2px solid ORANGERED;
    
    
}

div.critical {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: #f27d7d;
    border: 2px solid ORANGERED;
    
    
}

div.orangebox {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: Orange;
    border: 2px solid ORANGERED;
}

div.greybox {
    display:inline-block;
    line-height: 150%;
    min-width: 50px;
    max-width:800px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding: 5px;
    background-color: #dbdbdb;
    border: 2px solid #898989;
}





/*https://www.bestcssbuttongenerator.com/#/32*/



.BlueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	box-shadow:inset 0px 1px 0px 0px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.BlueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background:-moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:-ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background:linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2',GradientType=0);
	background-color:#476e9e;
}
.BlueButton:active {
	position:relative;
	top:1px;
}



.RedButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.RedButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.RedButton:active {
	position:relative;
	top:1px;
}






.GreenButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #74b807;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
}
.GreenButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
	background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
	background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
	background-color:#77a809;
}
.GreenButton:active {
	position:relative;
	top:1px;
}




.GreyButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.GreyButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.GreyButton:active {
	position:relative;
	top:1px;
}



.YellowButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.YellowButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.YellowButton:active {
	position:relative;
	top:1px;
}



.YellowDarkButton {
-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6374e), color-stop(1, #ffaf24));
	background:-moz-linear-gradient(top, #e6374e 5%, #ffaf24 100%);
	background:-webkit-linear-gradient(top, #e6374e 5%, #ffaf24 100%);
	background:-o-linear-gradient(top, #e6374e 5%, #ffaf24 100%);
	background:-ms-linear-gradient(top, #e6374e 5%, #ffaf24 100%);
	background:linear-gradient(to bottom, #e6374e 5%, #ffaf24 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6374e', endColorstr='#ffaf24',GradientType=0);
	background-color:#e6374e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ff9524;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
}
.YellowDarkButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffaf24), color-stop(1, #ff6678));
	background:-moz-linear-gradient(top, #ffaf24 5%, #ff6678 100%);
	background:-webkit-linear-gradient(top, #ffaf24 5%, #ff6678 100%);
	background:-o-linear-gradient(top, #ffaf24 5%, #ff6678 100%);
	background:-ms-linear-gradient(top, #ffaf24 5%, #ff6678 100%);
	background:linear-gradient(to bottom, #ffaf24 5%, #ff6678 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf24', endColorstr='#ff6678',GradientType=0);
	background-color:#ffaf24;}
.YellowDarkButton:active {
	position:relative;
	top:1px;
}


.DarkBlueButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0600bf), color-stop(1, #041724));
	background:-moz-linear-gradient(top, #0600bf 5%, #041724 100%);
	background:-webkit-linear-gradient(top, #0600bf 5%, #041724 100%);
	background:-o-linear-gradient(top, #0600bf 5%, #041724 100%);
	background:-ms-linear-gradient(top, #0600bf 5%, #041724 100%);
	background:linear-gradient(to bottom, #0600bf 5%, #041724 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0600bf', endColorstr='#041724',GradientType=0);
	background-color:#0600bf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.DarkBlueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #041724), color-stop(1, #0600bf));
	background:-moz-linear-gradient(top, #041724 5%, #0600bf 100%);
	background:-webkit-linear-gradient(top, #041724 5%, #0600bf 100%);
	background:-o-linear-gradient(top, #041724 5%, #0600bf 100%);
	background:-ms-linear-gradient(top, #041724 5%, #0600bf 100%);
	background:linear-gradient(to bottom, #041724 5%, #0600bf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#041724', endColorstr='#0600bf',GradientType=0);
	background-color:#041724;
}
.DarkBlueButton:active {
	position:relative;
	top:1px;
}




.ViolettButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fffafd), color-stop(1, #ff00cc));
	background:-moz-linear-gradient(top, #fffafd 5%, #ff00cc 100%);
	background:-webkit-linear-gradient(top, #fffafd 5%, #ff00cc 100%);
	background:-o-linear-gradient(top, #fffafd 5%, #ff00cc 100%);
	background:-ms-linear-gradient(top, #fffafd 5%, #ff00cc 100%);
	background:linear-gradient(to bottom, #fffafd 5%, #ff00cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafd', endColorstr='#ff00cc',GradientType=0);
	background-color:#fffafd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ea05ff;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ded17c;
}
.ViolettButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff00cc), color-stop(1, #fffafd));
	background:-moz-linear-gradient(top, #ff00cc 5%, #fffafd 100%);
	background:-webkit-linear-gradient(top, #ff00cc 5%, #fffafd 100%);
	background:-o-linear-gradient(top, #ff00cc 5%, #fffafd 100%);
	background:-ms-linear-gradient(top, #ff00cc 5%, #fffafd 100%);
	background:linear-gradient(to bottom, #ff00cc 5%, #fffafd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00cc', endColorstr='#fffafd',GradientType=0);
	background-color:#ff00cc;
}
.ViolettButton:active {
	position:relative;
	top:1px;
}



.dropdownred {
    color: red;
}

.dropdownblue {
    color: blue;
}

.dropdowngreen {
    color: green;
}

/*Knopf wie normaler Link aussehen lassen.*/
.thbutton { 
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
    font-size:16px;
    font-weight:bold;  
    word-wrap:break-word;  
    text-align: left;
}
thbutton:hover {
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #FF0000;
    text-decoration: underline;
    cursor: pointer;
}




div.eu-cookie-message{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px;
    
    text-align: center;
    color: #fff;
    background-color: #333;
    
    
    
}




/*
#eu-cookie-message form{
border:0;
margin:0;
padding:0;
}
#eu-cookie-message form input{
display: block;
margin: 15px auto 0 auto;
padding: 5px 10px;
background-color: #F6D000;
border: 2px solid #787252;
border-radius: 5px;
cursor: pointer;
}

*/