﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* Club */
.horaires {
    margin-top: 2em;
    margin-left: 1em;
}

img.left {
    float: left;
    margin: 5px 20px 0 0;
}

img.right {
    float: right;
    margin: 5px 0 0 20px;
}

table {
    width: 80%;
}

.header, th {
    color: white;
    background-color: #71bbd2;
    border-left: none;
    padding: 10px 10px;
    text-align: center;
}

.navbar-icons {
    font-size: 2.5em !important;
    float: right !important;
}

.navbar-icons > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*.navbar-nav {
    float: left !important;
}*/

.box {
    overflow: hidden;
}

.time {
    padding: 10px 10px;
    text-align: center;
}