#contact {
	margin: 25px 10px 25px 10px;
	padding: 10px 10px 10px 25px;
	height: 600px;
}

#contact p {
  text-align: center;
}

#contact p.title {
	text-transform: capitalize;
	font-weight: bold;
	text-align: center;

}
#contact p a {
	color: #c0c7cd;
	font-size: small;
} 

#contact p a:hover{
	color: #fff;
} 

table {
  border-collapse: collapse;
  width: 42em;
  border: 1px solid #666;
	margin: 0px auto 10px 10px;
}

caption {
  font-size: .75em;
  font-weight: bold;
  margin: 1em 0;
}


th {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
}

th {
  font-weight: bolder;
  text-align: left;
}

th, td {
  padding: 0.1em 1em;
  text-align: left;
	font-size: small; 
}

.odd {
  background-color:#434542;
}

tr:hover {
  background-color: #aaa;
  color: #000;
}

thead tr:hover {
  background-color: transparent;
  color: inherit;
}

td a {
  color:#c0c7cd;
}

td a:hover {
  color:#fff;
} 
 

div#wrap-up p {
  text-align: left;
}
