
.tablehd0
{
    display: table;
}
.titlehd0
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Cellbtn0
{
    display: table-cell;
    /*border: none;*/
    border-width: thin;
    border-width: solid;
    height: 30px;
    width: 150px;
    padding-left: 5px;
    padding-right: 5px;
}
.itistext
{
    display: table-cell;
    /*border: none;*/
    border-width: thin;
    border-width: solid;
    height: 30px;
    width: 350px;
    padding-left: 5px;
    padding-right: 5px;
}
.itistitle
{
    display: table-cell;
    /*border: none;*/
    border-width: thin;
    border-width: solid;
    height: 30px;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
}

.Cellbtnsect
{
    display: table-cell;
    border: none;
    color: #000000;
    font-size: 28px;
    height: 30px;
    width: 5%;
    padding-left: 5px;
    padding-right: 5px;
}
.Cellbtnvers
{
    display: table-cell;
    border: none;
    /*border-width: thin;*/
    height: 30px;
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
}

