html {
    font-size: 13px;
}

body {
    line-height: 1.3;
}

thead {
    background: white;
}

table th.min-width,
table td.min-width {
    width: 1px;
}

.row-stripe-odd {
    background-color: rgba(0, 0, 0, 0.05);
}
