h1{
	color: #FF8E8E;;
	text-align: center;
	font-size: 3rem;
}

h2{
	color: #0EC400;
	font-size: 2.5rem;
}

h3{
	color: #FF23F7;
}

h4{
  color: #DCAD30;
  text-align: center;
}

.table thead tr th{
	background-color: #FDD2FF;
	text-align: center;
	vertical-align: middle;
}

.table tbody tr td:nth-child(1){
  text-align: center;
  vertical-align: middle;
}

.table-project-managers tbody .table-strap{
  background-color: #FFFFDE;
}

.table-project-managers tbody tr td:nth-child(3){
   text-align: center;    
}

.table-project-managers tbody tr td:nth-child(4),
.table-project-managers tbody tr td:nth-child(5){
  text-align: right;
}

.table-deal-managers tbody tr td:nth-child(3){
  text-align: center;
}

.table-deal-managers tbody tr td:nth-child(4){
  text-align: right;
}



a{text-decoration: none;}
a:hover{text-decoration: underline;}

.bar-separator-3{
  height: 3px;
  background-color: #A064F1;
  margin-top: 30px;
  margin-bottom: 30px;
}  

.bar-separator-5{
  height: 5px;
  background-color: #A064F1;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bar-separator-6{
  height: 6px;
  background-color: #DD00A6;
  margin-top: 30px;
  margin-bottom: 30px;
}

.border-right {  border-right: 1px solid #eee;}

.border-right-3{
  border-right: 3px solid #A064F1;
}