.capitalize {
    text-transform: capitalize;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.help {
    width: 25px;
    height: 25px;
    padding: 8px 5px;
    float: left;
}

.help img {
    filter: opacity(25%);
}

.modal h2 span.help {
    float: right !important;
    margin: 0px 5px;
}

.table {
    display: table;
    width: 100%;
}

.table-head {
    display: table-row;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

.link-account-modal .content-panel select {
    margin-left: 18px;
}