body {
    color: #777;
		font-weight: 100;
}

.content {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 1050px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

.header {
     margin: 0;
     color: #333;
     text-align: center;
     padding: 2.5em 1em 0;
     #border-bottom: 1px solid #eee;
}

h1, h2, h3 {
    margin: 1.5em 0 1em 0;
    font-weight: 300;
    color: #666;
		line-height: 1em;
}

h3 {
    font-weight: 400;
		font-size: 1.1em;
}

img.responsive {
    max-width: 100%;
    height: auto;
}

a {
	text-decoration: none;
}

ul.tightstyle {
		padding: 0;
		list-style-type: none;
}

ul.tightstyle h3 {
		margin: 1em 0 0 0;
}

ul.tightstyle p {
		margin-top: 0;
}

ul.nomarker {
		list-style-type: none;
}

.photoalbum ul.tightstyle li {
		margin-top: 3em;
}

.pure-g.gutters{
  margin: 0 -0.5em;
}

.pure-g.gutters > [class *=pure-u]{
  box-sizing: border-box;
  padding: 0em 0.5em;
}

.framesrow img {
	margin-top: 1.5em;
}

p.first {
	margin-top: 0;
}

b, optgroup, strong {
	color: #666;
	font-weight: 400;
}

.mpc {
	//text-align: center;
}

table.astrotable {
	margin: 4em auto; width: 100%; text-align: center;
}

table.astrotable tr {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	margin: 1em; 
}

table.astrotable tr:last-child {
	border-bottom: 1px solid gray;
}

table.astrotable td {
	padding: 4px;
}

table.astrotable th {
	font-weight: normal;
	background-color:  #f3f3f3;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}
