html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 5rem;
    margin-bottom: 100px;
}

h2 {
    padding-top: 3rem;
}

dd { 
    margin-bottom:2rem; 
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.instructions li {
    margin-top:1rem;
}

.disabled {
    pointer-events: none;
    cursor: default;
}

.tab-pane {
    margin-top:3rem;
}
