@charset "UTF-8";

body{
	text-align:center;
	box-sizing:border-box;
	font-family:"Lato",Sans-serif;
	background-color: #666;
	/*   position:relative; */
	padding: 8px;
	font-size: 16px;
	line-height: 1.5;
}

.ib {
  display: inline-block;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.mrfpopup div {
	display: block;
}

.searchpopup div {
	display: block;	
	margin: 0;
	padding: 0;
}

.eventpopup div {
	display: block;
}

.green {
	color: green;
}
.iframepopup div {
		display: block;
}

input {
	height:30px;
}

h1 {
	font-size: 1.4em;1
}
h2 {
	font-size: 1.3em;
	margin: 10px 50px 5px 50px;
}

h3 {
	font-size: 1.2em;
	margin: 10px;
}

h4 {
	font-size: 0.9em;
	margin: 8px;
	font-weight: bold;
}

body:before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .1;
	z-index: -1;
	background: url('/collection/images/Logo.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

body, html {
	height: 100%;
}

p { margin-top: 2px; margin-bottom: 2px; }

.hsKeywords .highslide-header .highslide-close {
	display: none;
}
	
label.righttop {
	display: block;
	width: 64px; 
	position: absolute; 
	top: 10px; 
	right: 10px; 
	font-size: 1.2em;
}

label.language {
	width: 30px;
	display: block;
	position: absolute; 
	top: 10px; 
	right: 50px; 
	font-size: 1em;
	z-index: 10;
}

label.languageLogin {
	width: 30px;
	display: block;
	position: absolute; 
	top: 20px; 
	right: 50px; 
	font-size: 1em;
	z-index: 10;
}

label.languageleft {
	width: 30px;
	display: block;
	position: absolute; 
	top: 10px; 
	right: 72px; 
	font-size: 1em;
	z-index: 10;
}

label.language select, 
label.languageLogin select,
label.languageleft select,
div.languageAttached select {	
  	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
	height: 30px;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
    padding: 0;     
  	border: none;
  	width: 100%;  
  	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  	border-radius: 3px;
  	outline: none;
  	cursor: pointer;
}


label.hamburg {
	display: block;
	width: 40px; 
	height: 40px;
	position: absolute;
	margin-left: 6px;
	margin-top: -4px;
	border-radius: 4px;
}

input#hamburg {display:none}

.line {
	position: absolute;
	left: 0px;
	height: 4px; width: 40px;
	background: #fff; border-radius: 2px;
	display: block;
	transition: 0.5s;
	transform-origin: center;
}

.line:nth-child(1) { top: 6px; }
.line:nth-child(2) { top: 18px; }
.line:nth-child(3) { top: 30px; }

#hamburg:checked + .hamburg .line:nth-child(1){
	transform: translateY(12px) rotate(-45deg);
	background-color: #999;
}

#hamburg:checked + .hamburg .line:nth-child(2){
	opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
	transform: translateY(-12px) rotate(45deg);
	background-color: #666;	
}

.centerbox {
	position:static;
	overflow:auto;
	z-index: 1;
	background-color:#f9f9f9;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow:2px 2px rgba(0,0,0,0.1);
	-khtml-box-shadow:2px 2px rgba(0,0,0,0.1);
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0px solid #ccc;
	border-radius: 6px;	
	width:99%;
	margin: -45px 0.5% 0 0.5%;
	display:none; 
	text-align: left; 
	padding: 0px 20px 0px 20px; 
	margin-bottom: 10px;
}

#opencoll, #createcoll {
	width: 180px;
	height: 40px;
	display:table-cell;
	vertical-align:middle
}

.round {
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border:0 solid #ccc;
	border-radius:4px;
	padding:2px;
}

.top {
	vertical-align: top;
}

div.glyphsingle {
	width: 30px;
}

.jsonview ul {
  list-style: none;
  margin: 0 20px 0 20px;
  background-color: white;
  font-size: 0.9em; 
}

.jsonview dt, .jsonview dd {
	display: inline;	
}

.jsonview dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}

.jsonview dt {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}

.jsonview dd {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}

.slide ul {
  list-style: none;
  margin: 0 20px 0 20px;
  background-color: white;
  font-size: 0.9em; 
}

.slide dt, .slide dd {
	display: inline;	
}

.slide dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}

.slide dt {
  float: left;
  width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}

.slide dt:first-child {
	width: 200px;
}

.slide dd {
  float: left;
  min-width: 50%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 0;
  margin: 0
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin: 0 20px 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  

}

li {
	margin: 0 10px 0 10px;
}

.mtextA {
	font-size: 1em;
	float: left;
	width:calc(100% - 22px);
	border: 1px solid rgba(0, 0, 0, .0);
}

.mtext {
	font-size: 1em;
	width:calc(100% - 22px);
}


.bgAjax{
	padding-right:0px;
	padding-left:5px;
	margin-right:auto;
	margin-left:auto;
	background-color: #ccc;
	width: 100%;
	min-height: 100%;
  	height:auto !important;
  	height:100%;
}

.aAjax {
	width:50px;
	text-align: right;
}

.bAjax {
	width: 100%;
}

.cAjax {
	width:24px;
	min-width: 24px;
}

.aA {
	float: left;
	width:30px;
}

.aB {
	float: left;
	width: calc(100% - 52px);
}

.aB2 {
	float: left;
	width: calc(100% - 44px);
}

.aB3 {
	float: left;	
	width:calc(100% - 112px);
}

.aB4 {
	float: left;	
	width:calc(100% - 92px);
}

.aB4:hover {
    cursor: pointer;
}

.aC {
	width:22px;
	text-align: right;
	display: inline-block;
}

.aC1 {
	width:56px;	
	text-align: right;
	display: inline-block;
}

.aF {
	width:calc(100% - 44px); 
	margin-left: 44px;
}

.kapitaelchen {
	font-variant: small-caps;
}

.remove {
	font-size: 1em;
	float: left;
	width:1.2em;
	text-align:right;
	margin-top: 6px;
}

.remove2 {
	font-size: 1em;
	width:1.2em;
	text-align:right;
	margin-top: -4px;
}

.guid, .gusid {

	font-size: 1.1em;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.formula {
	font-size: 1em;
}

.redborder {
	border: 1px solid red;	
}

a:link, a:visited {
	color: #226;
}

a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}

a:hover div {
	background-color:rgba(0,0,0,0.7);
}

a.nohover:hover {
	text-decoration: none;
	cursor: pointer;
}

.section {
	box-shadow:1px 1px 2px rgba(9,9,9,0.1);
	/* background-color: #fffef8;*/
	background-color: #fafafa;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:2px;	
	width: 100%; 
	margin-bottom: 10px;
	display: inline-block;
}

.subsection {	
	background-color: #fafafa;
	padding:0px;	
	width: 100%; 
}

.smallSectionTitle {
	font-size: 0.75em; 
	text-align: right; 
	text-decoration: underline #f0f0f0;
}

.light {
	background-color: #f6f6f6;
	margin-top: 2px;
}

.lighter {
	background-color: #f3f3f3;
	margin-top: 2px;
}

.darker {
	background-color: #eaeaea;
	margin-top: 2px;
}

.dark {
	background-color: #999999;
	margin-top: 2px;
}

.darkerviolett {
	background-color: #f8eefe;
}

.lighterviolett {
	background-color: #fbf3ff;
}

.darkermilit {
	background-color: #eeeedf;
}

.lightermilit {
	background-color: #f3f3e3;
}

.white {
	background-color: #ffffff;
}

.gradientWhite {
	background-image: linear-gradient(#f3f3f3, #ffffff, #ffffff, #f3f3f3);
}

div.block{
	display: inline-block;
}

.msg{
	background-color: yellow;
}

a.forgotpwdlink, a.forgotpwdlink:visited {
	color: darkblue;
}

a.forgotpwdlink:hover {
	text-decoration: underline;
}

.buttonR,
.buttonG {
	text-decoration:none;
	color:#000;
	white-space:nowrap;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border:0 solid #ccc;
	border-radius:4px;
	border-top:1px solid #d8d8e7;
	border-left:1px solid #d8d8e7;
	border-bottom:1px solid #96a2ae;
	border-right:1px solid #96a2ae;
	font-family:Tahoma,Geneva,Kalimati,sans-serif;
	margin:0 2px;	
	padding:1px 4px;
}

.buttonR:hover {
	font-size:1em;
}

.buttonG {
	font-size:1em;
	background-color:#cff;
	box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px rgba(0,0,0,0.3);
	-khtml-box-shadow:1px 1px rgba(0,0,0,0.3);
	padding:2px 4px;	
}

.buttonR {
	font-size:0.9em;
	background-color:#ddd;
}

.divTable {
	display: table;
    width:98%;
    background-color:#eee;
    border:1px solid  #666666;
    border-spacing:1px;/*cellspacing:poor IE support for  this*/
    /* border-collapse:separate;*/
    margin: auto;
}

.divRow {
	display:table-row;
    width:auto;
}

.divCell {
	float:left; /*fix for  buggy browsers*/
	display:table-column;
	background-color:#ccc
}

.divCell:nth-child(1) {
	width: 80%;
	text-align: left;	
}
.divCell:nth-child(2) {
	width: 20%;	
	text-align: center;
}

.divCellPerm {
	float:left; /*fix for  buggy browsers*/
	display:table-column;
	background-color:#ccc
}

.divCellPerm:nth-child(1) {
	width: calc(100% - 30px);
	text-align: left;	
}
.divCellPerm:nth-child(2) {
	width: 30px;	
	text-align: center;
}

.table { 
	display:  table;
	margin-bottom: 0px;
}

.table-row{
	width:100%;
}

.table-cell {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}	

.table-cell:nth-child(1) {
	width: 100%;	 
}
.table-cell:nth-child(2) {
	width: 100%; 
}
.table-cell:nth-child(3) {
	width: 100%;
	text-align: right;
}
a.aMargin {
	margin: 0 5px 0 5px;
	float: right;
}
@media (min-width: 600px) {
	.table { 
   		display: table;
   		width: 98%;
   		margin-left: 1%;
   		table-layout: fixed;
	}
	.table-row {
		display: table-row; 
	}
	.table-cell {
		display: table-cell; 
	}
	.table-cell:nth-child(1) {
		width: 60%;
	}
	.table-cell:nth-child(2) {
		width: 40%;	
	}	
	.table-cell:nth-child(3) {
		width: 66px;
		text-align: right;
	}
	a.aMargin {
		margin: 4px 5px 4px 5px;
	}
}

div.hoverlink:hover{
	background: rgba(255,255,0,0.05);
}

div.fileupload-buttonbar {
	width: 98%;
	margin:5px;
}

.uploadpresent{
  width: 98%;
  margin-bottom: 0px;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  font-size: 1.1em;
	left:30px;
	right:30px;  
}

.dropdown-content2 {
  background-color: #f9f9f9;
  width: 40%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.pointer {
  cursor: pointer;
}

#iframe1 {
  width: calc(100% - 60px); 
  left: 30px; 
  bottom: 20px; 
  position: absolute; 
  float: left;
  min-height: calc(100% - 160px);
  height:auto !important;
  height: calc(100% - 160px);
}

@media (min-width:1200px){
	#iframe1{
		width: 1130px;
		left: calc(50% - 565px);
	}
}

table.accounts {
	width: 100%;
	margin: 0;
	font-size: 0.9em;
}

table.accounts tr td {
	padding: 3px 10px 3px 10px;
	display: flex;
	float: left;

}

table.accounts tr td:nth-child(1) {
 width: 40px;
}

table.accounts tr td:nth-child(2) {
 width: 160px;
}

table.accounts tr td:nth-child(3) {
 width: 250px;
}

table.accounts tr td:nth-child(4) {
 width: 80px;
}

table.accounts tr td:nth-child(5) {
 width: 210px;
}
tr.details {
	border-top: 1px solid #f0f0f0;
}

.ownCheckbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.ownCheckbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #41B883;
    position: absolute;
    left: 0.5rem;
    top: -0.9rem;
    font-size: 1.5em;
    box-shadow: 0px 0px 2px 2px #fff,
}

.ownCheckbox > input:active {
    border: 2px solid #34495E;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:25px;
    height:25px;
    background:#f0f0f0;
    border-radius:5px;
    border:0;
    position: relative;
    vertical-align: middle;
    bottom: 2px;
}

input[type='checkbox']:checked {

	background: #606060;
    box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.5), 
    			0px 0px 3px 3px rgba(255,255,255,0.5);

}

input[type='checkbox']:hover {
    cursor: pointer;
}

input[type='radio'] {
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='radio']:checked {
    background: #a66;
}

input[type='radio']:hover {
    cursor: pointer;
}

.navtop {
  background-color: #2f3947;
  height: 60px;
  width: 100%;
  border: 0;
}

.navtop div {
  display: flex;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.navtop div h1, .navtop div a {
  display: inline-flex;
  align-items: center;
}

.navtop div h1 {
  flex: 1;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  color: #eaebed;
  font-weight: normal;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: bold;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop div a:hover {
  color: #eaebed;
}

.container {
	width: 98%;
	max-width: 1200px;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 1.3em;
  border-bottom: 1px solid #e0e0e3;
  color: #4a536e;
}

.content .block {
  width: 100%; 
  padding: 5px;  
  margin-bottom: 5px;
  box-shadow:1px 1px 2px rgba(9,9,9,0.3);
}

.content .block table {
  width: 100%;
}

.content .block table td {
  overflow: hidden;
  padding: 5px;
}

.content .block table td:first-child {
  font-weight: bold;
  color: #4a536e;
  padding-right: 15px;
}

.content .block table td:last-child {
  word-break: break-all;
}

.content .block p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.table {
	background-color: #fff;
	font-size: 1.1em;
	width: 99%;
	margin: 0 0.5% 0 0.5%
}

label.label {
	width: 300px;
	font-size: 1.1em;
	display: block;
}

input.input {
	min-width: calc(100%);
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.imgcontainer {
  position: relative;
  text-align: center;
  color: white;
  display: inline-block;
}

.iframeContainer{
	margin-right:auto;
	margin-left:auto;
	background-color: #ccc;
	width: 100%;
	min-height: 100%;
  	height:auto !important;
  	height:100%;
}

.clearit {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
	visibility:hidden;
}

.roundframe {
	background:#f5f5f5;
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	padding:0 5px;
	width: 100%;
}

.shadow {
	box-shadow:1px 1px 2px rgba(9,9,9,0.3);
}

.shadow-big {
	box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);  
}

.asSelectStyle {
	height: 34px;
}

::placeholder {
  color: #808080;
  font-size: 0.9em;
}

input {
  text-indent: 10px;
  border:0;
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
  border-radius: 3px;
  height: 34px;  
}

textarea {
  padding-left: 10px;
  border:0;
  box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.2);
  border-radius: 3px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    display: block;   
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: auto;
}

.overlaysmall {
	font-size: 65%;
	width: calc(100% - 10px);
	left: 5px;
	background-color:rgba(0,0,0,0.3); 
	color: #FFF;
}

.fade_line {
	height: 1px;
	background-color: #E6E6E6;
	width: 98%;
	margin: 0 auto;
	padding-top: 0px;
	background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -o-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -moz-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -ms-linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
	background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, gray), color-stop(0.98, white) );
	opacity: .5;
}

.extrasmall {
	font-size: 0.7em;
}

.infobg {
	background-color: #fffc00;
	border:0 solid #ccc;
	border-radius:4px;
	padding:2px;
	width: 99%;
	margin: 0 0.5% 0 0.5%;
}

@media screen and (max-width: 400px) {
  .login, .register {
    width: 100%;
  }
}

@media screen and (max-width: 2000px) {
  .navtop {
    height: auto;
    padding: 10px;
  }
  .navtop div {
    flex-flow: wrap;
    width: 100%;
  }
  .navtop div h1 {
    display: block;
    flex-basis: 100%;
  }
  .navtop div a {
    padding: 10px 0;
    flex-basis: 25%;
  }
  .content {
    padding: 10px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
  }
}

i.ionbigger {
	font-size: 1.1em;
}

div.section_header {
	padding: 3px 3px 3px 3px;
	background-color: #BCBCBC;
	font-size: 1.1em;
	width: 98%;		
}

span.font-white {
	color: #FFFFFF;
}

img.down {
	height: 25px;
}

/* select boxes start */
.select-wrapper {
	position: relative;
}

.select-wrapper::before {
  font-family: Ionicons;
  content: "\f3d0";
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 5px;
  color: #000;
  pointer-events: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 34px;
  -moz-padding-start: calc(10px - 3px);
  padding-left: 10px;
  background: url(images/FFFFFF-0.5.png) repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  text-overflow: ellipsis;
  color: gray;
}

select:selected {
	  color: black;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: gray;
  font-size: 0.9em;
}

ul#liste {
	font-family: "Open Sans", sans-serif; 
	font-size: 0.9em;	
	width: calc(99% - 30px);
	background-color: rgba(255,255,255,0.5);
	border: 0 solid #ccc;
	border-radius: 4px;
}

ul#liste li {
	border-top: 1px solid rgba(128,128,128,0.1);
}

select#liste option {
  font-size: 0.9em;
}
select option:not(:first-child){
  color: black;
}

select:focus::-ms-value {
  background-color: transparent;
}

select#liste option:first-child{
	color: black;
}
/* select boxes end */

div.newspaper {
	margin-top: 5px;
	margin-bottom: 5px;
 	line-height: 2em;
}


.W99{
	width: 99%;
	margin: 5px;	
}
 
/* star rating */
.rating, .rarity {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    width: 100%;
    margin-left: 1%;
    height:40px;
}

.rating>input, .rarity>input {
    display: none;    
}

.rating>label, .rarity>label {
    position: relative;
    width: 1em;
    font-size: 2em;
    color: #606060;
    cursor: pointer;
    margin-top: -0.3em;
    margin-bottom: -0.3em;
    text-shadow: 2px 2px 4px #909090;
}

.rating>label::before, .rarity>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0;
    color: #ffff00;
}

.rating>label:hover:before,
.rating>label:hover~label:before,
.rarity>label:hover:before,
.rarity>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before,
.rarity>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before,
.rarity:hover>input:checked~label:before {
    opacity: 0.4
}
/* end star rating */

.weighting>label, 
.radioactive>label,
.opacity>label {
	position: relative;
    top: -0.15em;
    margin-bottom: -0.15em;    
    font-size: 0.9em;
    font-weight: normal;
}


td.uploadPriiviewImage {
	max-width: 100px;
	width: 100px;
}
td.uploadPreviewFileName {
	font-size: 0.8em;	
}
td.uploadPreviewFileSize {
	width: 100px;
	font-size: 0.8em;	
}
td.uploadPriviewButton {
	text-align: right;
	white-space: nowrap;
	width: 100px;
}

@media screen and (min-width: 767px){
	td.uploadPriviewButton {
		width: 250px;
	}	
}

@media screen and (max-width: 400px){	
	body {
		font-size: 16px;
	}
	div.newspaper {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		clear:both;
		width: 100%;
	}
}


@media screen and (max-width: 500px){	
	div#collection-image {
		display: none;
	}
	div.newspaper2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		clear:both;
		width: 100%;
	}


}

@media screen and (min-width: 600px){
	div#link-icons{
		width: 66px;		
	}
}

@media screen and (min-width: 600px){
	div.newspaper {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		clear:both;
		width: 100%;
	}
}

@media screen and (min-width: 800px){
	div.newspaper2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		clear:both;
		width: 100%;
	}
}

@media screen and (min-width: 900px){
	div.newspaper {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		clear:both;
		width: 100%;
	}
}


div.a,
div.c,
div.e,
div.g,
div.i,
div.k,
div.m,
div.o,
div.q,
div.s,
div.u,
div.w,
div.y
{
	position:absolute;
    border-left: 1px dotted gray;
}

div.a {
	left:0;
}

div.c {
	left:40px;
}

div.e {
	left:80px;
}

div.g {
	left:120px;
}

div.i {
	left:160px;
}

div.k {
	left:200px;
}

div.m {
	left:240px;
}

div.o {
	left:280px;
}

div.q {
	left:320px;
}

div.s {
	left:360px;
}

div.u {
	left:400px;
}

div.w {
	left:440px;
}

div.y {
	left:480px;
}

div.b,
div.d,
div.f,
div.h,
div.j,
div.l,
div.n,
div.p,
div.r,
div.t,
div.v,
div.x,
div.z
{	
	position:absolute;
	border-left: 1px dotted gray;
}

div.b {
	left:20px;
}

div.d {
	left:60px;
}

div.f {
	left:100px;
}

div.h {
	left:140px;
}

div.j {
	left:180px;
}

div.l {
	left:220px;
}

div.n {
	left:260px;
}

div.p {
	left:300px;
}

div.r {
	left:340px;
}

div.t {
	left:380px;
}

div.v {
	left:420px;
}

div.x {
	left:460px;
}

div.z {
	left:500px;
}


div.re {
	position:relative;
}

div.re a {
	color:#00008B;
}

div.hun {
	width:100%;
}

div.te {
	width:5px;
}

div.inca {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	right:5px;
}

div.maintree{
	width: 100%;
	text-align: left;
	font-size: 0.9em;
}

div#licenseComment {
	width: 99%; 
	margin: 0 0.5% 0 0.5%; 
	background-color: white; 
	font-size: 0.7em; 
	font-family: sans-serif;
}

div#licenseComment ul li {
	padding: 2px;
}

div#licenseComment ul {
	margin-bottom: 5px;
}

div#licenseComment {
	margin-top: 5px;
}


span.upperframe {
	padding: 0;
	display: block;
	padding-left: 20px;
}
span.upperframe span {
	padding: 0;
	height: 12px;
	display: block;
}
span.lowerframe {
	padding: 0;
	display: block;
	padding-left: 20px;
}
span.lowerframe span {
	padding: 0;
	height: 12px;
	display: block;
}

span.upperframe { background: url(images/main_block.png) 0 -90px no-repeat; }
span.upperframe span { background: url(images/main_block.png) 100% -90px no-repeat; }
span.lowerframe { background: url(images/main_block.png) 0 -102px no-repeat; }
span.lowerframe span { background: url(images/main_block.png) 100% -102px no-repeat; }

