/* Our Program Page, Resident Profiles */


#MatchTable {
  Display: block;
  border-style: none;
  Margin: 20px 20px;
  Padding: 0px 100px;
}

table {

  border-style: solid;
  Border-color: black;
  border-collapse: collapse;
}

th, td {
  border: thin solid black;
  border-collapse: separate;
  border-spacing: 0px;
  background-color: white;
  text-align: center;
}

th {
  font-size: 20px;
font-weight: normal;
}

.justifyleft {
  text-align: left;
}

.MatchSuppText {
  text-align: left;
  padding: 5px 10px;
}

.MatchBut {
  background-color: none;
  color: #532F64;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border: 1px solid #532F64;
}
.MatchBut:hover {
  color: White;
  Background-color: #532F64;
}


.ApplicantsHide {
  display: none;
}
.ApplicantsShow {
  display: table-row;
}
.AppReqHide {
  display: none;
}
.AppReqShow {
  display: table-row;
}
.ROLHide {
  display: none;
}
.ROLShow {
  display: table-row;
}
.CostHide {
  display: none;
}
.CostShow {
  display: table-row;
}
.InterviewsHide {
  display: none;
}
.InterviewsShow {
  display: table-row;
}
.DecisionProHide {
  display: none;
}
.DecisionProShow {
  display: table-row;
}
.ResultsHide {
  display: none;
}
.ResultsShow {
  display: table-row;
}
.PossOutcomesHide {
  display: none;
}
.PossOutcomesShow {
  display: table-row;
}
.UnmatchedHide {
  display: none;
}
.UnmatchedShow {
  display: table-row;
}
.CouplesHide {
  display: none;
}
.CouplesShow {
  display: table-row;
}
