/* Jay's Bikes Manager - small presentation tweaks on top of Bootstrap 3.3.5 */

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.bb-main {
    flex: 1 0 auto;
    padding-bottom: 30px;
}

.bb-jumbotron {
    margin-top: 10px;
    background: linear-gradient(135deg, #eef5fb 0%, #dbe9f6 100%);
    border: 1px solid #d0e0ef;
}

.bb-brand-icon {
    font-size: 18px;
    margin-right: 4px;
}

.bb-steps li {
    margin-bottom: 6px;
}

.bb-footer {
    flex-shrink: 0;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    background: #f8f8f8;
}

.panel .label {
    font-size: 85%;
}

canvas {
    max-width: 100%;
}
