.del-a .mdl-list__item-primary-content {
    cursor: pointer;
    text-decoration: none;
}

.mdl-data-table tbody tr:hover {
    background-color: white !important;
}

.errorlist {
    color: #d50000;
}

.del-section-table {
    width: 100%;
}

.del-right-button {
    float: right;
}

.del-add-button {
    float: right;
}

.del-table-input  {
    display: table-cell;
}

.del-login {
    position: relative;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 400px;
    padding: 40px 50px 70px;
    border: 1px solid lightgrey;
}

.del-card {
    padding: 16px;
}

.mdl-cell--12-col {
    width: 100%;
    margin: 8px 0;
}

.del-section-form .mdl-js-data-table {
    border: 0px;
}

.mdl-layout-title {
    left: -50px;
}