html {
    position: relative;
    min-height: 100%;
}

.btn-primary {
  color: #fff;
  background-color: #004494;
  border-color: #004494;
}

.break-word {
    word-wrap: break-word;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

input[readonly].readonly-text {
    background-color: #fff;
    cursor: text;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    color: #545e67;
    text-align: center;
}

