@charset "utf-8";
body{
    background-image: url(../_images/background_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
}
.container{
	margin-left:auto;
	margin-right:auto;
    width: 1080px;
    background-color: rgba(255,255,255,.6);	
    box-shadow: 0 0 20px rgba(255,255,255,1);
}
.materi{
	padding:10px;
}
table {
	border:1px solid black;
	border-spacing:0;
}
th {
	padding:10px;
	border:1px solid black;
}
td {
	padding:10px;
	border:1px solid black;
}
@media (min-width: 481px) and (max-width: 1200px) {
.container {
	width:100%;
	height:auto;
}
}
@media screen and (max-width: 480px) {
.container {
	width:100%;
	height:auto;
}
}
