
table {
    border-collapse: collapse;
    width: 100%;
    word-wrap: keep-all;
     /*width: 11em; */
}

th{
    text-align: center;
    padding: 8px;
    word-wrap:keep-all;
}
td{
	background-color: #000000;
	color: white;
	
}
.data_line p{
  text-align:left;
}






@media only screen and (max-width: 360px) {
    .price_table th{
 	font-size: 11px !important; 
 }

  .price_table td{
 	font-size: 12px !important; 
 }
 
}

/*.form-group p{
  color:#fff;
  text-align:center;
  font-size:18px;
  line-height:1.75;
}*/