.fullWidth {
    width: 100%;
}

.wordBreak {
    word-break: break-all;
}

table.cursor {
    cursor: pointer;
}

.input-group .form-control.search {
    width: 168px;
}

div.actions {
    min-width: 140px;
}

.errorFontStyle {
    font-size: 88px;
    color: #cdd1d3;
}

#inputFileSubmit {
    /* Overrides top border definition, because bootstrap.css sets border-top to 0 but the style guide uses a top border. */
    border-top: 1px solid #cdd1d3;
}

#filesTableBody tr {
    cursor: pointer;
}

.margin-top-md-alt {
    margin-top: 20px
}
