.p_q_table{
		border:none;
	}
	.p_q_table tr th,
	.p_q_table tr td{
		/*text-align: center;*/
		border:none;
		/*padding: 20px 20px;*/
	}
	.p_q_table tr th{
		border-bottom:1px solid #ddd;
		border-top: 1px solid #ddd;

	}
	.p_q_table tr:nth-child(even) {
		background-color: #f2f2f2;
	}


	/*popup*/

.aspl_popup .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.aspl_popup .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 10px;
}

/* The Close Button */
.aspl_popup .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.aspl_popup .close:hover,
.aspl_popup .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.aspl_popup .table_product_popup{

}


