body{
    background-color: #151515;
    font-family: 'Courier New', Courier, monospace;
}

.loading{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title{
    color: #999;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;   
}

td.keterangan {
  display: block;
  max-width: 100px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}



.progress-bar {
    width: 406px;
    height: 10px;
    background: #111;
    border-radius: 7px;
    padding: 3px;
    box-sizing: border-box;
}

.progress {
    width: 10px;
    height: 5px;
    background: white;
    border-radius: 7px;
}