﻿
.table-hover {
    width: auto;
}

.table-hover tbody tr:hover {
    background-color: aqua;
}

.ColumnRight {
    text-align: right;
    width: auto;
}

.ColumnCenter {
    text-align: center;
    width: auto;
}

.ColumnLeft {
    text-align: Left;
    width: auto;
}

.Perc {
    width: 5%;
}
.hidden {
visibility :hidden ;
}
.Background {
    background-position: center;
    background-image: url('BackGround.webp');
    background-repeat :no-repeat ;
    background-size:105%;
    
}
