.application .page-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.application h3 {
  margin-bottom: 20px;
}

.application #icons_circle {
  color: #f3c024;
}

.application #icons {
  color: black;
}

.application hr {
  border-top: 1px solid #f3c024;
}

/* My CSSs */

th,
td {
  text-align: center;
  font-size: 16px !important;
}

.table-head {
  background: #ffc904
}

table {
  color: black;
}

.gray-section {
  background-color: #f7f7f7 !important;
}