/*-- Style for progress bar*/
#myProgress {
  width: 100%;

}
#myBar {
  width: 0%;
  height: 30px;
  background-color: #04AA6D;
  text-align: center;
  line-height: 30px;
  color: white;
}

/* Change some table values inheribet from official SUSE CSS*/
tr:nth-child(2n){
  background-color:#dcddde !important;
}
table,td{
  border:0px !important;
}
body{
  font-family: poppins,Verdana,sans-serif;
  font-size: 16px;
}
