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

}
/*
.odometer {
  font-size: calc(50px + (80 - 50) * ((100vw - 300px) / (1600 - 300)));

} */


.bill
{
    text-transform:capitalize;
}

#container{
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
table.table thead th{
  width:33%;
}

.td{
text-align:center;

}

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

}

#container{
/* visibility:hidden; */

}

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


.capitalize {
    text-transform: capitalize;
}

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


#attribution{
visibility:hidden;

}

#displayVote{
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;
  }

 } */


 /* .circle-big {
     position: relative;
     height:180px;
     width:70%;
     padding: 21px;
     border-radius: 50% 50%;
     margin: 100px;
 }

 .circle-big:before {
     position: absolute;
     height: 90px;
     width: 70%;
     border-radius: 90px 90px 0 0 ;
     background: green;
     content: "";
 } */
 .circle {
     border-radius: 50%;
     width: 30px;
     height: 30px;
     background-color:  rgba(255, 0, 0, 0.3);
     display: block;
     position: absolute;
     /* overflow: hidden; */
     top: 50%;
     left: 50%;
     margin: -15px;

 }

 .circleT {
     border-radius: 50%;
     width: 30px;
     height: 30px;
     background-color:  rgba(0, 255, 0, 0.3);
     display: block;
     position: absolute;
     /* overflow: hidden; */
     top: 50%;
     left: 50%;
     margin: -15px;

 }

 .circleA {
     border-radius: 50%;
     width: 30px;
     height: 30px;
     background-color:  rgba(255, 191, 0, 0.3);
     display: block;
     position: absolute;
     /* overflow: hidden; */
     top: 50%;
     left: 50%;
     margin: -15px;

 }

 .circleM {
     border-radius: 50%;
     width: 30px;
     height: 30px;
     background-color:  rgba(128,0,128, 0.0);
     display: block;
     position: absolute;
     /* overflow: hidden; */
     top: 50%;
     left: 50%;
     margin: -15px;

 }

 .circle-big {
   /* background: yellow; */
      width: 95%;
      /* display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; */
      height:40vh;
   position: absolute;
   margin-top:10%;
}

.circle-big2 {
  /* background: yellow; */
     width: 100%;
     /* display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center; */
     height:40vh;
  position: absolute;
  /* margin-top:2%; */
}

 #headline {
      width: 240px;
   height: auto;
   margin: 0 auto;
   padding: 10px;
   position: absolute;
   font-size:40px;
 }

.name{
  margin-left:30px;
  min-width:100px;
  background-color:white;
}

.nameM{
  margin-left:5px;
  min-width:135px;
  background-color:white;
}


.oneT{
   transition: all 2s;
}

#senl{
  min-height: 90vh;
}

.blockquote {
    padding: .5rem 1rem;
    border-left: .25rem solid #eceeef;
    font-size: 12px;
}

.link-division-edit{
display: none;
}
.motion-title{
display: none;
}
#saveContainer{
  height:100%;
}
