.pea_cook_wrapper { position: fixed; padding: 8px 21px; margin: 0px; border-radius: 5px; z-index: 10000; text-align: center; }
.pea_cook_control { width: 80%; padding: 8px 21px; margin: 20px auto; border-radius: 5px; z-index: 10000; text-align: center; color: white; }
.pea_cook_wrapper.pea_cook_topleft { top: 30px; left: 30px; margin-right: 5%; }
.pea_cook_wrapper.pea_cook_topright { top: 30px; right: 30px; margin-left: 5%; }
.pea_cook_wrapper.pea_cook_topcenter { top: 30px; left: 30px; margin: 0px 25%; }
.pea_cook_wrapper.pea_cook_bottomleft { bottom: 30px; left: 30px; margin-right: 5%; }
.pea_cook_wrapper.pea_cook_bottomright { bottom: 30px; right: 30px; margin-left: 5%; }
.pea_cook_wrapper.pea_cook_bottomcenter { bottom: 30px; left: 30px; margin: 0px 25%; }
.pea_cook_wrapper p { bottom: 30px; font-family: "helvetica neue", helvetica, arial, sans-serif; font-size: 11px; margin: 0px; font-weight: bold; }
.pea_cook_wrapper a { border-bottom: thin dotted rgb(238, 238, 238); text-decoration: none; }
.pea_cook_wrapper a:hover { text-decoration: none; border-bottom-style: solid; }
a#fom, a#pea_close { border-bottom: 1px dotted; }
a#pea_close { padding-top: 20px; display: block; }
button.pea_cook_btn { background: rgb(227, 227, 227) none repeat scroll 0% 0%; border: 1px solid rgb(187, 187, 187); border-radius: 5px; box-shadow: rgb(246, 246, 246) 0px 0px 1px 1px inset; color: rgb(51, 51, 51); font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif; padding: 5px 0px; text-align: center; text-shadow: rgb(255, 255, 255) 0px 1px 0px; width: 100px; margin-left: 20px; }
button.pea_cook_btn:hover { background: rgb(217, 217, 217) none repeat scroll 0% 0%; box-shadow: rgb(234, 234, 234) 0px 0px 1px 1px inset; color: rgb(34, 34, 34); cursor: pointer; }
button.pea_cook_btn:active { background: rgb(208, 208, 208) none repeat scroll 0% 0%; box-shadow: rgb(227, 227, 227) 0px 0px 1px 1px inset; color: rgb(0, 0, 0); }
.pea_cook_more_info_popover { display: none; position: absolute; top: 0px; z-index: 1000000; height: 80%; width: 100%; left: 0px; }
.pea_cook_more_info_popover_inner { margin: 40px auto; min-width: 50%; min-height: 200px; padding: 50px; max-width: 60%; background-color: rgba(0, 0, 0, 0.75); }
.pea_cook_more_info_popover_inner a { border-bottom: thin dotted rgb(238, 238, 238); text-decoration: none; }
.pea_cook_more_info_popover_inner a:hover { text-decoration: none; border-bottom-style: solid; color: rgb(221, 221, 221); }
.pea_cook_more_info_popover h2 { font-size: 22px; font-weight: bold; }
.pea_cook_more_info_popover h3 { font-size: 22px; font-weight: bold; }
.eucookie { float: left; border-radius: 5px; transition: background 0.5s ease 0s; }
.eucookie:hover { cursor: pointer; background-position: -20px -10px !important; transition: background 0.5s ease 0s; }
.eucookie span { width: 100%; padding: 10px; text-align: center; float: left; }
