/**Home Page Pop Up and Alert*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
                text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
	color: #000000;
}
body{
  background: url('bg.jpg');
}
#lorem{
                font-family: "Segoe UI", sans-serif;
                font-size: 14pt;
	color: #000000;
  text-align: left;
}
#popupfoot{
                font-family: "Segoe UI", sans-serif;
                font-size: 16pt;
	color: #000000;
  padding: 10px 20px;
}
#popupfoot a{
                text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
                background-color:#D1D1D1;
                color: green;
}
.popupoption2:hover{
                
                color: #3D71C6;
}



.wp-table tr:nth-child(odd) {
    background-color: #fff;
}

.wp-table tr:nth-child(even) {
    background-color: #f1f1f1;
}

.wp-table tr {
    border-bottom: 1px solid #ddd;
}

.wp-table th:first-child, 
.wp-table td:first-child {
    padding-left: 16px;
}


.wp-table td, 
.wp-table th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.wp-table th {
    font-weight: bold;
}
 
.wp-table {
    font-size: 13px!important;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}
