﻿/*ESTILO PARA TABLA DE LÍNES DE VENTA*/
.lines {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 2px;
    width: 100%;
    border-collapse: collapse;
    display: table;
}

.lines td, .lines th {
    font-size: 1em;
    border: 1px solid lightsteelblue;
    padding: 3px 7px 2px 7px;
}

.lines th {
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: lightsteelblue;
    color: #ffffff;
}

/*style.css*/
.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 98%;
    height: 100%;
}