.right-panel .numbers-mini {
    clear: both;
    margin-top: 15px;
    position: relative;
	padding-top: 15px;
}
.right-panel .order-form h3 {
    display: inline-block;
}
.right-panel #current_sof_container {
	min-height: 150px;
}
#newOrderFrom {
    position: relative;
    display: inline-block;
    width: 100%;
}
.blink-form {
	background-color: rgba(255,255,255,.6);
	-webkit-transition: background-color .3s ease 100ms;
	transition: background-color .3s ease 100ms;
}
pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	word-wrap: break-word;
	border-color: #e2f5f8;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 1rem;
	color: #3f3b36;
	font: lighter 0.8rem/2rem Monaco,"MonacoRegular",monospace;
	margin: 2rem 0;
	overflow: auto;
	padding: 1rem 0.8rem 1rem 1.2rem;
	width: 92%;
}
code {
	background-color: #eaeaea;
	display: inline-block;
	margin: 0 3px 0 4px;
}

.entry-title {
	font-weight: bold;
}
.entry-content {
	padding-bottom: 65px;
	position: relative;
	word-break: break-word;
}
.more-link {
	position: absolute;
	display: block !important;
	width: 162px;
	margin: 0;
	left: 0;
	bottom: 25px;
}
.author.vcard {
	float: right;
	font-style: italic;
}
.entry-date {
	color: #a299a5;
}
.entry-meta {
	font-weight: bold;
}
.nav-links {
	margin: 30px 0;
}
.entry-content .more-link {
	padding: 3px 10px 3px 12px !important;
}

.address {
	margin-bottom: 0;
	font-weight: 400;
}
.address::before {
	content: attr(data-content);
	display: block;
}
