/* CHANHTHA CO. - STRIPPED MINIMALIST STYLE */

body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

h1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 5px;
}

h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}

hr {
  border: 0;
  border-top: 1px solid #000000;
  margin: 20px 0;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

a:visited {
  color: #551a8b;
}

table {
  width: 100%;
  margin-bottom: 20px;
}

/* For simple table borders where necessary */
.border-table {
  border-collapse: collapse;
}

.border-table th, .border-table td {
  border: 1px solid #000000;
  padding: 6px;
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-muted {
  color: #555555;
  font-size: 14px;
}

/* Compact form */
form {
  margin-top: 15px;
}

.form-group {
  margin-bottom: 10px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}

input[type="text"], input[type="email"], textarea {
  width: 100%;
  max-width: 400px;
  padding: 4px;
  font-family: inherit;
  font-size: 14px;
}

button {
  padding: 4px 10px;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}
