.btn-directory span {
   color: #fff;
   font-weight: 300;
}

.link-light {
   font-weight: 300 !important;
   color: #272743;
}

.bg-blue {
   background-color: #272743;
}

.directory-results .panel {
   box-shadow: 2px 2px 10px #e1e1e1;
   height: 100%;
}

.directory-results .panel .info-container {
   padding: 10px;
   text-align: center;
   font-size: 20px;
}

.spec-table-wrapper {
   padding: 20px;
}

.spec-table tr {
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.spec-table th {
   font-size: 18px;
   font-weight: 300;
}

.spec-table th, 
.spec-table td {
   color: #fff;
   padding: 10px 0;
}

.spec-table h4 {
   margin-bottom: 0;
   font-size: 18px;
}

.spec-table p {
   margin-bottom: 0;
}

.bg-blue {
   color: #fff;
}