﻿/* This was added to the bootstrap file, but it needs to be on its own in case we upgrade bootstrap. */
div, span {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}