/*====================================================
Style-Sheet for max-weier.com
====================================================*/



@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro|PT+Sans|Carrois+Gothic|Rosario|Mandali|Open+Sans|Lato);


/* defaults */
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


/* body & text */
body {
	color: #000;
	font-family: 'Rosario', sans-serif;
	font-size: 1.1em;
	background: #fff;
	}
	
h1 {
	font-family: 'Old Standard TT', serif;
	color:#000; 
	font-size: 2.4em;
	font-weight:normal;
	font-style:italic;
	letter-spacing: -0.01em;
	line-height: normal;
	margin-bottom: 0.5em;
}
a {
	color:#000; 
	text-decoration:none;
}

/* table */
table {
	border: 1px solid #ccc;
	border-collapse:collapse;
}
th {
	background: transparent;
	text-align: left;
}
td { 
	vertical-align:top; 
	padding:5px;
	border: 1px solid #ccc;
}
.month {
	font-weight:bold; 
	}	