﻿.jobProfile .profileContent {
  width: 550px;
  float: left;
}

.jobProfile .profileDetails {
  display: inline-block;
  float: right;
  width: 250px;
}
.jobProfile .profileDetails ul {
  list-style: none;
  margin: 0px; padding: 0px;
  margin-top: 20px;
}

.jobProfile .profileDetails li {
  padding: 5px;
  border-bottom: solid rgb(216, 209, 193) 1px;
}

.jobProfile .profileContent table {
  width: 100%;
  border-spacing: 0px;
}

.jobProfile .profileContent table td {
  border-bottom: solid rgb(216, 209, 193) 1px;
}


.jobProfile .profileContent table td.name {
  width: 70%;
  font-weight: bold;
}

.jobProfile .profileContent table td.value {
  width: 30%;
}

.jobProfile h2 {
  font-size: 14pt;
}