@IMPORT url("common-header.css");
@IMPORT url("common-footer.css");

/* lg */

#page,
#page #bg_header,
#page #bg_header #header,
#page #bg_content,
#page #bg_content #content,
#page #bg_footer,
#page #bg_footer #footer {
	background-color: transparent;
	outline: dotted black 0px;
}

#page #bg_header {
	border-bottom: solid #ddd 1px;
}

#page #bg_footer {
	border-top: solid #ddd 1px;
}

/* md */
@media screen and (max-width: 1200px){ }

/* sm */
@media screen and (max-width: 992px){ }

/* xs */
@media screen and (max-width: 768px){ }

/* xxs */
@media screen and (max-width: 500px){ }