body{
    padding-left:5%;
    padding-right:10%;
    padding-top: 25px;
    padding-bottom:25px;
}

table {
    border-collapse: collapse;
}
th, td {
    border: 1px solid black;
    padding: 8px;
}

#navlog-table{
    margin-bottom:25px;
    border: 2px solid black;
    table-layout: auto;
    width: auto;
}

#navlog-table tr:nth-child(odd) {
border-top: 2px solid black;
  }

#navlog-table{
    th,td{
    text-align: center;
    }
}

#warning-label{
    color:red;
}

.textbox {
    width: 500px;
    height: 200px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}


#fuel-table{
    width:40%;
}

.red-label {
    color: red;
    font-weight: bold;
    padding: 4px;
    background-color: #ffdddd;
}