body.page-admin-surveys h2 {
  font-weight: normal;
  color: #444;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

body.page-admin-surveys h3 {
  font-weight: normal;
  color: #666;
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}

body.page-admin-surveys .survey-table-wrapper {
  margin-bottom: 40px;
}

body.page-admin-surveys table {
  border: none;
}

body.page-admin-surveys table thead tr th {
  color: #888;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
}

body.page-admin-surveys table thead tr th a {
  display: inline-block;
}

body.page-admin-surveys tr .empty.message {
  color: #888;
}

body.page-admin-surveys tr td {
  color: #444;
}

body.page-admin-surveys tr.even,
body.page-admin-surveys tr.odd,
body.page-admin-surveys tr td:last-child,
body.page-admin-surveys {
  border: none;
}

body.page-admin-surveys tr.even {
  background: #f5f5f5;
}

body.page-admin-surveys input.form-submit,
body.page-admin-surveys .button,
body.page-admin-surveys a.button {
  background-image: none;
  border: none;
  background-color: #e5e5e5;
  color: #444;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
}

body.page-admin-surveys .button.warning {
  background: #f0be47;
  color: white;
}

body.page-admin-surveys .button.view {
  background: #4287f5;
  color: white;
}

body.page-admin-surveys .survey-data .key {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
}

body.page-admin-surveys .survey-data .value {
  color: #333;
  font-size: 12px;
}
