
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebasneue-webfont.eot');
    src: url('bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebasneue-webfont.woff') format('woff'),
         url('bebasneue-webfont.ttf') format('truetype'),
         url('bebasneue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: square;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0.7em 0;
}



body { 
	font-family: arial, verdana, helvetica;
	font-size: 0.9em;
	line-height: 1em;
	margin: 0;
	background-color: #91bb3b;
	/*background-color: #9caed6;*/
	overflow-x: hidden;
	background: url(../images/background_hills.jpg) 50% 0 no-repeat #91bb3b;
	/*background: url(../images/background_hills_winter.jpg) 50% 0 no-repeat #9caed6;*/
}

.standard-page {
	background: url(../images/background_hills.jpg) 50% 0 no-repeat #91bb3b;
	/*background: url(../images/background_hills_winter.jpg) 50% 0 no-repeat #9caed6;*/
}

#background {
	/*background: url(../images/background_body.jpg) 50% 50% no-repeat;*/
}

#products_background {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	/*border-top: 1px solid #5F85CC;
	border-bottom: 1px solid #5F85CC;*/
	background-color: #ffffff;
}

#centercontainer {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 10;
	margin-bottom: 4em;
}

.centercontainer {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 10;
}

.clearfix {
    clear: both;
}

.margin-bottom-4 {
    margin-bottom: 4em;
}

#header {
	margin-top: 30px;
	padding-left: 10px;
	margin-bottom: 30px;
	position: relative;	
}

#content {
	background: url(../images/background_content.png) 0 0 repeat-y;
	width: 950px;
	padding: 25px;
	padding-top: 10px;
	position:relative;
}

#logo {
	position: absolute;
	width: 567px;
	height: 218px;
	top: 0;
	left: 0;
	background: url(../images/logo.png) 50% 0 no-repeat;
	cursor: pointer;
}

/*
 -----------------------------------------
 Front page elements
 -----------------------------------------
*/

#logo_standard {
	text-align: center;
	margin-bottom: 0;
	margin-top: 1em;
}

#logo_standard img {
    width:567px;
    height:218px;
}

#pdfpreview {
	width: 301px;
	height: 321px;
	padding-top: 10px;
	position: relative;
}
#pdfpreview img {
	position: absolute;
}
#pdf_page1 {
	top: 10px;
	left: 0;
	z-index: 21;
}
#pdf_page2 {
	top: 10px;
	left: 63px;
	z-index: 20;
}

#products_wrapper {
    position:absolute;
    top:0;
    width: 100%;
    z-index:15;
}

#products {
	/*float: left;*/
	width: 659px;
	padding-top: 26px;
	padding-left: 341px;
    /*margin-left: 301px;*/
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

a:hover {
	font-weight: bold;
}

#maintext {
	clear: both;
	padding-left: 250px;
	padding-top: 2em;
}
#maintext a, .news a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
	padding: 0 0.2em;
	font-weight: bold;
}
#maintext a:hover, .news a:hover {
	background-color: #ccc;
}
#maintext .quick_link {
	color: #145800;
}
#maintext .expert_link, .news .expert_link {
	color: #02548d;
}

.h2-standard-page {
	color: #fff;
	padding: 0px 0 40px 0;
}

.product_button {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	/*float: left;*/
    position: absolute;
	text-align: center;
	width: 180px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.product_button  span {
	display: block;
}
.quick_link, .expert_link {
	text-decoration: none;
}
#quick_button {
	border: 1px solid #247100;
	/*background: url(../images/buttons/bg_green_dark.png) 0 50% repeat-x #5F9E00;*/
	background-color: #5F9E00;
}
#quick_button:hover {
	/*background: url(../images/buttons/bg_green_bright.png) 0 50% repeat-x #5F9E00;*/
	background-color: #6FAE00;
}
#expert_button {
	border: 1px solid #014675;
	/*background: url(../images/buttons/bg_blue_dark.png) 0 50% repeat-x #025187;*/
	background-color: #025187;
}
#expert_button:hover {
	/*background: url(../images/buttons/bg_blue_bright.png) 0 50% repeat-x #025187;*/
	background-color: #126197;
}

.product_text {
	/*float: left;*/
    position: relative;
    margin-left: 180px;
	width: 400px;
	padding-left: 1em;
	font-size: 1.1em;
	line-height: 1.3em;
}

/* Corner radius large */
/*
.ui-corner-all-big, .ui-corner-top-big, .ui-corner-left-big, .ui-corner-tl-big { -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px; }
.ui-corner-all-big, .ui-corner-top-big, .ui-corner-right-big, .ui-corner-tr-big { -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px; }
.ui-corner-all-big, .ui-corner-bottom-big, .ui-corner-left-big, .ui-corner-bl-big { -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
.ui-corner-all-big, .ui-corner-bottom-big, .ui-corner-right-big, .ui-corner-br-big { -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; }
*/

#benefits {
	background-color: #02548d;
	color: #fff;
	padding: 2.5em 1em 1em 1.5em;
	margin-top: 4em;
}

#benefits h2 {
	font-family: arial, verdana, helvetica;
	padding: 0;
	font-size: 1.5em;
}

#benefits h3 {
	font-family: arial, verdana, helvetica;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #02548d;
}

ul {
	padding-left: 1.3em;
}
ul li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 0.2em;
}

#benefit_dimension {
	background: url(../images/benefit_dimension.png) 10px 10px no-repeat #fff;
}
#benefit_dimension p {
	padding-left: 40px;
}
#benefit_dimension h3 {
	padding-left: 40px;
}

#benefit_direction {
	background: url(../images/benefit_direction.png) 10px 26px no-repeat #fff;
}

.benefit_box {
	background-color: #fff;
	color: #000;
	padding: 1em;
	float: right;
	width: 240px;
	margin-left: 1.3em;
	padding-top: 95px;
}
.benefit_box p {
	margin: 0 0 0.3em 0;
	font-size: 1em;
}

#copyright_wrapper {
	/*background-color: rgba(50, 50, 50, 0.5);*/
	background-color: #5d740c;
	margin-top: 12em;
	padding-top: 2em;
	padding-bottom: 3em;
}

#copyright_container {
	color: #eee;
}

#copyright_container h3 {
	color: #eee;
	font-size: 2em;
	margin-top: 0.2em;
}

#copyright_container a {
	color: #eee;
	font-weight: bold;
	text-decoration: none;
}
#copyright_container a:hover {
	text-decoration: underline;
}

#copyright_container p:last-child {
	margin-bottom: 0;
}

#footer {
	clear: both;
	text-align: center;
	background: url(../images/footer_background.png) 0 0 #535353;
	color: #fff;
	padding: 0 0 3em 0;
}

#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#footer a {
	color: #fff;
	background-color: none;
	text-decoration: none;
}

#footer_gradient {
	height: 6px;
	width: 100%;
	background: url(../images/footer_gradient.png);
}

#social {
	position: absolute;
	left: 0.5em;
	top: 1em;
	z-index: 15;
}
#social div {
	vertical-align: middle !important;
	margin-left: 10px !important;
}
#social iframe {
	width: 172px !important;
}

/* 
 -------------------------------------------------------------------------------
 SOF Text Elements
 -------------------------------------------------------------------------------
*/
h1 {
	margin-top: 0px;
	font:30px/30px 'BebasNeueRegular', sans-serif, helvetica, arial;
	color: #fff;
	/*color: #224488;*/
	padding: 0px 0 40px 0;
}

h2 {
	color: #fff;	
	margin-top: 0px;
	font:30px/30px 'BebasNeueRegular', sans-serif, helvetica, arial;
	padding: 0.5em 0 0 0.5em;
}

h3 {
	color: #5F9E00;	
	margin-top: 2em;
	font:2.5em 'BebasNeueRegular', sans-serif, helvetica, arial;
	margin-bottom: 0.2em;
}

hr {
	border:0;
	padding: 0;
	margin: 0;
	background-color: #aaa;
	color: #aaa;
}

.bebas {
	font-family: 'BebasNeueRegular', sans-serif, helvetica, arial;
}

/* SOF Steps */
.button_close {
	width: 27px;
	height: 27px;
	background: url(../images/button_close.png) 0 0 no-repeat;
    position: absolute;
    right: 1em;
    top: 1em;
    width: 27px;
    z-index: 10;
	cursor: pointer;
}
.button_close:hover {
	background-position: -27px 0;
}

.step {
	float: left;
	width: 924px;
	height: 560px;
	margin: 0;
}

#step_holder {
	position: relative;
}

.navigation {
	text-align:right;
	padding: 1em;
}

#step_container {
	overflow: hidden !important;
	width: 924px;
	position: fixed;
	z-index: 102;
}

.category {
	border: 1px solid #ccc;
	padding: 0.5em 0.5em 1em 0.5em;
	margin: 1em;
	/*background-image: url(../images/category_background.png);*/
	background-color: #fff;
}

.category_with_addon {
	position: relative;
}

.category_addon {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.4em 0.6em;
	background-color: #777;
	color: #fff;
	white-space: nowrap;
}

.category_name {
	background-color: #e0e0e0;
	padding: 0.4em;
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #459E00;
	font-weight: bold;
}

.prev_button {
/*	-moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;*/
	margin-right: 0px;
	padding: 0.7em;
	border: 1px solid #fff;
	background: url("south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png") repeat-x scroll 50% 50% #459E00;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
.prev_button:hover {
	background-image: none;
	background-color: #459E00;
}

.next_button {
/*	-moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px;
	-moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;*/
	padding: 0.7em;
	border: 1px solid #fff;
	background: url("south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png") repeat-x scroll 50% 50% #459E00;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
}
.next_button:hover {
	background-image: none;
	background-color: #459E00;
}

.words_prompt {
	font-style: italic;
	color: #aaa;
}

.help-icon {
	float: left;
	margin-left: 0.3em;
	margin-top: -0.1em;
}

#resultHolder {
	background: none;
	background-color: #5F9E00;
	float: left;
	margin-right: 0.2em;
}

#resultOptions {
	background: none;
	background-color: #5F9E00;
	color: #fff;
	margin-left: 0;
	float: left;
}

#instruction {
	float: left;
	width: 600px;
	margin-right: 0.3em;
}
#instruction .textfield_label,
#fontname .textfield_label {
	padding-left: 0;
	float: none;
	clear: both;
}
#instruction .textfield {
	width: 97%;
}

#fontname {
	float: right;
	width: 400px;
	margin-left: 0;
}
#fontname select {
	width: 100%;
	padding: 0.25em;
}

#resultOptions h3 {
	color: #fff;
}

.cell {
	background-color: #fff;
}
.solution_tile {
	background-color: #DAE7D0;
}

#words {
	text-align: center;
	height: 290px;
	font-size: 1.3em;
	line-height: 1.3em;
}

#instruction_solution_text_quick {
    margin-top: 7px;
}

#reverseChance {
	background: url(../images/white_arrow_right.png) 15px 50% no-repeat #dae7d0;
}

/* -- EOF Steps -- */


.expert_mode #puzzlePreview .tile {
	background-color: #025187;
}
.expert_mode #puzzlePreview .tile-inactive {
	background-color: #999;
}
.expert_mode .category_name {
	color: #025187;
}
.expert_mode h2 {
	color: #fff;
}
.expert_mode .ui-state-default, .expert_mode .ui-widget-content .ui-state-default, .expert_mode .ui-widget-header .ui-state-default {
    border: 1px solid #D4CCB0;
    color: #025187;
}
.expert_mode .ui-state-active, .expert_mode .ui-widget-content .ui-state-active, .expert_mode .ui-widget-header .ui-state-active {
    /*background: url("../images/buttons/bg_blue_dark.png") repeat-x scroll 50% 50% #025187;*/
    background: #025187;
    border: 1px solid #025187;
	color: #fff;
}
.expert_mode #reverseChance {
	background: url(../images/white_arrow_right.png) 15px 50% no-repeat #b8d4e7;
}
.expert_mode .ui-state-hover, .expert_mode .ui-widget-content .ui-state-hover, .expert_mode .ui-widget-header .ui-state-hover {
	border: 1px solid #397fae;
	/*background: #67b021 url(../images/buttons/bg_blue_bright.png) 50% 50% repeat-x;*/
	background: #1271A7;
	font-weight: bold;
	color: #ffffff;
}

.expert_mode .prev_button {
	background: url("../images/buttons/bg_blue_dark.png") repeat-x scroll 50% 50% #025187;
	border: 1px solid #fff;
}
.expert_mode .prev_button:hover {
	background: url("../images/buttons/bg_blue_bright.png") repeat-x scroll 50% 50% #025187;
}

.expert_mode .next_button {
	background: url("../images/buttons/bg_blue_dark.png") repeat-x scroll 50% 50% #025187;
	border: 1px solid #fff;
}
.expert_mode .next_button:hover {
	background: url("../images/buttons/bg_blue_bright.png") repeat-x scroll 50% 50% #025187;
}
.expert_mode #resultHolder {
	background-color: #025187;
}

.expert_mode #resultOptions {
	background-color: #025187;
}
.expert_mode .solution_tile {
	background-color: #b8d4e7;
}

/* 
 -------------------------------------------------------------------------------
 SOF Puzzle Preview
 -------------------------------------------------------------------------------
*/

#puzzlePreview {
	position: relative;
}

#puzzlePreview .tile {
	float: left;
	background-color: #459E00;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
#puzzlePreview .tile-inactive {
	background-color: #999;
}

.size_select {
	text-align:center;
	width: 60px;
}

/* -- EOF Puzzle Preview -- */

/* 
 -------------------------------------------------------------------------------
 SOF Overlay
 -------------------------------------------------------------------------------
*/

#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#whiteLogo {
	width: 241px;
	height: 82px;
	position: fixed;
	background: url(../images/logo_white.png) no-repeat;
	left: 20px;
	bottom: 20px;
	z-index: 101;
	display: none;
}

/* -- EOF Overlay -- */


.options .ui-button, .options .ui-button-text {
	line-height: 1.1em;
}
.options .ui-button-text {
	padding: 0.2em 1em 0.4em 1em;
}

.textfield {
	border: 1px solid #999;
	padding: 0.3em;
	font-family: arial, verdana, helvetica;
	font-size: 1em;
	line-height: 1.2em;
}

.textfield_label {
	color: #555555;
	font-weight: bold;
	float: left;
	width: 150px;
	border: 1px solid #fff;
	padding: 0.3em;
	line-height: 1.2em;
}

/* 
 -------------------------------------------------------------------------------
 SOF Feedback
 -------------------------------------------------------------------------------
*/

#feedback {
	position: fixed;
	z-index: 101;
	bottom: 0;
	right: 40px;
	width: 700px;
	text-align: right;
}
#feedback_button {
	display: inline-block;
	padding: 0.6em 0.8em;
	color: #fff;
	background-color: #535353;
	font-size: 1.2em;
	font-weight: bold;
	border-top: 2px solid #444;
	cursor: pointer;
}
#feedback_button:hover {
	color: #92BB3B;
}

#feedback_content {
	padding: 1.7em 1em;
	background-color: #ccc;
	text-align: left;
	line-height: 1.2em;
}
#feedback_text {
	margin-top: 1em;
	width: 100%;
	height: 9em;
	border: 1px solid #444;
}
#feedback_tech {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	font-size: 0.8em;
}
#feedback_actions {
	text-align: right;
}
#smile {
	position: fixed;
	z-index: 199;
	display: none;
	bottom: 0;
	right: 130px;
	width: 328px;
	height: 256px;
	background: url(../images/smile.png) 0 0 no-repeat;
}

/* 
 -------------------------------------------------------------------------------
 EOF Feedback
 -------------------------------------------------------------------------------
*/

/* 
 -------------------------------------------------------------------------------
 SOF News
 -------------------------------------------------------------------------------
*/

.news {
    clear: both;
    padding-left: 125px;
    padding-top: 20px;
    position: relative;
    margin-bottom: 1em;
    margin-top: 2em;
}

.news_inner {
	/*background-color: #fff;*/
	/*background-color: #AABBFF;*/
	background-color: #fff;
	border: 1px solid #a00;
	color: #a00;
	/*border-right: 3px solid #0254A9;*/
    padding: 0.5em 1em 0.5em 125px;
}

.news_image {
	position: absolute;
	left: 60px;
	top: 0;
}

.rednews {
	background-color: #e89e9e;
	border-right: 3px solid #980101;
}

/* 
 -------------------------------------------------------------------------------
 EOF News
 -------------------------------------------------------------------------------
*/

/* 
 -------------------------------------------------------------------------------
 SOF Changelog
 -------------------------------------------------------------------------------
*/

#changelog {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 1;
	margin-bottom: 3.7em;
	color: #fff;

	text-align: left;
}

#changelog h3 {
	color: #fff;
	margin-top: 1em;
	font-size: 2em;
}

#changelog .changelog_date {
	background-color: #d7d7d7;
	color: #535353;
	padding-left: 0.3em !important;
	padding-right: 0.3em !important;
}

#changelog table {
	font-size: 1.1em;
}

#changelog table td {
	padding: 0.3em;
}
#changelog table div {
	padding: 0.1em 0em;
}

#changelog .hidden_tr {
	display: none;
}


#tr_changelog td {
	padding-top: 1.2em !important;
}
#show_changelog {
	color: #ffffff;
	cursor: pointer;
}
#show_changelog:hover {
	text-decoration: underline;
}

.changelog_text {
	line-height: 1.2em;
}

/* 
 -------------------------------------------------------------------------------
 EOF Changelog
 -------------------------------------------------------------------------------
*/

/* Spielereien */
.bstip {
	color:#fff;
	z-index:8887;
	background-color:#555;
	display:none;
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:3px solid #fff;
	max-width: 320px;
}
.bstip  p{
	margin: 0.2em 0;
}
.tooltip {
	cursor: help;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 3px #555;
}
.glow {
	-moz-box-shadow: 0px 0px 3px #bbb;
	-webkit-box-shadow: 0px 0px 3px #bbb;
	box-shadow: 0px 0px 3px #bbb;
}
.medium_glow {
/*	-moz-box-shadow: 0px 0px 3px #888;
	-webkit-box-shadow: 0px 0px 3px #888;
	box-shadow: 0px 0px 5px #888;*/
}
.dark_glow {
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
}


@media screen and (max-width: 40em) {
 
    .standard-page {
        background-image: none;
        background-color: #fff;
    }
 
    #logo_standard {
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 53px;
        margin-top: 0;
        background-color: #4D84C4;
        
    } 
    
    #logo_standard img {
        width: 100%;
        height: auto;
        
    }
    
    .centercontainer {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }
    .centercontainer * {
        box-sizing: border-box;
    }
    
    #pdfpreview_wrapper {
        text-align: center;
        background-color: #4D84C4;
    }
    #pdfpreview {
        display: inline-block;
        height: 325px;
    }

    #products_wrapper {
        position: relative;
        top:0;
        width: 100%;
        z-index:10;
    }
    
    #products {
        position: relative;
        width: auto;
        padding-left: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        text-align: center;
        padding-top: 0;
        padding-bottom: 20px;
    }
    
    #quick_button {
        margin-top: 0rem;
    }
    
    #products h1 {
        padding-top: 26px;
        margin-right: -1rem;
        margin-left: -1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        background-color: #4D84C4;
        padding-bottom: 20px;
        margin-bottom: 2rem;
    }
    
    #products_background {
        display: none;
    }
    
    .product_button {
        position: relative;
        display: inline-block;
        margin-bottom: 0.8rem;
    }
    
    .product_text {
        width: auto;
        margin-left: 0;
        text-align: center;
        padding-left: 0;
    }
    
    
    .news_wrapper {
        background-color: #eee;
    }

    .news {
        clear: both;
        padding-left: 0;
        padding-top: 80px;
        position: relative;
        margin-bottom: 1rem;
        margin-top: 1rem;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .news_inner {
        background-color: transparent;
        border-right: none;
        padding: 140px 1rem 0.5rem 1rem;
        text-align: center;
    }

    .news_image {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        top: 40px;
    }
    
    

    #maintext {
        padding-left: 1rem;
        padding-right: 1rem;
        text-align: center;
        padding-top: 1rem;
    }
    
    
    
    #benefits {
        text-align: center;
    }
    
    .benefit_box {
        padding: 1rem;
        padding-top: 95px;
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-bottom: 1rem;
    }
    
    #benefit_direction {
        background-position: 50% 25px;
    }
    
    #benefit_dimension {
        background-position: 50% 21px;
        padding-top: 125px;
    }
    #benefit_dimension p,
    #benefit_dimension h3 {
        padding-left: 0;
    }
    
    
    #changelog {
        padding-left: 1rem;
        padding-right: 1rem;
        width: auto;
    }
    
}