
*, *::before, *::after {
    box-sizing: border-box;
}

html,
body {
	color: #444444;
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
body {
	background-color: #f2f2f2;
}

h1,h2,h3 {
	margin: 0 0 1rem 0;
	font-size: 1rem;
	display: block;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 .5rem 0;
}
h3 {
	font-size: .75rem;
}

p, li, span, a {
	font-size:.75rem;
}
p {
	margin: 0 0 .5rem 0;
}
i, em {
	font-style: italic;
}

b, strong {
    font-weight: bold;
}

a {
    color: #0000cc;
    text-decoration: underline;
}

.nbr {
	white-space: nowrap;
}

/* ----- */

#SiteHolder {
	min-width: 320px;
	max-width: 400px;
	margin: 0 auto;
	padding: 0 .5rem;
}

/* ----- */

#SiteHolder .siteHeader {
	margin: 1rem;
	padding: 0 1.5rem;
}

 .logoHolder {
	 margin: 0;
	 text-align: center;
 }
.logoHolder a {
	display: inline-block;
}

/* ----- */

.siteContent {
	overflow: hidden;
}

.standardContent {
	padding: 1.5rem;
	background-color: #ffffff;
	border-radius: 1rem;
}

.section.propOnline {
	padding: .25rem 1rem;
	font-size: 0;
	border-radius: 1rem;
	background-color: #BABABA;
}
.section.propOnline a {
	color: #ffffff;
	font-size: .7rem;
	text-transform: uppercase;
	text-decoration: none;
}

/* ----- */

#SiteBase {
	margin: 0 0 1rem 0;
	padding: 0 .25rem;
	color: #999999;
	text-align: center;
	overflow: hidden;
}

#SiteBase .baseMenu {
	margin: 0;
}

#SiteBase .baseMenu,
#SiteBase .baseMenu li {
	font-size: 0;
	display: inline-block;
	list-style-type: none;
	text-align: center;
}

#SiteBase .baseMenu li a {
	padding: .2rem .25rem;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
}

#SiteBase p,
#SiteBase .baseMenu li a {
	color: #999999;
	line-height: 1.2;
	font-size: .5rem;
}

@media (min-width: 480px) {

	#SiteBase .baseMenu li {
		display: inline-block;
	}
}

/* ----- */

.statusBox {
	margin: 1rem 0;
	padding: 1rem;
	background-color: #ffffcc;
	border: solid 1px #dddddd;
}

.standardButton {
	padding: .75rem 1rem;
	color: #ffffff;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	background-color: #398EB7;
	background-image: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 100%);
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.standardButton.dark {
	background-color: #cccccc;
}