div.selected {
    background-color: #649B59;
    color: #FFFFFF;
    border: none;
}

/* p.lib-p */
p {
    color: #161F28;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 1.375em;
    letter-spacing: 0;
}

/* h1.lib-subhead */
h1 {
    color: #707070;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

button.btn-primary {
  width: 100px;
  height: 50px;
  background-color: #54824F;
  border: none;
  outline: none;
  cursor: pointer;
}

button.btn-primary:hover {
  background-color: #649B59;
}

.standard-table-container {
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
}
.standard-table-container .section-header {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #707070;
    display: inline-block;
}

.main-contents {
    margin: 30px;
}

.pointer {
    cursor: pointer;
}

/**
Login Screen
 */
.Wt-auth-login {
    margin: 30px;
}