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

body {
    /* Margin bottom by footer height*/
    margin-bottom: 60px;
}

body>.container {
    padding: 60px 15px 0;
}

code {
    font-size: 80%;
}

.navbar-brand {
    color: #0050AD;
}

.factotum-link {
    color: #0050AD;
}

.list-group-flush .list-group-item {
    border-top: 0;
    border-bottom: 0;
}

.card-title {
    font-size: 110%;
}

.required {
    font-weight: bold;
}

.required::after {
    content: " *";
}

.btn-clear {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-clear:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #e2e6ea;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #0071bc;
}

.tooltip-inner {
    max-width: 600px;
}
