body {
    background-color: white;
}

.table_button {
    background-color: bisque;
    width: 130px;
    
}

.standard_button {
    background-color: bisque;
    width: 130px;
    vertical-align: middle;
}

.standard_table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border: 0;

}

.standard_table_tlo1 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    border: 1;
    background-color: #CCFFFF;
}

.first_tr {
    background-color:#6666FF;
    text-align: center;
}

.par_tr{
    background-color: #BBDEFB;
}

.no_par_tr{
    background-color: #90CAF9;
}

.center_td {
    text-align: center;
    vertical-align: middle;
}

.div {
    text-align: center;
}
.big_button{
    background-color: #CC99FF;
    font-size: 16px;
    padding: 32px 40px;
    border-radius: 8px;
    border: 2px solid black;
}

.progress-bar {
    background-color: whiteSmoke;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(20, 211, 14, 0.575) inset;
  
    width: 100px;
    height: 5px;
    
    position: relative;
    display: block;
  }
    
  .progress-bar > span {
    background-color: rgb(255, 217, 0);
    border-radius: 2px;
  
    display: block;
    text-indent: -9999px;
  }