﻿.webGrid {
    margin: 10px;
    border-collapse: collapse;
    width: 600px;
    background-color: white;
}

.header {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #ffffff !important;
    font-size:12px;
}

.webGrid th, .webGrid td {
    border: 1px solid #C0C0C0;
    padding: 5px;
    color: black !important;
    font-weight: normal !important;
}

.alt {
    background-color: #f5f5f5;
}

a {
    font-weight: normal !important;
}

.edit-mode {
    width: 200px;
}

.btnCustomerPV {
    width: 120px;
    height: 30px;
    background-color: #f5f5f5;
    color: #ffffff;
    margin-left: 10px;
}

.createDiv {
    margin: 40px;
}

h3 {
    margin-left: 200px;
}

.customerId {
    width: 100px;
}
