
body {
  margin: 0;
  font-family: arial; 
}

#page-header {
/*
  background: #9ac2ff;
  background: #408bff;
*/
  background: #3597ff;
  padding: 8px;
  border-bottom: 1px solid #111111;

  a#site-name {
/*
    color: #0137b6;
*/
    color: white;
    font-weight: normal;
    margin-right: 10px;
    font-size: 20px;
    text-decoration: none;
  }

  a {
    color: black;
    font-weight: normal;
    font-size: 11px;
    font-size: 15px;
  }

  #account-links a {
    margin-right: 10px;
    font-size: 15px;
  }

}

.page-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.message {
  padding: 5px;
  border-bottom: 1px solid #111111;
}


.message.success {
/*
  background-color: #d6f1d6;
*/
  background-color: #d4ffce;
}


.message.error {
  background-color: #f1d6d6;
}

.message.error span {
  color: #8c0000;
}

.message.success span {
  color: #008c00;
}

table.borders {
  border-collapse: collapse;
  border: 1px solid black;
}

table.borders td,
table.borders tr {
  border: 1px solid black;
  padding: 17px;
}

.doc-container {
  margin: 15px;
}

