.backLayer{
	background-color: black;
}

.frontLayer{
	background-color: black;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	color: #FCB316; /* font color */
	/* Set default font type here*/
	font-family: itc-american-typewriter, serif;
}

.banner {
	background-color: red;
	color: black;
	height: auto;
}

.rotated{
	margin-top: 15px;
	transform: rotate(90deg);
}

table {
    border: 0px solid #CCC;
	border-collapse: collapse;
	width: 100%;
}


td {
    border: none;
}

.storePic{
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}

.brandName{
	display: block;
	margin: auto;
	text-align:center;
	width: 300px;
	height: 65px;
	font-size: 49px;
	margin-top: 10px;
}

.hoursCaret{
	float:right;
	scale: 1.25;
	margin-top: 1px;
}

.hoursCaretMinimized{
	transform: rotate(-90deg);
}

.map{
	padding: 10px 10px 10px 10px;
}

.subtitle{
	text-align: center;
	color: #FF0000;
}

.breakLine{
	background-color: #FCB316;
}

.buttonStyle, .hoursButton{
	width: 100%;
	margin-bottom: 10px;
	outline: none;
	border: none;
	padding: 14px 16px;
	background-color: #101010;
	color: #FCB316;
	font-size: 18px;
	transition: 0.1s;
}

.buttonStyle.active{
	background-color: rgb(73, 72, 72);
	color: #FCB316;
}

.buttonStyle:hover, .hoursButton:hover{
	background-color: rgb(73, 72, 72);
	color: #FCB316;
}

.hoursButton {
	padding: 7px 8px;
	font-size: 14px;
	text-align: left;
}

.infoHeader{
	font-size: 24px;
}

.bar {
	width: 100%;
	height: 5px;
	margin-bottom: 5px;
	background-color: #FCB316;
}

.hours {
	font-size: 14px;
}

button:focus {outline:0;}