html {
    position: relative;
    min-height: 100%;
}

.break-word {
    word-wrap: break-word;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

input[readonly].readonly-text {
    background-color: #fff;
    cursor: text;
}

.btn-primary {
    background-color: #c81c6f;
    border-color: #c81c6f;
    color: #fff
}

.navbar-default {
    background-color: #f8f8f8;
}

li {
    display: block;
}

li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-right: 5px;
    color: #c81c6f;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }

body {
    margin-bottom: 40px; /* Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    color: #545e67;
    text-align: center;
}

.footer p {
    font-size: 12px;
    margin-top: 10px;
}