#content h2 {
	color: #1ab394;
	font-size: 1.75em;
	margin-bottom: 0.75em;
	margin-top: 3.5em;
	font-weight: 500;
	line-height: 1.25em;
}
#content p {
	font-size: 1.25em;
	margin-bottom: 1.25em;
}
#content a {
	color: #1ab394;
}

.exercise, .tip {
	padding-left: 1.25em;
	padding-right: 1.25em;
	padding-top: 1.25em;
	padding-bottom: 0.5em;
	margin-top: 2.5em; 
	margin-bottom: 2.5em; 
}

.exercise {
	border-right: 4px solid #1ab394;
	background: #e8f7f4;
}

.tip {
	border-left: 4px solid #1ab394;
	background: #e8f7f4;
}

#content .exercise h2, #content .tip h2 {
	font-size: 1.25em;
	margin-bottom: 0.75em; 
	margin-top: 1.25em;
	margin-left: 75px;
	font-weight: 600;
	color: #1ab394;
}

.exercise p, .tip p {
	font-size: 1.25em;
	margin-left: 75px;
}

#content table {
	font-size: 1.25em;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

#content table td, .exercise table td {
	padding: 10px; 
	border: 1px solid #a3e0d4;
}

#content table th, .exercise table th {
	background: #bae8de;
	padding: 10px; 
	border: 1px solid #a3e0d4;
	color: #1ab394;
}

.exercise table {
	font-size: 1.25em;
	margin-left: 75px;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
@media only screen and (max-width: 600px) {
.ibox-content {
padding: 15px 10px 20px 10px;
  }
}