html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background-color: rgb(26,26,26);
	margin: 0;
}
body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	height: 0;
}
.site {
	margin: 0;
	background-color: rgb(255,255,255);
}
.site-inner {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
}

tr.border_bottom td {
  border-bottom: thin dotted green;
}
h3.col_green {
	color: green;
}
.twocol {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	padding: 2px; 
	margin: 5px; 
	border:none;
}
.with_bor_top {
	padding: 2px; 
	margin: 5px; 
	border-top: 1px solid black;
}
.with_bor {
	padding :2px; 
	margin: 5px; 
	border: 1px solid black;
}
.art_info {
	padding: 5px; 
	margin: 20px 5px 20px 5px; 
	border: none;
}
.lst_link {
	padding-top: 20px; 
	padding-bottom: 20px; 
}
h1.txt-title {
	font-size: 50px;
	text-shadow: 
		0px 0px 0px transparent, 0px 1px 300px #000,
		2px 1px 4px #fff, 1px 2px 5px #000,
		3px 2px 5px #888, 2px 3px 5px #000,
		4px 3px 5px #777, 3px 4px 5px #000,
		5px 4px 5px #666, 4px 5px 5px #000,
		6px 5px 5px #eee, 5px 6px 5px #000,
		7px 6px 5px #ddd, 6px 7px 5px #000,
		8px 7px 1px #ccc, 7px 8px 5px #000,
		8px 8px 1px #fff;
	text-decoration: underline;
	font-stretch: extra-condensed;
	font-weight: bold;
	color: transparent;
}
.txt-3d {
	font-size: 16px;
	text-shadow:
		1px 0px #eee, 0px 1px #ccc,
		2px 1px #eee, 1px 2px #ccc,
		3px 2px #eee, 2px 3px #ccc,
		4px 3px #eee, 3px 4px #ccc,
		5px 4px #eee, 4px 5px #ccc,
		6px 5px #eee, 5px 6px #ccc,
		7px 6px #eee, 6px 7px #ccc,
		8px 7px #eee, 7px 8px #ccc,
		8px 8px #eee;
}
.img-calendar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
@media screen and (min-width: 44.375em) {
	.site {
		margin: 21px;
	}
	body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}
	body:not(.custom-background-image):before {
		top: 0;
	}
	body:not(.custom-background-image):after {
		bottom: 0;
	}
}
@media screen and (max-width: 44.375em) {
	table td {
		display: block;
	}
}
