.page-header {
    width: 60%;
}

#pdf_icon {
  width: 40%;
  height: auto;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

th {
  background-color: #7C898F;
  color: white;
} 



.table{
    border:1px solid black;
  }
.table > thead > tr > th{
    border:1px solid black;
}
.table > tbody > tr > td{
    border:1px solid black;
}

.tech_desc_menu{
  padding-top: 250px;
}

.tech_desc_menu a{
  color: #003896;
}