body{
  background-color:hsl(205, 38%, 93.45%);

}



.bill
{
    text-transform:capitalize;
}

#container{
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.td{
text-align:center;

}
#myInput {
  /* background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat; */
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

#myul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.boxer {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  background-color: #f6f6f6;
  padding: 6px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  cursor: pointer;

}

.boxer:hover {
  background-color:#eee;

}
.box{
/* font-size: 20px; */

}

#container{
visibility:hidden;

}

.nm{
cursor: pointer;
margin-left:5px;
}
.nm:hover {
  background-color: yellow;
}


#votedStrong{
margin-left:-16px;
margin-right:-16px;

}

#votedWeak{
  margin-left:-16px;
  margin-right:-16px;
}

#votedWeak2{
  margin-left:-16px;
  margin-right:-16px;
}

#votedAgainst{
  margin-left:-16px;
  margin-right:-16px;
}

title::first-letter {
text-transform:capitalize;
}


#attribution{
visibility:hidden;

}
  /* // Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
  .odometer {
      font-size: 30px;
  }
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
  .odometer {
      font-size: 30px;
  }
 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
  .odometer {
      font-size: 60px;
  }
 }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
  .odometer {
      font-size: 100px;
  }
 }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
  .odometer {
      font-size:100px;
  }

 } */
