@charset "utf-8";

#profile img {
  border:1px solid #aaa;
  padding:5px;
  margin:3px;
  width: 180px;
}

#profile h1 {
  color:white;
  background:#0093D0;
  border: 0px;
  text-align:center;
  font-size: 20px;
}

#profile h2 {
  border-left:solid 5px #0093D0;
  border-top:0;
  border-right:0;
  border-bottom:0;
  border-radius:0;
  padding-left:10px;
}

.profileimg img {
  border-radius: 50%;
  border:1px solid #aaa;
  padding:5px;
  margin:3px;
  width: 180px;
}

table {
 width: 100%;
 border-collapse: collapse;
 margin-bottom: 16px;
}

table th,
table td {
  border: 1px solid #c7c7c7;
  padding: 8px;
}

th {
  background-color: #f1ede4;
  text-align: left;
  width: 5em;
}
