$primary-text-color: #ff5800;

hr {
	margin: 20px 0;
}

figure {
	margin: 2px;
}

th {
	text-align: left; // Default styling, could be overwritten
}

.wp-caption {
	.wp-caption-text {
		font-size: 14px;
		color: #818181;
	}
}

.logged-in-as {
	color: $primary-text-color;
}

