/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			prosilver (the default phpBB 3.3.x style)
	Based on style:
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		phpBB Limited ( https://www.phpbb.com/ )
    --------------------------------------------------------------
*/

@import url("normalize.css?hash=48eb3f89");
@import url("base.css?hash=7c5543be");
@import url("utilities.css?hash=d8f72c42");
@import url("common.css?hash=a9741ba1");
@import url("links.css?hash=18286e16");
@import url("content.css?hash=be57a41d");
@import url("buttons.css?hash=56f0d25f");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("icons.css?hash=64da33ce");
@import url("colours.css?hash=fcb2f289");
@import url("responsive.css?hash=87b53e08");

/* Make New Topic button have yellow background and be more visible */
.action-bar.bar-top a.button[href*="mode=post"] {
    background-color: yellow !important;
    background-image: none !important;
    color: black !important;
    font-weight: bold !important;
    border: 2px solid black !important;
    border-radius: 5px !important;
    padding: 6px 12px !important;
}

/* Increase font size of breadcrumb navigation for better readability */
#nav-breadcrumbs {
    font-size: 1.2em !important;
}

/* Increase font size of breadcrumb navigation links */
#nav-breadcrumbs a {
    font-size: 1.2em !important;
}
