.body {
	font-family: VolvoNovum;
	font-size: 14px;
	color: #333;
}

.text_content p{
	margin-top: 20px;
	line-height: 1.5em;
}

.text_content a{
	text-decoration: none;
	color: blue;
}

.text_content a:hover{
	text-decoration: underline;
}

.text_content ul,
.text_content ol{
	margin-top: 15px;
	line-height: 1.5em;
	margin-left: 30px;
}

.text_content ul{
	list-style-type: disc;
}

.text_content ul ul{
	list-style-type: square;
	margin-top: 0px;
}

.text_content ol{
	list-style-type: decimal;
}

.text_content ol ol{
	list-style-type: lower-roman;
	margin-top: 0px;
}

.text_content li{
	margin-top: 5px;
}

h1{
	font-size: 46px;
	font-weight: normal;
}

.text_content h2{
	margin-top: 20px;
	line-height: 1.3em;
	font-size: 24px;
	font-weight: normal;
}

.text_content h3{
	margin-top: 20px;
	line-height: 1.3em;
	font-size: 18px;
	font-weight: bold;
}

.text_content table,
.text_content img,
.text_content iframe{
	max-width: 100% !important;
}

.text_content img{
	height: auto !important;
}

.text_content table{
	width: 100% !important;
	margin-top: 25px;
	line-height: 1.4em;
}

.text_content table th,
.text_content table td{
	padding: 10px;
	border: 1px solid white;
}

.text_content table th{
	background-color: #555;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.text_content table td{
	background-color: #eee;
	text-align: left;
}





@media(max-width: 1000px) {
	.offerSplit {
		flex-direction: column;
	}

	.offerContent {
		max-width: 100%;
	}
}
.offerSplit {
	display: flex;
	margin-bottom: 32px;
}

.offerImage {
	margin-bottom: 12px;
	padding: 32px 32px 32px 0;
	width: 100%;
	box-sizing: border-box;
	max-width: 500px;
}

.offerContent {
	max-width: 500px;
}

.offerImage img {
	width: 100%;
	border-radius: 6px;
}

.offerDesc {
	margin-bottom: 12px;
}

.offerClaim {
	margin: 16px 0;
}

.offerClaim .materialButton {
	background-color: #1c6BBA;
}

.offerClaim.claimed {
}

.offerClaim.claimed .materialButton {
	background-color: #F70000;
	cursor: not-allowed;
}

.offerClaim.requested .materialButton {
	background-color: #ff9900;
	cursor: not-allowed;
}