/* null margins and padding to give good cross-browser baseline */
/* html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
} */


@media only screen and (max-width:600px) {
	* {
		-webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
	}
}

a {
    text-decoration: none;    
}

a:hover { text-decoration: underline}

.header .siteName {
    font-size: 26px;
    color: #fff;
    display:inline-flex;
}

.siteName{
    text-align: center;
}

.header {
   background-color: black;
   padding:15px;
}

body {
    margin:0px;
}

.pageContent {
    margin:15px;
}

div.field {
    display:block;        
}

div.nonField {
    display:none;
}