here is a fiddle.
how do I prevent the elements from appearing to shift on click?
The elements normally have a 1px border but go to a 2px border on click.
In the fiddle you will see this css
.o {
height: 50px;
width: 100px;
border: 1px solid red;
margin-bottom: 10px;
font-weight: bold;
font-size: 16px;
}
.selected {
border: 2px solid blue;
}