
.register-upload-table table {
    table-layout:fixed;
    width: 600px;
}

.register-upload-table td {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.register-upload-table {
    height: 120px;
    overflow-y: auto;
}

.tiny-padding-v {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
}

.btn-orange {
    background-color: #f27e30;
}

.theme-color a, .theme-color a:focus {
    color: #5fb2cf;
}

.theme-color a:hover {
    color: black;
    cursor: pointer;
}
  