html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #122441;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	color: #707070;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #FEE722;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

#banner-wrapper
{
	overflow: hidden;
	height: 11em;
	background: url(images/fon7.jpg) no-repeat top center;
	/*background: url(images/img01.jpg) no-repeat top center;*/
	background-size: cover;
}

#header-wrapper
{
	background: #061123;
}

.container {
	width: 70%;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	height: 60px;
}

/** LOGO */

#logo {
	position: relative;
	float: left;
	/*width: 30%;*/
	/*max-width: 300px;*/
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	/*display: block;*/
	/*top: 0px;*/
	/*left: 0px;*/
	/*width: 100%;*/
	height: 100%;
	font-size: 19pt;
	font-weight: 500;
	color: #CCC;
	/*line-height: 60px;*/
}

#logo h1 a {
	/*display: block;*/
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	/*width: 100%;*/
	height: 100%;
	font-size: 21pt;
	font-weight: 400;
	text-decoration: none;
	/*text-transform: uppercase;*/
	line-height: 60px;
	color: #FFF;
}

/** MENU */

#dropDownMenu {
	float: right;
	display: none;

	margin: 0px;
	padding: 0px 2em;
	color: #FFF;
}

#dropDownMenu ul {
	line-height: 60px;
	text-transform: uppercase;
	list-style: none;
	padding-left: 0;
}

#dropDownMenu ul a {
	text-decoration: none;
	color: inherit;
}

#dropDownMenu ul ul {
	display: none;
	position: absolute;
	float: right;
	list-style: none;
}

#dropDownMenu ul ul li {
	margin-left: -30px;
	padding-left: 30px;
	padding-right: 30px;
	background: rgba(24, 24, 24, 0.95);
}

#dropDownMenu .selected {
	background: #273B66;
	pointer-events: none;
	cursor: default;
}

#dropDownMenu ul ul li:hover {
	text-decoration: underline;
}

#dropDownMenu ul li:hover ul.dropDownItem {
	display: block;
}

#dropDownMenu ul li ul.dropdown li{
	display: block;
}


#menu {
	display: none;
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0px 2em;
}

#menu a {
	display: block;
	line-height: 60px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	overflow: hidden;
	padding: 5em 0em 0em 0em;
}

#menu .selected {
	background-color: #273B66;
	pointer-events: none;
	cursor: default;
}

/** CONTENT */

#content {
	float: left;
	width: 75%;
}

.post {
	overflow: hidden;
	padding: 50px 50px 0px 50px;
	margin-bottom: 40px;
	border: 1px solid #E7EBED;
	border-radius: 8px;
	background: #FFF;
}

.post a
{
	color: #262626;
}

.post .title {
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
}

.post .title a {
	border: none;
	font-size: 1.5em;
	letter-spacing: -2px;
	text-decoration: none;
	font-weight: 600;
	color: #222222;
}

.post .meta {
	margin-bottom: 30px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-weight: 300;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 40px 0px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	padding: 5px 5px;
	margin-right: 10px;
	background: #222222;
	border-radius: 8px;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	padding: 5px 5px;
	background: #222222;
	color: #FFFFFF !important;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
}

/** SIDEBAR */

#sidebar {

	overflow: hidden;
	float: right;
	width: 20%;
	/*padding-top: 5em;*/
}

#sidebar img {
	margin-bottom: 30px;
	padding: 0;
	width: 95%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 60px;
}

#sidebar li li {
	line-height: 40px;
	border-bottom: 1px solid #282A2B;
	margin: 0px 0px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	color: #707070;
}

#sidebar h2 {
	height: 38px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	font-weight: 600;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
/* Footer */

#footer {
	overflow: hidden;
	padding: 3em 0em;
	border-top: 1px solid #282A2B;
}

#footer p {
	text-align: center;
}

#footer a {
	color: #6B6B6B;
}



/** SPOILER **/

/*input[id^="spoiler"] {
	display: none;
}

input[id^="spoiler"] + label {
	display: block;
	width: 200px;
	margin: 0 auto;
	padding: 5px 20px;
	background: #e1a;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border-radius: 8px;
	cursor: pointer;
	transition: all .6s;
}

input[id^="spoiler"]:checked + label {
	color: #333;
	background: #ccc;
}

input[id^="spoiler"] ~ .spoiler {
	width: 90%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	margin: 10px auto 0; 
	padding: 10px; 
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 8px;
	transition: all .6s;
}

input[id^="spoiler"]:checked + label + .spoiler{
	height: auto;
	opacity: 1;
	padding: 10px;
}
*/



/*.post {
	overflow: hidden;
	padding: 50px 50px 30px 50px;
	margin-bottom: 40px;
	border: 1px solid #E7EBED;
	border-radius: 8px;
	background: #FFF;
}
*/

.toggleable {
	display:none;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 8px;
	background: #EEE;
}

.toggleable h4 {
	margin-top: 5px;
}

.toggleable h6 {
	font-size: 11pt;
	margin-top: 5px;
	text-align: center;
}

.toggleable table {
	min-width: 300px;
	border-collapse: collapse;
	border: 1px solid #999999;
	margin: 15px 0px 25px 0px;
	text-align: center;
}

.toggleable tr, td {
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding: 10px;
}

.toggleable th {
	text-align: center;
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
	border-left: 1px solid #999999;
	/*border: 1px solid #FFFFFF;*/
}

.toggleable td:nth-child(1) {
	font-weight: 1500;
}

.toggleable img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.toggleable .plots {
	max-width: 480px;
	width: 100%; 
}

#UF-filter{
	max-width: 702;
	width: 100%; 
}

.toggleable .minscreen {
	overflow: hidden;
	padding-left: 20px;
	padding-top: 30px;
	margin-top: 50px;
	border-top: 2px solid #555;
}

.toggleable .minscreen h5 {
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 15px;
}

.toggleable .minscreen h6 {
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
}

.toggleable .minscreen h5 {
	font-size: 12pt;
	margin-top: 20px;
	margin-bottom: 15px;
}

.floating_divs_container {
}

.floating_div {
	width: 41%;
	min-width: 250px;
	max-width: 450px;
	margin: 0px 2% 0px 2%;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	vertical-align: top;
	/*background: orange;*/
}

.floating_div table {
	min-width: 250px;
}

#div_K8 table {
	margin: 60px 0px 0px 0px;
}

.non_toggleable {
	display:block;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 8px;
	background: #EEE;
}

.non_toggleable img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.non_toggleable .plots {
	max-width: 780px;
	width: 100%; 
}
