table {
    width: 100%;
}

table tr td {
    padding-top: 15px;
}

.navbar-inverse a {
    color: white;
}

.nav-link {
    color: white;
}

.text-color-white {
    color: white;
}

.color-red {
    color: red;
}

.fa-pencil {
    color: green;
}

.fa-x {
    color: red;
}

.fa-eye {
    color: rgb(76, 166, 231);
}


.desc-limit {
    max-width: 200px;        /* set width limit */
    white-space: nowrap;     /* keep text on one line */
    overflow: hidden;        /* hide overflow */
    text-overflow: ellipsis; /* add ... */
}