@charset "utf-8";
#MainPrices {
	height: 50px;
	width:100%;
	font-family: "timelessregular";
	margin-right: auto;
	margin-left: auto;
	max-width:100%;
		max-hight:100%;
}
.Table {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
}
table
{
   border-collapse:collapse;
}
tr
{
   border-bottom: 1.8px solid #666666;
}
tr:last-child
{
   border-bottom: none;
}
@media only screen and (max-width: 700px) {
	.Table {
	width: 95%;
	font-size:80%;}
	.SimpleText1{width: 85%;}
	}