@charset "utf-8";
 @import url("page-layout.css");
 
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,600italic,700,700italic); /* font update search */
 
/* 
target ÷ context = result
30px ÷ 16px (100%) = 1.875em

the following styles moved to page-layout for editor 
html{}
body {}
h1,h2,h3,h4{}
.well h1, .well h2, .well h3, .well h4{}
h1{}
h2{}
h3{}
h4{}
*/
body {
	font-size: 110%;
}
