table.mouse_info {
    font-size: 13px;
}

table.mouse_info tbody tr {
    padding: 3px;
}

table.mouse_info tbody tr td {
    height: 34px;
}

table.mouse_info tbody tr td:nth-child(odd) {
    width: 12%;
}

table.mouse_info tbody tr td:nth-child(even) {
    width: 20%;
}

table.mouse_info tbody tr td:last-child {
    width: 37%;
}

.mouse_page .flexbox {
    margin: 4em 0;
    align-items: stretch;
}

.mouse_page .flexbox .flexbox-item {
    flex-basis: 100%;
}

#save_mouse_info .nice-form-group .select2-container {
    display: block;
}