/* .innerLine{ */
	/* border-style: dashed; */
/* } */

/* .outerLine{ */
	/* border-style: outset; */
	/* box-shadow: 2px 2px 5px gray; */
/* } */

.innerLine{
	border-style: inset;
	border-color: LightGray;
}

.outerLine{
	border-style: outset;
	border-color: LightGray;
	box-shadow: 2px 2px 5px gray;
}
