/* Zen Block */
#zen {
	float: left;
	width: 100%;
}
#zen .information {
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 0;
	text-align: center;
}
#zen .description {
	background: none;
	border: none;
	padding: 0;
}
#first_message {
	float: left;
	width: 79.5%;
}
#zen_attach {
	float: right;
	width: 19.5%;
}
.darkTip .content {
	padding: 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.darkTip .bottom {
	height: 14px;
}
.darkTip .content {
	border: 6px solid #303030;
	background: #505050;
	color: #f8f8f8;
}
.darkTip .bottom {
	background: url(../images/zen_dark.png) top center no-repeat;
}
.zen-head {
	cursor: pointer;
}
.zen-body {
	display: none;
}
.full_text {
	background-image: url(../images/zen_expand.png);
	background-position: 1em center;
	background-repeat: no-repeat;
	display: block;
}
.mini_text {
	background-image: url(../images/zen_collapse.png);
	background-position: 1em center;
	background-repeat: no-repeat;
	display: block;
}
#zen_link {
	font-size: medium;
	text-decoration: none;
}
.sky {
	border: 1px solid #B7B7B7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 1px;
	padding: 0.5em 1em;
}
.b-share {
	vertical-align: top !important;
}
.b-share .b-share-form-button {
	font-size: 1.2em !important;
}
.b-share__handle .b-share-form-button {
	margin-top: -6px !important;
}