
.dark_yellow_version1 {
	width: 100%;
	margin: 0 auto;
}

.header1 {
	height: 100%;
}

#content {
	width: 100%;
}

.footer1 {
	clear: both;
}

.copyrights1 {
	clear: both;
}

@media screen and (max-width: 980px) {
	.dark_yellow_version1 {
		width: 95%;
	}
	#content {
		width: 90%;
		padding: 3% 4%;
	}
}

@media screen and (max-width: 650px) {
	header {
		height: auto;
	}
	#color_yellow {
		margin-top: -10px;
    	display: block;
		font-size: 50px;
	}
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
		display: contents;
	}
	#download {
		display: contents;
	}
	#subs__table {
		font-size: x-small;
	}
	#file__table {
		display: contents;
        font-size: small;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
	}
}
