table.border_black {
    border:1px solid black;
  }
table.border_black > thead > tr > th{
    border:1px solid black;
}
table.border_black > tbody > tr > td{
    border:1px solid black;
}

/* --- */

.shifted, p {
	padding-left:30px;
}

div.scroll {
    margin: 4px, 4px;
    padding: 4px;
    
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

pre
{
	background: #F5F5F5;
	padding: 10px;
	margin-left:20px;
}

.closebtn {
	font-size: 36px;
}	

/* --- Side Menu --- */
				
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 0px;
	padding-left:10px;
	z-index:2000;
	background: #FFFAF0 url(https://snowcron.com/images/menu_pattern.png) top left repeat;			
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 15px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: black;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

/* --- */

.sidebar_left
{
	vertical-align:top;
	margin-top: 5px;
	margin-bottom:0;
	padding: 10px 10px 10px 10px;
}

.sidebar_right
{
	vertical-align:top;
	margin-top: 5px;
	margin-bottom:0;
	padding: 10px 10px 10px 10px;
}

/* --- */
	
.section
{
	vertical-align:top;
	margin-top: 5px;
	margin-bottom:20;
	padding: 10px 10px 10px 10px;

	/*text-align:justify;*/
	text-justify:inter-word;
	
	background-color: white;
}

/* --- */

#menu_right 
{
	width:100%;
	min-width:160px;
	background:white;
}

#menu_right li 
{
	list-style-type:none; 
	margin:2px 0; 
	font-size:12px;
}

#menu_right a, #menu_right a:visited 
{
	position:relative; 
	display:block; 
	border:none; 
	color: #0088cc;
	text-decoration:none;
}

#menu_right a span, #menu_right a:visited span 
{
	display:none;
}

#menu_right a:hover 
{
	color:red; 
}

#menu_right a:hover span 
{
	position:absolute; 
	display:block; 
	left:90%; 
	top:0; 
	width:0px; 
	height:0px; 
	border-left:8px solid #c00; 
	border-top:8px solid #fff; 
	border-bottom:8px solid #fff; 
	font-size:1px; 
	line-height:0;
}

/* --- */
.image_with_link
{
	width:auto;
}

/* --- */

.tiled_box 
{
	display: inline-block;
	
	margin: 10px;
	vertical-align:top;
	text-align:left;
}

/* --- */

.basement
{
	float:bottom;
	background: #B5B5B5 url(https://snowcron.com/images/menu_pattern.png) top left repeat;
	width:100%;
	height:100px;
	color:white;
	text-align:center;
	padding:30px;
	margin-top:20px;
}


/* --- */

@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:right;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
	
	.hide_800_dn { display:none; }
}

/* --- */

/* Make sure ul, ol etc. are aligned with the rest of text */
ul
{
	list-style-position:inside;
	
	margin:5px 0 0 0;
	padding:0;
}

li
{
	font-size:14px;
}

/* --- */

.font_small
{
	font-size: 14px;
	font-family: "Helvetica Narrow","Arial Narrow",Tahoma,Arial,Helvetica,sans-serif;
}

/* --- */

.btn-large 
{
	padding: 11px 19px;
	font-size: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #E8E8E8 url(https://snowcron.com/images/menu_pattern.png) top left repeat;
	color:black;
	text-decoration:none;
	outline : none;
}

/* --- */

fieldset 
{
	border: 2px #e5e5e5 solid;	/* border: 2px #af3333 solid; */
	border-radius: 10px;

	padding: 10px 10px 10px;
	margin: 2px 2px 20px 2px;
	
	background:#E8E8E8 url(https://snowcron.com/images/menu_pattern.png) top left repeat;

	/*		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	background-color: #fff;
	*/
}

/* 
.wrappable_cols {
  width: 100%px;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
*/
/* --- */

/* Ensures paddings do not increase size of an element */
*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* --- */

/* Page footer */
.footer
{
	background-color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:40px;
	padding-left:20px;
	margin-top:20px;
}

.footer p, .footer li
{
	font-size:14px;
}

/* --- */

body 
{
	/*font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;	*/
	font-family: 'PT Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 16px;
	line-height:18px;
	background-color:#E8E8E8;	
	letter-spacing:1px;

	color:#555;
}

/* --- */

h1
{
	font-family: 'Egyptienne F', Cambria, Georgia, serif;
	font-size: 32px;
	letter-spacing: -1px;
	text-shadow: 2px 2px 1px #bbb;
	margin: 0px;
	line-height:30px;
	padding: 15px 10px 15px 10px;
}

h2
{
	font-family: 'Egyptienne F', Cambria, Georgia, serif;
	font-size:24px;
	text-shadow: 2px 2px 1px #bbb;
	line-height:25px;
	padding: 10px 10px 10px 10px;
}

h3
{
	font-family: 'Egyptienne F', Cambria, Georgia, serif;
	font-size:18px;
	line-height:20px;
	text-shadow: 1px 1px 1px #bbb;
	letter-spacing: 0px;
	padding: 10px 10px 10px 10px;
}

h4
{
	font-family: 'Egyptienne F', Cambria, Georgia, serif;
	font-size:16px;
	line-height:18px;
	text-shadow: 1px 1px 1px #bbb;
	letter-spacing: 0px;
	padding: 10px 10px 10px 10px;
}

h5
{
	font-family: 'Egyptienne F', Cambria, Georgia, serif;
	font-size:14px;
	line-height:16px;
	text-shadow: 1px 1px 1px #bbb;
	letter-spacing: 0px;
	padding: 10px 10px 10px 10px;
}

.header
{
	/*background-color:#CFCFCF;*/
	background: #E8E8E8 url(https://snowcron.com/images/menu_pattern.png) top left repeat;
	color:#696969;

	text-align:left;
	border:none;
	
	margin-top:0;
	margin-bottom:20px;
}

.header
{
	color:#696969;
}

.title_left h1
{
	font-size: 16px;
}

.title_left h2
{
	font-size: 12px;
}

.title_left h3
{
	font-size: 10px;
}


/* --- */

b
{
	letter-spacing: 0px;
}

/* --- */

.img_float_left
{
	border:0;
	margin-left:0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	float:left;
	
}

