﻿
label {
    font-weight: 100 !important;
}

#tableVersiones_wrapper .dataTables_filter, .dataTables_info {
    display: none;
}

.cellR {
    text-align: right;
}

.cellC {
    text-align: center;
}

.cellCNoPaddingLeft {
    text-align: center;
    padding-left: 0px !important;
}

.dataTables_length {
    margin-left: 10px;
}

.dataTables_filter {
    margin-right: 10px;
}

#mdlVersiones .modal-dialog {
    overflow-y: initial !important;
}

#mdlVersiones .modal-body {
    height: 350px;
    overflow-y: auto;
}

.table > tbody > tr > td {
    padding: 3px !important;
}
