.user-certificate-form-wrapper,
.user-certificate-list-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.form-header,
.list-header {
  margin-bottom: 20px;
}

.form-content .form-item {
  margin-bottom: 15px;
}

.user-certificate-table {
  width: 100%;
  border-collapse: collapse;
}

.user-certificate-table th,
.user-certificate-table td {
  padding: 10px;
  border: 1px solid #ddd;
}

.user-certificate-table th {
  background-color: #f5f5f5;
}


.user-submit {
  background-color: #00573d;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  max-width: 100pt;
  text-decoration: none;
}

.user-submit:hover {
  background-color: #004a32;
  color: #fff;
}
