/* top banner */
.top-banner-container { width:100%; padding:15px 10px; text-align:center; display:block; background-color:#ffd370; color:black; margin-bottom:20px;}
.top-banner-content a:hover { text-decoration: underline; }
.top-banner-content a { font-weight:bold;}

@media screen and (max-width:960px) {
	.top-banner-content { width:80%; margin:0px auto; }
}

