body {
	font-family: Helvetica, 'Roboto', Arial, sans-serif;
	color: #37414D;
}

.page-wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	font-weight: 300;
}

.page-header {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	align-items: center;
}

.header-left {
	width: 285px;
	text-align: left;
}

.header-right {
	width: 285px;
	text-align: right;
}

.ragtime-logo {
	width: 60x;
	display: flex;
}

h1 {
	font-size: 30px;
	text-align: center;
	color: rgb(255, 121, 0);
}

h2 {
	font-size: 20px;
	text-align: center;
}

.price {
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}

p {
	text-align: justify;
	line-height: 1.55;
}

.table-content {
	display: flex;
}

.table-cell-3 {
	display: block;
	padding: 2%;
	width: 400px;
}

.table-cell-3 .img {
	display: flex;
	justify-content: space-around;
}

.table-cell-border {
    border-top: solid;
    border-top-width: thin;
    border-top-color: black;
    border-right: solid;
    border-right-width: thin;
    border-right-color: black;
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: black;
}

.table-cell-3 .text {
	text-align: center;
}

.table-cell-4 {
	display: block;
	margin: 2%;
	width: 300px;
}

.table-cell-4 .img {
	display: flex;
	justify-content: space-around;
}

.table-cell-4 .text {
	text-align: center;
}

.table-cell p {
	text-align: left;
}

a {
	color: #0575b1;
}

.page-header a{
	text-decoration: none;
	font-weight: 600;
}


