
/* cuprum-regular - latin */
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/cuprum-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cuprum Regular'), local('Cuprum-Regular'),
       url('./fonts/cuprum-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/cuprum-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/cuprum-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/cuprum-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/cuprum-v9-latin-regular.svg#Cuprum') format('svg'); /* Legacy iOS */
}

/* cuprum-700 - latin */
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/cuprum-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cuprum Bold'), local('Cuprum-Bold'),
       url('./fonts/cuprum-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/cuprum-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/cuprum-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/cuprum-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/cuprum-v9-latin-700.svg#Cuprum') format('svg'); /* Legacy iOS */
}

/* crushed-regular - latin */
@font-face {
  font-family: 'Crushed';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/crushed-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crushed Regular'), local('Crushed-Regular'),
       url('./fonts/crushed-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/crushed-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/crushed-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/crushed-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/crushed-v8-latin-regular.svg#Crushed') format('svg'); /* Legacy iOS */
}

/* londrina-solid-300 - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/londrina-solid-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Londrina Solid Light'), local('LondrinaSolid-Light'),
       url('./fonts/londrina-solid-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/londrina-solid-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/londrina-solid-v6-latin-300.svg#LondrinaSolid') format('svg'); /* Legacy iOS */
}

/* londrina-solid-regular - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/londrina-solid-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Londrina Solid Regular'), local('LondrinaSolid-Regular'),
       url('./fonts/londrina-solid-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/londrina-solid-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/londrina-solid-v6-latin-regular.svg#LondrinaSolid') format('svg'); /* Legacy iOS */
}

/* londrina-solid-900 - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/londrina-solid-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Londrina Solid Black'), local('LondrinaSolid-Black'),
       url('./fonts/londrina-solid-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/londrina-solid-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/londrina-solid-v6-latin-900.svg#LondrinaSolid') format('svg'); /* Legacy iOS */
}

/* Links */
a { color: #F7CA2F; text-decoration: none; }
a:hover { color: #d2f093; }

/* Buttons */
a.button, a.button.link, a.button:visited {
	display: inline-block;

	background: transparent url(../images/layout/button_bg.png) right center no-repeat;
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	font-family: 'Crushed', cursive;
	font-size: 26px;
	font-weight: bold;
	color: #310c00 !important;
	text-shadow: #f9ca44 1px 1px 0px;
	text-transform: uppercase;

	padding: 7px 45px 4px 20px;
	margin: 5px;
}
a.button:hover {
	background: transparent url(../images/layout/button_bg_hover.png) right center no-repeat;
}

a.button_blue, a.button_blue.link, a.button_blue:visited {
         display: inline-block;
         background: #0a78cc url(../images/layout/button_dot_blue.png) 185px center no-repeat;
         -webkit-box-shadow: inset 0px 4px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 4px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);

         -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
         border: 0px;

         font-family: 'Crushed', cursive;
         font-size: 26px;
         font-weight: bold;
         text-transform: uppercase;
         color: #FFFFFF;
         text-shadow: #05457c 1px 1px 0px;

         padding: 7px 45px 4px 20px;
         margin: 5px;
}
a.button_blue:hover {
	background-color: #1281d6;
}


/* Box */
.box a { color: #714a17; font-weight: bold;  }
.box a:hover { color: #8c5f25; }

/* Standarts */
* { margin: 0; padding: 0; }
html, body { margin: 0; padding: 0; }

.left { float: left; }
.right { float: right; }
.clear { clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }

.a_l { text-align: left; }
.a_c { text-align: center !important; }
.a_r { text-align: right !important; }


ul { margin: 5px 0px 5px 5px; }
li { padding: 7px 0px 5px 35px; list-style: none; }
li:nth-child(odd) { background: #FFFFFF url(../images/layout/dot.png) 5px 5px no-repeat; }
li:nth-child(even) { background: #e8e8e8 url(../images/layout/dot.png) 5px 5px no-repeat; }

b { letter-spacing: 1px; }

/* Überschriften */
h1 {
         font-family: 'Londrina Solid', cursive;
         font-size: 25px;
         font-weight: bold;
         color: #f8cc33;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;
}

h2 {
         font-family: 'Londrina Solid', cursive;
         font-size: 26px;
         font-weight: bold;
         color: #3F7D02;
         text-shadow: #FFFFFF 2px 2px 0px;
         text-align: left;
}
h2 span {
	font-family: Verdana;
	display: inline;
}

h3 {
         font-family: 'Crushed', cursive;
         font-size: 32px;
         font-weight: normal;
         color: #fffdac;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;
         text-transform: uppercase;
}

h4 {
         font-family: 'Londrina Solid', cursive;
         font-size: 25px;
         font-weight: bold;
         color: #FFFFFF;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;
}

/* Seitenaufbau */
body {
  	background: #40270d url(../images/layout/bg_complete_content.jpg) center top no-repeat;
         font-family: Verdana; font-size: 10px;

}

#wrapper {
  	width: 970px;
  	margin: 0px auto;
}

#logo {
  	width: 970px;
  	margin: 30px auto 30px auto;
         text-align: center;
}



/* Login */
#login {
	/*position: fixed;
	top: 0px; */
	background: transparent url(../images/layout/top_login.png) center top no-repeat;
	width: 835px;
	height: 115px;
  	margin: 0px auto;
}

#login form {
	width: 770px;
	height: 62px;
	margin: 0px auto;
	padding: 5px 10px;
	text-align: center;
}

#login form input, #login form select {
	display: inline-block;
  	background: #FFFFFF;
	margin: 0px 3px;
  	padding: 0px 10px;

	height: 32px;
	width: 200px;

  	border: 0px;
	/*font-family: 'Crushed', cursive;*/
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #310c00;
	text-shadow: #FFFFFF 1px 1px 0px;
	/*text-transform: uppercase;*/
	text-transform: none !important;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
}

#login form select {
	width: 120px;
}
#login form input[type="password"] {
	width: 140px;
}

#login form input[type="submit"] {
	height: 40px;
	width: 180px;

	background: transparent url(../images/layout/button_bg.png) right center no-repeat;
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	font-family: 'Crushed', cursive;
	font-size: 26px;
	font-weight: bold;
	color: #310c00;
	text-shadow: #f9ca44 1px 1px 0px;
	text-transform: uppercase !important;

	padding: 0px 35px 0px 10px;
	margin-top: 5px;
}
#login form input[type="submit"]:hover {
         background: transparent url(../images/layout/button_bg_hover.png) right center no-repeat;
}

#login input[type="button"] {
	float: right;
	margin-right: 120px;

	height: 30px;
	background: #0a78cc url(../images/layout/button_dot_blue_small.png) 150px center no-repeat;
	-webkit-box-shadow: inset 0px 3px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 3px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 3px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0px;

	font-family: 'Crushed', cursive;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: #05457c 1px 1px 0px;

	padding: 3px 25px 1px 10px;
}
#login input[type="button"]:hover {
	background-color: #1281d6;
}


#login .flags {
	float:right;
         display: block;
	width: 230px;
	height: 34px;
	margin-right: 90px;
	margin-top: 0px;
         text-align: center;
         border: 0px #000000 solid;
}

#login input[type="button"].flag {
	float: none;
         display: inline-block;
         height: 30px;
	width: 45px;
	background: transparent;
         background-size: cover;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(47, 140, 212, 0.01), 0px 0px 0px 0px rgba(38, 21, 9, 0.01);
	-moz-box-shadow:    inset 0px 0px 0px 0px rgba(47, 140, 212, 0.01), 0px 0px 0px 0px rgba(38, 21, 9, 0.01);
	box-shadow:         inset 0px 0px 0px 0px rgba(47, 140, 212, 0.01), 0px 0px 0px 0px rgba(38, 21, 9, 0.01);

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px 3px;
}
#login input[type="button"].flag:hover {
	background-color: transparent;
}

#login input[type="button"].flag.de { background-image: url(../images/flags/flag_de.png); }
#login input[type="button"].flag.en { background-image: url(../images/flags/flag_en.png); }

#login .links {
	float:left;
         width: 320px;
         text-align: center;
         color: #997045;
         margin-left: 60px;
}
#login .links a {
         font-family: Verdana;
         font-size: 10px;
	color: #997045;
}
#login .links a:hover {
	color: #000000;
}

/* Buttonsbar */
#buttonsbar {
	margin: 20px auto !important;
         text-align: center;
}

/* Inhalte */
#content {
	margin: 10px 0px;
}

/* Footer */
#footer {
	font-family: 'Londrina Solid', cursive;
	font-size: 13px;
	font-weight: normal;
	color: #b49f8a;

	text-align: center;
	text-shadow: #0d0702 1px 1px 0px;

  	width: 750px;
  	line-height: 1.4;
  	padding: 0px;
	margin: 5px auto;
}

#footer a {
  	color: #b49f8a;
	font-weight: normal;
}

#footer a:hover {
  	color: #F7CA2F;
	font-weight: normal;
}


/* Contentbox */
.contentbox {
	display: block;
	min-height: 100px;

	background: #321b07;
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(76, 50, 27, 0.99), 3px 3px 0px 0px rgba(22, 11, 2, 0.99);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(76, 50, 27, 0.99), 3px 3px 0px 0px rgba(22, 11, 2, 0.99);
	box-shadow:         inset 0px 4px 0px 0px rgba(76, 50, 27, 0.99), 3px 3px 0px 0px rgba(22, 11, 2, 0.99);

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 3px #321b07 solid;

	font-family: 'Londrina Solid', cursive;
	font-size: 28px;
	font-weight: bold;
	color: #f8cc33;
	text-shadow: #0d0702 2px 2px 0px;
	text-align: center;

	padding: 8px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.contentbox .content {
	background: #FFFFFF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 4px #321b07 solid;

	font-family: 'Londrina Solid', cursive;
	font-size: 17px;
	font-weight: normal;
	color: #160b02;
	text-shadow: #FFFFFF 1px 1px 0px;
	text-align: left;

	padding: 10px 15px;
}

.contentbox .content a {
  	color: #c27b1f;
	font-weight: normal;
}

.contentbox .content a:hover {
  	color: #F7CA2F;
	font-weight: normal;
}


/* Sonstiges */
#info_login {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -444px;

	background:transparent url(../images/layout/login2.png) no-repeat;
	width: 65px;
	height: 40px;
}

#moregames {
	position: fixed;
	z-index:100;
	bottom: 0px;
	right: 20px;
	background:#386D05;
	color:#FAE4AC;
	padding: 5px 8px 3px 8px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#moregames select {
	font-size:8pt;
	width: 170px;
	padding: 2px;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
	text-transform: none;
	text-align: center;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: inset 4px 4px 10px 0px rgba(220, 220, 220, 0.0), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
	-moz-box-shadow:    inset 4px 4px 10px 0px rgba(220, 220, 220, 0.0), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
	box-shadow:         inset 4px 4px 10px 0px rgba(220, 220, 220, 0.0), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
}
#moregames select option {
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	text-transform: none;
	text-align: center;
}
#moregames select option:first-child { text-align: left; font-weight: normal; }


/* Forms */
label, input[type="button"], input[type="submit"], button {
  	cursor: pointer;
}

input, select, textarea {
  	background: #FFFFFF;
    margin: 0px 3px;
  	padding: 2px 4px;

  	border: 0px;

	font-family: 'Crushed', cursive;
	font-size: 20px;
	font-weight: normal;
	color: #310c00;
	text-shadow: #FFFFFF 1px 1px 0px;
	text-transform: uppercase;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
}

.contentbox .content input, .contentbox .content select, .contentbox .content textarea {
  	background: #4a321a;
    margin: 2px 3px;
  	padding: 2px 4px;

  	border: 2px #271707 solid;

	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: #271707 1px 1px 0px;
	text-transform: none !important;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 4px 4px 10px 0px rgba(20, 10, 2, 0.55), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
	-moz-box-shadow:    inset 4px 4px 10px 0px rgba(20, 10, 2, 0.55), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
	box-shadow:         inset 4px 4px 10px 0px rgba(20, 10, 2, 0.55), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
}

.contentbox .content input[type="submit"] {
	background: transparent url(../images/layout/button_bg.png) right center no-repeat;
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.15);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.15);
	box-shadow:         inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.15);

	border: 0px #271707 solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	font-family: 'Crushed', cursive;
	font-size: 22px;
	font-weight: bold;
	color: #310c00;
	text-shadow: #f9ca44 1px 1px 0px;
	text-transform: uppercase !important;

	padding: 2px 35px 2px 10px;
    margin: 2px 3px;
}
.contentbox .content input[type="submit"]:hover {
	background: transparent url(../images/layout/button_bg_hover.png) right center no-repeat;
}

/* Datenschutz layer */
#datenschutz p { margin: 10px 0px; }

#cdi_layer {
         z-index: 101;
         bottom: 0;
         left: 0;
         position: fixed;

         width: 100%;
         min-height: 50px;

         background: #77CC0B;
         border-top: 1px #000000 solid;

         color: #FFFFFF;
         font-size: 12px;
         font-weight: normal;
         text-shadow: #77CC0B 1px 1px 0px;
         text-align: left;

         -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#cdi_layer .cdi-clear { clear:both; line-height:0.0em; height: 0px; display: block; }

#cdi_layer .cdi-info {
	float:left;
         width: calc(100% - 200px);
         padding: 18px 0px 18px 10px;
}

#cdi_layer .cdi-info a, #cdi_layer .cdi-info a:visited {
	color: #FFFFFF;
	font-weight: bold;
         text-decoration: underline;
         text-shadow: #77CC0B 1px 1px 0px;

         padding: 0px 0px;
}

#cdi_layer .cdi-info a:hover { color: #000000; }

#cdi_layer .cdi-button {
	float:right;
         width: 180px;

         padding: 9px 10px 10px 0px;
         text-align: right;
}
#cdi_layer .cdi-button form { margin: 0px; padding: 0px; }

#cdi_layer .cdi-button a, #cdi_layer .cdi-button a:visited, #cdi_layer .cdi-button .button, #cdi_layer .cdi-button input[type="submit"] {
	display: inline-block;
         cursor: pointer;

	background: #FFFFFF;

         color: #77CC0B;
	font-weight: bold;
         text-shadow: #FFFFFF 1px 1px 0px;
         text-decoration: none;
         text-align: center;

         height: 35px;
         padding: 7px 15px !important;
         margin: 0px 0px;

         border: 1px #FFFFFF solid;
         -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

         -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25);
	box-shadow:         inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25);
}

#cdi_layer .cdi-button a:hover, #cdi_layer .cdi-button .button:hover, #cdi_layer .cdi-button input[type="submit"]:hover {
	background: #F99F52;

         color: #FFFFFF;
         text-shadow: #F99F52 1px 1px 0px;

         border: 1px #F99F52 solid;
}

@media (max-width: 500px) {
	#cdi_layer .cdi-info, #cdi_layer .cdi-button { float: none; width: calc(100% - 40px) !important; padding: 18px 20px 18px 20px !important; text-align: left !important; }
         #cdi_layer .cdi-button { padding: 0px 20px 18px 20px !important; }
         #cdi_layer .cdi-button a, #cdi_layer .cdi-button a:visited, #cdi_layer .cdi-button .button, #cdi_layer .cdi-button input[type="submit"] { width: calc(100% - 2px); padding: 8px 0px !important; }
}