/*
 * Style sheet for some custom styles which cannot be achieved with Bootstrap.
 */


#page-content {
    margin-bottom: 60px;
}

.nav-pills {
    margin-bottom: 30px;
}

.bg-block {
    padding: 15px;
}

.form-inline .form-group {
    margin-right: 10px;
}

.form-inline .help-block {
    /* Help texts don't really have much space in inline forms */
    display: none;
}

.clearable-input-image {
    vertical-align: top;
}

.flatpage-content img {
    max-width: 100%;
}

th.border-left, td.border-left {
    border-left: 2px solid #DDDDDD;
}

th.border-right, td.border-right {
    border-right: 2px solid #DDDDDD;
}

.image-column {
    width: 80px;
}

.team-image {
    width: 50px;
}

#mail-teams-content {
    margin-top: 40px;
}

.navbar-brand {
    padding: 10px 15px;
}

.navbar-brand img {
    height: 30px;
}

.nav-pills a {
    /* 'nav-link-color' cannot be set using the Bootstrap customizer */
    color: #B00D10;
}

#supporter-column img {
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
}
