#storehours{
    min-height: 200px;
}
#storehours h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;	
}
#storehours h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;	
}
#storehours h3 {
	font-size: 18px;
	color: #333;	
}
#storehours h4 {
	font-size: 20px;
	color: #F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#storehours {
	background-color: #fff;
	border-radius: 20px 20px 20px 20px;
	box-shadow: 0 0 25px 5px #999;
	color: #111;
	display: none;
	min-width: 350px;
	border: 8px solid #F00;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 28px;
	padding-left: 25px;
}

.button.b-close, .button.bClose {
    border-radius: 7px 7px 7px 7px;
    box-shadow: none;
    font: bold 131% sans-serif;
    padding: 0 6px 2px;
    position: absolute;
    right: -7px;
    top: -7px;

    background-color: #2b91af;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}