div.blueTable {
    width: 70%;  
    /*height: 100%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    border-collapse: collapse;
    direction: rtl;
    
  /*  text-align: -webkit-center; */
    font-family: Arial, Helvetica, sans-serif;
}
.divTable.blueTable .divTableCell, .divTable.blueTable .divTableHead {
  border: 2px solid #000000;
  padding: 8px 2px;
}
.divTable.blueTable .divTableBody .divTableCell {
  font-size: 16px;
}
.blueTable .tableFootStyle {
    font-size: 14px;
    text-align: right;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}




.divbut {
    text-align: center;
}

.but {
    font-size: 21px;
    margin-bottom: 50px; 
    margin-top: 20px;
}

.text {
    text-align: center;
    direction: rtl;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.divmail {
    font-size: 21px;
    margin-bottom: 50px; 
    margin-top: 20px;
    text-align: center;
    direction:rtl;
}
