@media screen and (max-width: 1200px) {
	#positioner {
		width: auto;
		margin: 0;
	}
	#share_wrapper {
		border-radius: 0 0 0 0 ;
	}
	#main {
		border-radius: 0;
	}
}
@media screen and (max-width: 1000px) {
	#positioner {
		width: 320px;
		padding: 0;
		margin: 0 auto;
	}
#sidebar {
	background: #fff;
	border-top: none;
	width: 320px;
	position: relative;
	z-index: 9;
	float: none;
	margin: 0 0 0 0;
}
#logo {
	background: transparent url(../images/m_logo.jpg) 0 0 no-repeat;
	background-size: 320px 90px;
	width: 320px;
	height: 90px;
	margin: 0 0 0 0;
	display: block;
	position: relative;
}
.blue #logo {
	background: transparent url(../images/m_logo_blue.jpg) 0 0 no-repeat;
	background-size: 320px 90px;
}
#main {
	border-top: none;
}
.blue #main {
	border-top: none;
}
#sidebar:after,
#sidebar:before,
#main:before,
#main:after,
#container:after,
#container:before,
#positioner:after,
#positioner:before {
	display: none;
}
#content {
	margin: 0 20px 0 20px;
}
#content h1 {
	padding: 25px 0 14px 0;
	font-size: 24px;
	margin: 0 0 0 0;
}
#content h2 {
	font-size: 18px;
}

#content img {
  max-width:100% !important;
    height:auto;
    display:block;
}

#navi {
	padding: 0 0 0 0;
}
#mobile_opener {
	display: block;
	padding: 14px 0 0 56px;
	height: 28px;
	color: #13347f;
	text-decoration: none;
	text-transform: uppercase;
	background: #cfe3f5;
	position: relative;
}
#mobile_opener:before {
	background: transparent url(../images/m_opener.png) 0 0 no-repeat;
	background-size: 22px 11px;
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	width: 22px;
	height: 11px;
	margin: -6px 0 0 0;
}
#mobile_opener.opened {
	color: #323232;
	background: #323232;
	text-shadow: #323232 1px 1px 1px;
}
#mobile_opener.opened:after {
	display: block;
	content: 'Hide navigation menu';
	position: absolute;
	top: 50%;
	left: 56px;
	margin: -7px 0 0 0;
	color: #fff;
	width: auto;
	text-shadow: #f000 1px 1px 1px;
}
#mobile_opener.opened:before {
	background: transparent url(../images/m_closer.png) 0 0 no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
}
#navi {
	display: none;
}
#navi.opened {
	display: block;
}
#navi li > a, #navi li.active > a {
	padding: 8px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	text-shadow: #0b1e4a 1px 1px 1px;
	border-bottom: none;
}
#navi li > a:before {
	display: none;
}
#navi li > a {
	border-top: 1px solid #4e7dbe;
	background: #214289;
}
#navi li:nth-child(odd) > a {
	background: #284d9e;
}
#navi li > a:hover {
	border-top: 1px solid #68a9e3;
	background: #68a9e3;
}
#share_wrapper {
	border-top: 1px solid #cad8e8;
	background: transparent;
	position: relative;
	top: auto;
	right: auto;
	height: auto;
	text-align: center;
	padding: 25px 0 25px 6px;
	border-radius: 0;
	z-index: 9;
}
#footer {
	position: relative;
	text-align: center;
	color: #39618e;
	line-height: 1.1;
	font-size: 11px;
	padding: 26px 0 28px 0;
}

.imagediv {
float: none; 
clear: both; 
overflow: hidden; 
margin: 0 0 10px 0;
}


#positioner {
 width: auto;
 min-width: 320px;
}
#sidebar {
 width: auto;
 left: auto;
 min-width: 320px;
}
#logo {
 background: #79be51 url(../images/m_logo.jpg) 50% 0 no-repeat;
 background-size: 320px 90px;
 width: auto;
 min-width: 320px;
}
.blue #logo {
 background: #4388c9 url(../images/m_logo_blue.jpg) 50% 0 no-repeat;
 background-size: 320px 90px;
}
#main {
 border-left: none;
}
#logo:before {
 min-width: 320px;
 width: auto;
}

.smalltable {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.smalltable tbody td, tbody th {
display: table-cell;
}


.smalltable tbody td, th:before {
display: table-cell;
}

.smalltable tr:nth-child(odd) {
    background-color: palegreen;
}
.smalltable  tr:first-child {
    background-color: lightblue;
}
.smalltable  th:nth-child(odd),
.smalltable  td:nth-child(odd) {
    background-color: rgba(0,0,0,.05);
}

table {width:100%;}
thead {display: none;}
tr:nth-of-type(2n) {background-color: inherit;}
/* tr td:first-child {font-weight:bold;font-size:1.3em;}
tr th:first-child {font-weight:bold;font-size:1.3em;} */
tr td:first-child {font-weight:bold}
tr th:first-child {font-weight:bold}

tbody td, tbody th {display: block; text-align:left;}
tbody td, tbody th:before {
content: attr(data-th);
display: block;
}

}



