body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.github-ribbon a {
    display: block;
    padding: 1px 0px;
    height: 24px;
    line-height: 24px;
    color: inherit;
    text-align: center;
    text-decoration: none;
    font-family: "Cabin Condensed", sans-serif;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: rgba(0, 0, 0, 0.31) 0px 0px 10px;
}
.law-link {
    float: right;
    padding: 10px;
    font-size: 12px;
    background-color: rgb(255, 252, 218);
    color: rgb(0, 0, 0);
}
.calculator-container {
    width: 600px;
    margin: 50px auto;
    padding: 20px;
}
.input-section {
    margin-bottom: 30px;
    border-bottom: 5px solid rgb(175, 175, 175);
    border-left: 5px solid rgb(175, 175, 175);
    border-right: 5px solid rgb(175, 175, 175);
    padding: 30px 25px;
    background-color: rgb(255, 252, 218);
}
.input-section table {
    width: 100%;
}
.input-section th {
    text-align: left;
    padding-bottom: 10px;
}
.input-section input {
    box-sizing: border-box;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    background-clip: padding-box;
    width: 250px;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.results-table {
    width: 100%;
    margin-bottom: 50px;
}
.results-table td, .results-table th {
    padding: 15px;
    border-bottom: 1px solid rgb(175, 175, 175);
}
.results-table td:last-child, .results-table th:last-child {
    text-align: right;
}
.results-table td:nth-last-child(2), .results-table th:nth-last-child(2) {
    text-align: right;
}
.bold-row {
    font-weight: bold;
}
.Net-tittle{
    color: green;
}
.navbar-brand img {
    max-height: 50px;
  }
  
  .navbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  
  .btn-success {
    background-color: #197d31;
    border-color: #076e1f;
  }
  
  .modal-header.bg-success {
    background-color: #28a745;
  }
  
  .text-success {
    color: #28a745 !important;
  }
  