


body {
    font-size: smaller;
}

table {
    width: 100%;
}

table th {
    font-style: italic;
}

.hint {
    font-size: smaller;
    font-style: italic;
}

.label {
    text-align: right;
    width: 200px;
}

.field {
    width: 200px;
}

tr.errors {
    text-align: center;
    color: red;
}

.error {
    text-align: center;
    color: red;
    font-size: smaller;
}

hr {
    display: block;
}

tr.submit {
    text-align: center;
}

p.error {
    color: red;
}

#posts img {
  max-width: 700px;
}

div.lightboxImg {
  text-align: center;
  padding: 10px 0px 10px 0px;
}
