.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-bottom: none;
}
.btn-primary, .sweet-alert button.confirm, .wizard>.actions a {
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s;
}
.btn-primary {
    border-radius: 2px;
    font-size: 15px;
    padding: 5px 15px;
    cursor: pointer;
}

.table-striped thead a,
.table-hover thead a {
    color: white;
}

.tokenfield .token {
    margin: 0px 5px 0px 0;
}