/* LeadSense — kleine aanvullingen op Bootstrap 3. */

body {
    background: #f4f6f8;
    padding-bottom: 60px;
}

#page-inner {
    padding: 20px 25px;
}

.ls-stat {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
}

.ls-stat-groen  { color: #5cb85c; }
.ls-stat-oranje { color: #f0ad4e; }

.ls-log {
    max-height: 360px;
    overflow-y: auto;
    font-family: Menlo, Consolas, monospace;
    font-size: 12px;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 8px;
}

.ls-ster { color: #efa600; }

.ls-footer {
    margin-top: 30px;
    padding: 15px 10px;
    border-top: 1px solid #e2e2e2;
}

.ls-login {
    max-width: 380px;
    margin: 8% auto 0;
}