﻿.navbar {
    font-size: 16px;
}

.cycle-image {
    text-align: center;
}

    .cycle-image img {
        padding: 20px 0;
    }

@media (max-width: 797px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 40px;
    }
}

.container-fluid {
    padding: 0 20px;
}

.btn-success {
    background-color: #8CC63F;
    border-color: #8CC63F;
}

    .btn-success:hover {
        background-color: #71A80C;
        border-color: #71A80C;
    }

.list-group-item {
    padding: 4px 0;
    font-size: 12px;
}

.table td, .table th {
    padding: 2px;
    font-size: 12px;
}

.table th {
    background-color: #8CC63F;
    color: white;
}

.table thead th {
    border-bottom: 0;
}

html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 41px;
}

.spacer {
    padding-bottom: 50px;
}

.mini-title {
    font-weight: 600
}