.hide {
    display: none;
}
.error, #message {
    color: red;
}

.entry-content {
    width: 100%;
}

.entry-header {
    width: 100% !important;
}

.wrap {
    max-width: 900px;
  }

  div.entry-content {
    clear: both !important;
	width: 100% !important;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}
.link:hover {
    color: blue;
}

input::placeholder {
    font-style: italic;
    opacity: 0.5;
  }

td input[type="button"] {
    margin: 2px;
}

note {
    font-style: italic;
    font-size: small;
}