/*
Theme Name: Meetordie.com Wordpress Theme
Theme URI: http://meetordie.com
Description: The default meetordie.com theme
Version: 1.0
Tags: awesome

*/


* {
	margin: 0;
	padding: 0;
}

body {
/*	background-c#00aeda;*/
/*	overflow-x: hidden;
*/
	background-image: url("images/clouds-repeat.png");
	background-repeat: repeat-x;
	background-color: #c2f1f7;
	background-position: 350px 0;
	color: #ccc;
	font-family: helvetica;
}

#wrapper {
  width: 1000px;
/*	position: absolute;*/
/*  left: 50%;*/
/*  margin: 0px 0 0 -640px;*/
	z-index: 1;
}

#sky {
  width: 1000px;
	height: 610px;
/*	min-height: 610px;*/
/*	background-color: #9ED6DD;*/
/*	background-image: url("../images/sky.png");*/
	background-repeat: repeat-x;
}

#gula_box {
	width: 466px;
	height: 400px;
	background-image: url("images/gula_preview_1.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#bushes {
	width: 1000px;
/*	min-height: 55px;*/
/*	background-color: #A6E0E6;*/
	height: 54px;
}

#grass {
	width: 1000px;
/*	min-height: 635px;*/
/*	background-image: url(../images/grass.png);*/
/*	background-repeat: repeat-x;*/
/*	background-color: #8db43f;*/
	padding-bottom: 2em;
}

#dirt {
	min-width: 1000px;
	width: 100%;
	height: 45px;
	background-image: url(images/dirt.png);
	background-repeat: repeat-x;
}

.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border: 0;
}

#clouds {
/*	min-height: 169px;*/
/*	background-image: url(../images/clouds.png);*/
	padding-left: 50px;
	height: 169px;
}

#logo {
/*	margin-left: 230px;*/
/*	margin-top: 20px;*/
/*	margin-top: 5em;*/
	float: left;
}

#social_links {
/*	margin-top: 20px;*/
	margin-top: 10px;
	float: right;
}

#social_links a {
	float: left;
	margin: 0.25em;
}



.results_stat, #did_you_know {
	text-align: left;
	color: #333;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	background-image: url("images/icon_right_arrow.png");
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-bottom: 1em;
	min-height: 17px;
}

#did_you_know {
	background-image: none !important;
	text-align: center;
	font-weight: bold;
}

#other_meetings {
	padding-top: 45px;
/*	padding-left: 150px;*/
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#other_meetings_results {
	padding-top: 15px;
/*	padding-left: 150px;*/
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#share_buttons {
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	margin-bottom: 2em;
}

#share_buttons img {
	float: left;
}

#results_form ul {
	float: left;
	list-style: none;
	width: 375px;
}

#results_form ul li {
	float: left;
/*	margin-left: 6px;*/
}

#results_form ul li a {
	display: block;
/*	margin-left: 1em;*/
}

#live_gula {
	padding-top: 1px;
	width: 467px;
	height: 381px;
	position: relative;
	z-index: 2;
	top: 125px;
	left: 25px;
}

@-webkit-keyframes bouncy {
	0% {
		-webkit-transform: translate(0, 0em);
	}
 	25% {
		-webkit-transform: translate(0, -1.5em);
 	}
 	50% {
		-webkit-transform: translate(0, 0em);
 	}
 	75% {
		-webkit-transform: translate(0, -1.5em);
 	}
 	100% {
		-webkit-transform: translate(0, 0em);
 	}
}

#live_gula:hover {
	-webkit-animation-name: bouncy;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
}

#results_gula {
	width: 510px;
	height: 381px;
/*	position: relative;
	z-index: 2;
	top: 0px;
	left: 75px;
*/
	margin-left: 100px;
	float: left;
}

#attendees {
	max-height: 123px;
	overflow: auto;
	margin-bottom: 5px;
}

#live_gula_caption {
	position: relative;
	z-index: 3;
	top: -561px;
	left: 155px;
	width: 280px;
}

#meeting_form {
	float: right;
	margin-top: -440px;
	margin-right: 0px;
	width: 528px;
	min-height: 450px;
	background-image: url(images/form_background.png);
	background-repeat: no-repeat;
}

#results_form {
	float: left;
	text-align: center;
	width: 370px;
	margin-top: -45px;
}

#results_cost {
	color: #8a0000;
	font-size: 50px;
	font-family: georgia;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: -10px;
}

#did_you_know {
	
}

#meeting_form_contents {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
}

#footer {
	padding-top: 15px;
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #968475;
	text-align: center;
}

#footer a {
	color: #968475;	
}

#meeting_form input[type=text], #meeting_form select {
	font-family: "trebuchet ms";
	font-size: 22px;
	padding: 5px;
	border: 2px solid #606060;
	width: 480px;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: white;
}

.comment_submit {
/*	width: 60px;*/
/*	height: 30px;*/
	font-family: Helvetica;
	font-size: 12px;
	padding: 0.5em;
	background-color: #1B4764;
	color: white;
	border: 0px solid white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: right;
	padding-left: 1em;
	padding-right: 1em;
	margin-right: 14px;
	margin-top: 0.5em;
}

.comment_submit:hover {
	background-color: #3081B6;
	cursor: pointer;
}

#attendee_box {
	height: 50px;
}

#company {
	width: 465px !important;
}

#attendee_adder_count {
	width: 35px !important;
	text-align: right;
	float: left;
	font-size: 20px !important;
	height: 26px !important; 
	padding: 0 !important;
}

#attendee_adder_position {
	width: 360px !important;
	margin-left: 10px !important;
	margin-right: 9px !important;
	font-size: 20px !important;
	float: left;
}

#attendee_adder_button {
	width: 60px;
	height: 30px;
	font-family: Helvetica;
	font-size: 20px;
	background-color: #1B4764;
	color: white;
	border: 0px solid white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
}

#attendee_adder_button:hover {
	background-color: #3081B6;
	cursor: pointer;
}

.attendee {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #676767;
	padding-bottom: 5px;
}

.meeting {
	font-family: Helvetica;
	margin-top: 0.5em;
	color: #033b38;
	width: 870px;
}

.meeting_author {
	font-weight: bold;
	padding-top: 0.25em;
}

.meeting_time {
	font-size: 12px;
/*	padding-left: 1em;*/
/*	margin-top: 0.5em;*/
	margin-top: 8px;
	text-align: right;
	float: right;
	padding-right: 14px;
}

.meeting_left {
	float: left;
/*	background-image: url("../images/background-comment.png");*/
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 2em;
/*	width: 25px;
	height: 40px;
*/
}

.meeting_right {
	float: left;
}

.meeting_text {
	background-color: #d0e7a8;
	width: 870px;
	padding: 0.75em;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.meeting_comment {
	display: block;
	width: 100%;
	font-size: 9px;
	margin-top: 1em;
}

.recent_button {
	color: #333333;
/*	font-weight: bold;*/
/*	letter-spacing: 1px;	*/
	text-decoration: none;
/*	padding-left: 14px;	*/
	background-repeat: no-repeat;
/*	margin-right: 1em;*/
	font-size: 12px;
	text-transform: lowercase;
}

.show_comments_button {
	padding-left: 14px;		
}

.recent_button:hover {
	text-decoration: underline;	
}

.comment_button {
	background-image: url("images/icon-comment.gif");
}

.vote_up_button {
	background-image: url("images/thumb_up.png");
}

.vote_down_button {
	background-image: url("images/thumb_down.png");
}


.clear {
	clear: both;
}

#terms_link {
	float: left;
	padding-left: 3em;
}

#copyright {
	float: right;
	padding-right: 3em;
}

.comment_box {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*	margin-left: 2em;*/
	margin-top: 0.5em;
	border: 1px solid #666;
	font-size: 12px;
	background-color: #d0e7a8;
	font-family: helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-left: 14px;
	width: 865px !important;
}

#main_comment {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 0em;
	border: 1px solid #666;
	font-size: 12px;
	background-color: #fff;
	padding: 0;
	font-size: 14px;
	font-family: helvetica;
	width: 370px;
}

#main_comment_label {
/*	position: absolute;*/
/*	left: 637px;*/
	width: 320px;
/*	margin-top: 0.5em;*/
/*	margin-top: 1px;*/
	text-align: left;
	font-size: 14px;
/*	top: 382px;*/
	position: absolute;
	margin-top: 1px;
	margin-left: -325px;
}

#your_thoughts {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.main_comment_display {
/*	background-image: url("../images/main-comment.png");
	background-repeat: no-repeat;
*/
	width: 370px;
	height: 100px;
	color: #333;
/*	font-style: italic;*/
	font-family: helvetica;
	font-size: 14px;
/*	padding: 2.5em;*/
/*	padding-left: 14px;*/
	text-align: center;
}

label {
	font-size: 22px;
	color: #333;
	font-family: helvetica;
}

.user_comment {
/*	padding-left: 25px;*/
/*	margin-top: 0.25em;*/
	margin-top: 0.4em;
}

.all_comments {
	margin-top: 0.4em;
	width: 894px;
}

#attendee_label {
	display: block;
	text-align: center;
	color: #333;
	font-family: helvetica, sans-serif;
	font-size: 20px;
	margin-bottom: 0.3em;
	margin-top: 0px;
}

.user_comment_text {
	background-color: #d0e7a8;
	width: 828px;
	padding: 0.75em;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.user_comment_left {
	padding-left: 14px;
	float: left;
	background-image: url("images/background-comment.png");
	background-repeat: no-repeat;
	background-position: right;
/*	padding-right: 2em;*/
	width: 20px;
	height: 20px;
}

.user_comment_right {
	float: left;
	font-size: 12px;
}

.user_comment_author {
	font-weight: bold;
	padding-top: 0.25em;
}

.user_comment_time {
	font-size: 12px;
	padding-left: 1em;
	margin-top: 10px;
	text-align: right;
	float: right;
	width: 100px;
}

body.stopie6 {
	background: #4C4C4C;
	margin: 1em;
}

#stopie6_main {
	width: 700px;
	background-color: white;
	color: black;
	border: 2px solid black;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial;
	padding: 1em;
	text-align: center;
}

#stopie6_main h1 {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#stopie6_main p {
	text-align: left;
	margin-bottom: 0.5em;
}

#stopie6_main ul {
	list-style: none;
}

.gula_text {
	font-size: 10px;
	font-style: italic;
}

.placeholder {
	position: absolute;
	padding-top: 8px;
	padding-left: 9px;
}

.button_remove_attendee {
	color: #222;
}

#email_this label, #email_this input, #email_this button {
	font-size: 20px;
}
#email_this input {
	float: right;
	width: 350px;
}
#email_this label {
	color: #fff;
	float: right;
	margin-left: 3px;
	margin-top: 3px;
	position: absolute;
	color: #333;
}
#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}
#simplemodal-overlay {background-color:#333;}
#simplemodal-container {
	background-color:#0F2D3C; 
	border:8px solid rgb(15,45,60); 
	padding:0; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
}

.email_form_wrapper {
	height: 30px;
	margin-right: 0.5em;
	margin-top: 1em;
	float: left;
}

body.terms {
/*	background-c#00aeda;*/
/*	overflow-x: hidden;
*/
	background-image: url("images/clouds-repeat-sky-only.png");
	background-repeat: repeat-x;
	background-color: #aedfe5;
	background-position: 350px 0;
	color: #ccc;
}

.post {
	font-family: helvetica, sans-serif;
	color: #333;
	clear: both;
	float: none;
	margin-top: -430px;
	margin-left: 3em;
	margin-bottom: 3em;
	width: 100%;
	margin-right: 3em;
	padding: 1em;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 10px;
}

.post p {
	--padding: 0.25em;
	line-height: 1.25em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.post ul {
	margin-left: 1.5em;
	padding: 0.25em;
}

#terms ul li {
	padding: 0.25em;
}

#email_send_button {
	float: right;
	width: 100px !important;
/*	height: 28px;*/
	font-family: Helvetica;
	font-size: 18px !important;
	padding: 0.25em;
	background-color: #1B4764;
	color: white;
	border: 0px solid white;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
/*	float: right;*/
/*	padding-left: 1em;
	padding-right: 1em;
*/
}

#email_send_button:hover {
	background-color: #3081B6;
	cursor: pointer;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Helvetica, Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Helvetica, Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Helvetica', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 0 0;
	}

h2.pagetitle {
	margin-left: 3em;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc outside none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	line-height: 1.25em;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 800px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.narrowcolumn {
	width: 680px;
	float: left;
}


#sidebar {
  position: absolute;
	top: 165px
}

#comments, #disqus_thread {
 margin-left: 2.25em;
}

.commentlist, #respond, #disqus_thread {
  font-family: helvetica, sans-serif;
  color: #333;
  clear: both;
  float: none;
  margin-top: -420px;
  margin-left: 3em;
  margin-bottom: 3em;
  width: 100%;
  margin-right: 3em;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 10px;
}

.commentlist p, #respond p, #disqus_thread p {
  padding: 0.25em;
  -moz-opacity:1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}
