body {
	margin: 0px;
	background-color: #ffffff;
}

body, div, table {
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 17px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}

p {
	margin: 0px;
}

.source {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

.ghost-button-semi-transparent {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  outline: none;
  text-decoration: none;
  transition: background-color 0.2s ease-out,
              border-color 0.2s ease-out;
}
.ghost-button-semi-transparent:hover,
.ghost-button-semi-transparent:active {
  background-color: #fff; /* fallback */
  background-color: rgba(255, 255, 255, 0.4);
  border-color: #fff; /* fallback */
  border-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease-in,
              border-color 0.3s ease-in;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #fff;
    margin:1em 0;
    padding:0;
}