/* Media for larger devices */
@media screen and (min-width: 800px) {
	body {
		width: 600px;
	}
}

#mast {
	float: left;
}

#mod {
	float: right;
}

#mod + * {
	clear: both;
}

#ss-anim {
	float: right;
}

/* Media for smaller devices */
/* Remove the animated gif on small screens */
@media screen and (max-width: 480px) {
	#ss-anim {
		display: none;
	}
}

#news {
	width: 100%;
}

#col1 {
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#col2 {
	vertical-align: middle;
}

#col1 p.news {
	font-size: 50px;
	font-family: Courier, Courier New, serif;
}

li
{
	line-height: 150%;
}

#news {
	display: table;
}
#col1, #col2 {
	display: table-cell;
}

#news-info {
	border: 1ex outset;
	width: 77%;
	background: #f1ee4d; 
	height: 100%;
}

#news-info th {
	text-align: center;
	border-bottom: medium solid;
	font-size: 150%;
}

#collophon {
	float: right;
}

/* Media for smaller devices */
@media screen and (max-width: 480px) {
	#mast {
		width: 50%;
		height: auto;
	}
	#mast img{
		width: 100%;
		height: auto;
	}
	#mod
	{
		display: table-cell;
		width: 50%;
		text-align: right;
	}
	#contents {
		font-size: 133%;
		width: 100%;
	}
	#news {
		display: block;
	}
	#col1 {
		display: table;
	}
	#col1.row {
		display: table-row;
	}

	#col2 {
		display: table-row;
	}
	#col1 p
	{
		display: table-cell;
		width: 33%;
		vertical-align: middle;
	}
	#col1 p.news {
		font-size: 16px;
	}
	#col2 div {
		display: table-cell;
	}
	#news-info {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#news-info th {
		font-size: 100%;
	}
}
