.yellow-triangle-right {
	position: absolute;
	right: 150px;
	top: 25px;
	height: 0;
	border-top: 60px solid #fcce01;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent
}

.btn-fullwidth {
	width: 100%;
	margin-top: 15px;
}

.btn-blue.btn-fullwidth:hover {
	background: #666666;
}

.grey-row {
	background: #aaaaaa;
	padding: 15px;
	margin: 20px auto;
}