﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 200;
        padding-top:100;
    }
}

/*Tableas de Produtos*/
tableProd {
    border-collapse: separate;
    border: solid black 1px;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

td, th {
    border-left: solid white 1px;
    border-top: solid white 1px;
}

th {
    background-color: white;
    border-top: none;
}

    td:first-child, th:first-child {
        text-align: left;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: medium;
}