
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #5F6C38;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



.topnav a.align-right {
  float: right !important;
  margin-left: auto !important;
}






     .formatted-number-container {
            	display: flex;
            	justify-content: space-between;
            	align-items: baseline;
        }

        .formatted-number {
            	font-weight: bold;
        }

        .formatted-number-prefix {
            	margin-right: 5px;
            	font-weight: bold;
            	text-align: left;
		padding: 0px 0px 0px 8px;
        }

        .formatted-number-value {
		height: 100%;
            	text-align: right;
		width: 100%;
		font-weight: bold;
                padding: 8px;
  		font-family: 'Work Sans', sans-serif;
  		font-size:15px;

        }

        table {
            border-collapse: collapse;
            width: 50%;
        }


        th, td {
            	border: 1px solid #ddd;
  		font-family: 'Work Sans', sans-serif;
  		font-size:15px;
        }


.td-with-padding {
padding: 8px;
}


        th {
            	background-color: #f2f2f2;
            	font-weight: bold;
            	text-align: left;
		padding: 8px;
        }


.totalValue {

		height: 100%;
            	text-align: right;
		width: 100%;
		font-weight: bold;
                padding: 8px;
  		font-family: 'Work Sans', sans-serif;
  		font-size:15px;
}

.delete-button {

  font-family: 'Work Sans', sans-serif;
  width: 50%;
  height: 16px;
  border: none;
  cursor: pointer;
  text-align:center;
}


.delete-button:hover {

color:white;
background-color: rgb(255, 95, 102);
}


.add-button {

  font-family: 'Work Sans', sans-serif;
  width: 50%;
  height: 16px;
  border: none;
  cursor: pointer;
  text-align:center;
}

.add-button:hover {

color:white;
background-color: rgb(65, 164, 88);
}

.button-save-color {
 
  font-family: 'Work Sans', sans-serif;
  font-size:15px;
  border: none; 
  width: 150px;
  height: 40px; 
}

.button-save-color:hover {
  background-color: #5F6C38;
  color:white;
  cursor: pointer;
}


.button-save-color:hover {
  background-color: #5F6C38;
  color:white;
}






