﻿.MPSGrid table {
    border-collapse: collapse;
}

.MPSGrid table td, .MPSGrid table th {
    border: 1px solid #ddd;
    padding: 1px;
}


.MPSGrid table th {
    width: 120px;
}
.MPSGrid table td {
    width: 100px;
}

.MPSGrid table td, .MPSGrid table th {
    background-color: white;
    height: 25px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MPSGrid table tr.e-hide {
    display: none;
}

.MPSGrid table tr.alignRight {
    text-align: right;
}

.MPSGrid table tr.alignCenter {
    text-align: center;
}

.MPSGrid table tr.alignLeft {
    text-align: left;
}

.MPSGrid_No_Spin_Number input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}