﻿.IntestazioneRiga {
    color: #000000;
    text-align: left;
    white-space: nowrap;
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
}

.dispari {
    background-color: lemonchiffon;
    color: #000000;
    width: 60px;
    text-align: center;
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
}

.pari {
    background-color: darkgrey;
    color: #000000;
    width: 60px;
    text-align: center;
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 2px;
}

.label {
    color: lawngreen;
}

.mylink {
    color: yellow;
}

.linkEdiDetDel {
    color: aquamarine;
    white-space: nowrap;
}

.linkEdit {
    color: greenyellow;
    white-space: nowrap;
}

.linkDetails {
    color: aqua;
    white-space: nowrap;
}

.linkDelete {
    color: red;
    white-space: nowrap;
}

.linkFooter {
    color:aqua;
    white-space:nowrap;
}

.table {
    border-spacing: 0px;
    border-collapse: collapse;
    font-size: x-large;
}

.labelInTD {
    border-spacing: 0px;
    border-collapse: collapse
    
}

table td {
    border-style: solid;
    border-width: 1px;
    border-color: dimgray;
    color: whitesmoke
}

table th {
    background-color: darkslategrey;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-color: dimgrey
}

body a{
    color:fuchsia;
}

.peso {
    max-width: 50px;
    
}

.buttonCreate {
    font-size: x-large;
    color:black
}

