/* table {
    text-align: center;
    
} */

.status {
    width:50px;
  }

#status_container {
    display: flex;
    justify-content: flex-start; /* 左詰め */
}

.status_box {
    width: 300px;
    /*height: 100px; 
    background-color: lightblue;*/
    margin-right: 10px;
}

.description {
    margin-bottom: 50px;
}

h2 {
    margin-bottom: 5px;
}

th {
    vertical-align:bottom;
    /* border: 1px solid; */
    padding:5px;
    
}

td {
    padding:5px;
}

.request-list {
    margin-left:20px;

}