
.width-index{
    width: 50px;
    text-align: center;
}
.width-title{
    max-width: 150px;
    overflow:hidden;
	white-space : nowrap;
	text-overflow: ellipsis;
}
.width-name{
    max-width: 80px;
    overflow:hidden;
	white-space : nowrap;
	text-overflow: ellipsis;
}
.width-subtitle{
    max-width: 200px;
    overflow:hidden;
	white-space : nowrap;
	text-overflow: ellipsis;
}
.width-regdate{
    min-width: 120px;
}
.text-bold{
    font-weight: 800;
}

.w-input-text {
    min-width: 7.5rem !important;
}

.completion{
    font-size: 0.7rem;
    color: #fff;
    border-radius: 10px;
    background-color: red;
    padding: 3px 5px 3px 5px;
}

.remark-st input,
.remark-st div > span {
    border: 0px;
    background-color: #fff !important;
}