/* Helper styles that tweak existing Bootstrap CSS styles. */

.bottom-buffer {
	margin-bottom: 10px;
}

.right-buffer {
	margin-right: 10px;
}

.container {
	/* Sets the width regardless of device because IE8 does not support the @media screen query. */
	width: 95%;
}