/* CSS Document */


#content		{ width:690px; float:left; padding-right:10px; box-sizing:border-box}

#sidebar		{ box-sizing: border-box; width:260px; float:left; margin-top:32px;
					background-color: #82c6aa; border-radius: 10px; }

@media screen and (max-width: 980px),(max-device-width: 980px) and (orientation: portrait) {
	#content	{ padding-right:0px; }
	#sidebar	{ margin-top:10px;}
}

@media screen and (max-width: 700px),(max-device-width: 700px) and (orientation: portrait) {
	#content	{ width:100%;}
}