body{
	margin: 30px;
	background-image: url("pics/notes_bg.png");
}
div.month_block{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 16px;
	display: inline-block;
	width: 200px;
	vertical-align: top;
}
div.rap{
	width: 100%;
}
div.rap_actual{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
}
div.rap_date{
	text-align: center;
	font-family: Times New Roman;
	padding-bottom: 30px;
}
div.note{
	width: 239px;
	height: 243px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	word-wrap: break-word;
	margin-bottom: 40px;
	box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.2)
}
div.note_actual{
	height: 76%;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial;
	font-size: 16px;
}
div.note.yellow{
	background-image: url("pics/note_yellow.png");
	transform: rotate(-3deg);
}
div.note.green{
	background-image: url("pics/note_green.png");
	transform: rotate(3deg);
}
div.date{
	position: relative;
	bottom: 10px;
	right: 10px;
	text-align: right;
	right: 10px;
	bottom: 10px;
	font-family: Times New Roman;
}
div.content.wideboy{
	width: 100%;
}
div.content{
	width: 80%;
	text-align: center;
	margin: auto;
	font-family: Arial;
	display: block;
}
div.content_half{
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
div.logo{
	width: 564px;
	height: 176px;
	background-image: url("pics/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	margin-bottom: 20px;
}
div.logo_rap{
	width: 564px;
	height: 176px;
	background-image: url("pics/logo_rap.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	margin-bottom: 20px;
}
a{
	text-decoration: none;
	color: black;
}
a:hover{
	color: grey;
}
ul.dates{
	padding: 0px;
}
ul.dates li{
	list-style: none;
	display: inline-block;
}
ul.dates li:after{
	content: " |";
}
ul.dates li:last-child:after{
	content: "";
}
@media (max-width: 767px){
	body{
		margin: 8px;
	}
	div.content{
		width: 90%;
	}
	div.logo, div.logo_rap{
		background-size: contain;
		padding-top: 32%;
		width: 100%;
		height: 0px;
		margin-top: 32px;
	}
	div.month_block{
		margin-top: 0px;
		margin-bottom: 0px;
		width: 25%;
	}
	div.month_block h2{
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 16px;
	}
	ul.dates li:after{
		content: "";
	}
	div.content_half{
		width: 100%;
	}
}