html, body {
    overflow-x: hidden;
}

th,
.check,
.add,
.delete {
    line-height: 35px !important;
}

.add i {
    cursor: pointer;
}

.add i:hover {
    color: #d00;
}

.delete i {
    cursor: pointer;
}

.delete i:hover {
    color: #d00;
}

.login input {
    margin-bottom: 10px;
}

html, body {
    height: 100%;
}

.Splashpage {
    display: table;
    width: 100%;
    height: 100%;
}

.Splashpage__inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.Splashpage__inner span {
    display:  inline-block;
    padding: 0 1.6em;
}