@media screen and (max-width: 1000px) {

	#wrapper { width:100%; }
	#info-content { width:100%; }
}

@media screen and (max-width: 710px) {


}
@media screen and (max-width: 600px) {

#compliment-menu { width:100%; }

#suggest-compliment .btns { width:100%; }

.col1-3.text-middle { width:69%; }

.col1-3.text-left,.col1-3.text-right { width:13%; }
}

@media screen and (max-width: 550px) {

a.permalink span { display:none; }
a.back span { display:none; }


}

@media screen and (max-width: 480px) {

	html {
		-webkit-text-size-adjust: none;
	}
	
	.mr10 { margin-right:10%;}
}
