body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  color: #333;
}

h1 {
  font-size: 26px !important;
  font-weight: bold;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px !important;
  font-weight: 600;
  margin-bottom: 8px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

th, td {
  padding: 10px;
  text-align: left;
  font-size: 14px;
}

th a {
  text-decoration: none;
  color: #0077cc;
}

th a:hover {
  text-decoration: underline;
}

td {
  background-color: #ffa500;
  color: #fff;
  font-weight: bold;
}

div {
  box-sizing: border-box;
}

.success {
  background-color: #28a745;
  border: 1px solid #218838;
  padding: 8px 12px;
  color: #fff;
  border-radius: 5px;
}

.error {
  background-color: #dc3545;
  border: 1px solid #c82333;
  padding: 8px 12px;
  color: #fff;
  border-radius: 5px;
}

.highlight {
  background-color: #e9f5ff;
  border-left: 4px solid #0077cc;
  padding: 15px;
  margin: 20px 0;
  border-radius: 5px;
}

pre {
  background-color: #fff3cd;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: pre-line;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="button"], button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.btn-success {
  background-color: #28a745;
  color: white;
}

.btn-success:hover {
  background-color: #218838;
}

.form-label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

#bodyContent {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
  margin: 20px 50px;
  width: 450px;
}

#animation {
  margin-top: 10px;
}

a span.glyphicon {
  margin-left: 5px;
  color: #0077cc;
}