/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    padding: 30px 0;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}
.carousel-control.left {
    background: none;    
}
.carousel-control.right {
    background: none;    
}
.carousel-control {
    color: blue;
    width: 0;
}
.carousel-control:hover {
    color: green;
}
.carousel-caption {
    color: black;
    text-shadow: none;
}
#corpo_tabella > tr > td {
    text-align: center;
}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}