body{
  background: #E0B0FF;
  font-family: "Segoe UI", sans-serif;
}
input{
  font-family: "Segoe UI", sans-serif;
}
#header, #footer{
 max-width: 1040px;
 margin:0 auto;
}
#header .left{
  float:left;
  margin:0px 5px;
}
#header .right{
  float:right;
  margin:0px 5px;
}
#header .clear{
  clear:both;
}
#content{
  max-width: 1000px;
  margin:0 auto;
  background:white;
  border-radius: 10px;
  border:2px solid purple;
  padding:10px;
}
hr{
  border-color: purple;
}
.action_form {
  display: inline;
  margin-right: 0.5em;
}
.entry{
  border:1px solid purple;
  border-radius:5px;
  padding:5px;
  margin:5px 0px;
}
.entryimg{
  float:left;
  max-width: 5em;
  max-height: 5em;
  margin-right: 5px;
}
.entryend{
  clear:both;
}
.entry .title{
  font-weight: bold;
  font-size: larger;
}
.label {
  float: left;
  min-width: 6em;
  width: 20%;
  margin-bottom: 10px;
}
.field {
  overflow: auto;
  min-width:10em;
  margin-right:10px;
  margin-bottom:10px;
}
.field input,.field textarea,.field select,input.invite_link{
  width:100%;
  box-sizing: border-box;
}
.listfor {
  font-style: italic;
}
.headeraction{
  font-size: initial;
}
.claims {
  float: right;
  text-align: right;
  margin-left: 5px;
}
.claims .action input {
  width: 100%;
}
.delete {
  float: right;
  text-align: right;
  margin-left: 5px;
}
.delete {
  float: right;
  text-align: right;
  margin-left: 5px;
}
.description p:first-child {
  margin-top: 0;
}
.description p:last-child {
  margin-bottom: 0;
}
.singlebuttonform {
  display: inline-block;
  margin: 0px 10px;
}
.important {
  font-weight: bold;
}
.link{
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}
