﻿.loginTable {
    width: 550px !important;
}

#MainLoginTable {
    width: 400px !important;
}


.detail-label {
    min-width: 105px;
}

.roundTable td, .roundTable th {
    white-space: nowrap;
}

    .roundTable td:not(.actions) {
        text-overflow: ellipsis;
        overflow: hidden;
    }
        .roundTable:not(.no-max-width) td:not(.actions):not(.no-max-width) {
            max-width: 200px;
        }


.actions {
 /*   position: relative;*/
    overflow: visible;
    max-width: 500px;
}


.model-details tr:hover td {
    background-color: #F5F8FA;
}
