body {
  font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
  margin: 0px;
}

a:visited {
  color: #0000ee;
}

.imgLink {
  text-decoration: none;
  display: inline-block;
  margin: 10px;
}

#result {
  white-space: pre-wrap;
}

#loggedIn {
  background-color: #193048;
  height: 60px;
  overflow: hidden;
}

#loggedIn a {
  color: white;
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

#profile {
	width: 800px;
    height: 600px;
    box-shadow: 0px 0px 25px #000000;
    position: absolute;
    top:100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#profile h3 {
  margin-left: 20px;
}

.profileRowLeft {
	float: left;
	width: 50%;
}

.profileRowRight {
	float: right;
	width: 50%;
}

.profileRow {
	clear:none;
}

