/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
}

.affix {
    top: 70px;
}

table {
    text-align: left;
    border: 1px solid #000000;
    border-collapse:collapse;
    width: 100%;
}

th {
    padding: 2px 10px 2px 2px;
    text-align: left;
    font-weight: bold;
    color: white;
    color: #000000;
    background-color: #f0f0f0;
    border: 1px solid #000000;
}

td {
    padding: 2px 10px 2px 2px;
    border: 1px solid #000000;
    vertical-align:top;
}

th.version {
    width: 70px;
}

th.date {
    width: 150px;
}

th.schemas {
    width: *;
}

th.download {
    width: 85px;
}

th.state {
    width: 85px;
}

th.start {
    width: 90px;
}

th.end {
    width: 90px;
}

th.remarks {
    width: 250px;
}
