html {
	border-radius: 1px; 
	max-height: 50px;
}


body {
/*	border: 1px solid rgba(0,0,0,0.2); 
*/	padding: 4px 4px;
	margin: 0;
	border-radius: 1px; 
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	max-height: 450px;
	height: 50px;
	text-align: center;
	overflow: hidden;
}

.shopify {
	height: 150px;
	width: 250px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	min-width: 100%;
}



#HeadlineofPage {
	padding-bottom: 60px;
}


.action-button {
	margin-left:20px;
    margin-right:1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4x;
    border-radius: 4px;
  	padding: 9px 20px; 
  	font-weight: bold;
  	font-size: 13px;
  	border: none;
  	box-shadow: 0px -1px 0px rgba(0,0,0,0.1);
  	background-color: black;
  	vertical-align: middle;
  	cursor: pointer;
  	-webkit-appearance: none;

}


.dropdown {
	max-width: 180px;

}

#container {
	white-space: nowrap;
	margin: auto;
	display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;
}
#text {
	display: inline-block;
	vertical-align: middle;
}

#MailInput {
	margin-left: 15px;
	width: 150px;
	border-radius: 3px;
	height: 30px;
	border: thin solid rgb(190, 190, 190);
	vertical-align: middle;
	padding-left: 3px;
}

#nameInput {
	margin-left: 15px;
	margin-right: -15px;
	width: 150px;
	border-radius: 3px;
	height: 30px;
	border: thin solid rgb(190, 190, 190);
	vertical-align: middle;
}

#MailInput:focus , #nameInput:focus {
	outline: none;
}

.mail-error:not(:focus) {
	border-color: red !important;
}

#removeBar {
	position: absolute;
	vertical-align: middle;
	width: 24px;
	cursor: pointer;
	right: 10px;
	display: none;
	border: 1px solid transparent;
}

#poweredby {
	font-size: 13px;
	position: absolute;
	left: 6;
	top: 26;
	cursor: pointer;
	opacity: 0.7;
	color: white;
}

#tweet {
	position: relative;
  	vertical-align: middle;
  	left: 5;
}

#notification {
	display: inline-block;
	vertical-align: middle;
}

#fb {
	margin-left: 20px;
	vertical-align: middle;
}

#container.small {
	margin-top: -5px;
	font-size: 17px;
}

#container.small #MailInput {
	height: 20px;
}

#container.small #nameInput {
	height: 20px;
}

#container.small .action-button {
	padding: 3px 8px;
	font-weight: normal;
	margin-left: 10px;
}

#container.small #text {
	font-size: 17px;
}

.fb-like {
   overflow: hidden;
}

#container.small #fb {
	margin-bottom: 2px;
}

#container.small #notification {
	margin-bottom: 3px;
}

#container.small #poweredby {
	top: 8px;
}

/*fix ios input fixed position issue */
.fixfixed {
	position: absolute !important;
}
.marquee {
  width: 2000px;
  overflow: hidden;
  position: absolute;
}
.js-marquee {
	max-width: 3000px;
	max-height: 25px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}

.bx-viewport {
	position: absolute !important;
	-webkit-box-shadow:none !important;
	box-shadow: none !important;
	border:none !important;
	background-color: transparent !important;
	margin-top: -3px;
	padding: 10px;
}