.custom-table {
  border-right: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  width: 100%;
  border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}

.custom-table th,
.custom-table td {
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  text-align: center;
  padding: 4px;
}

.custom-table th {
  background-color: #606060;
  color: #fff;
  font-weight: 500;
}

.custom-table tr:nth-child(even) {
  background-color: #f0f0f0;
}

/*  */
.custom-button {
  background: #a3a3a3;
  border-radius: 2px;
  padding: 5px 25px;
  color: #ffffff;
  text-decoration: none;
  display: block;
}

/*  */
.custom-btn {
  border-radius: 2px;
  padding: 5px 25px;
  text-decoration: none;
}
.custom-btn-primary {
  background: #aaaaaa;
  color: #ffffff;
}
.custom-btn-primary:hover {
  background: #e0e0e0;
  color: #606060;
}
.custom-btn-secondary {
  background: #5ca867;
  color: #ffffff;
}
.custom-btn-secondary:hover {
  background: rgba(92, 168, 103, 0.1);
  color: #5ca867;
}
.custom-btn-border {
  background: #e0e0e0;
  color: #606060;
}
.custom-btn-border:hover {
  background: #e0e0e0;
  color: #606060;
}
