
.priceTableHeader{
	text-align: center;
	margin-bottom: 15px;
}

.priceTableData{
	text-align: center;
	width: 90%;
	margin-left: 5%;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 7px;
	box-shadow: 7px 7px 15px grey;
}

.ptNaslov{
	background-color: #1e1e1e;
	/*background-color: #bf9c60;*/
	color: white;
	width: 90%;
	margin-left: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 7px;
	box-shadow: 7px 7px 15px grey;
}

hr { 
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  width: 90%;
  opacity: 0.2;
} 

/*.fa-check-circle{*/
/*	color: #bf9c60;*/
/*}*/

/*.fa-times-circle{*/
/*	color: #bf9c60;*/
/*}*/