/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */


/* GLOBAL STYLES
----------------
Add styles beneath this line that you want to be applied across your entire site */

.statsTable
{
	width: 100%;
}

.statsTable td
{
	padding: 3px 50px 3px 0px;
}

.statsTable th
{
	text-align: left;
}

.pageMeta
{
	font-size: 0.9em;
}

.bipLogo
{
    display: inline-block;
}

/* DESKTOP STYLES
-----------------
Add styles inside the media query below that you only want to be applied to the desktop layout of your site */
@media only screen and (min-width: 768px) {
	/* Desktop styles go below this line */

	
}

@media only screen and (max-width: 768px) {
	/* Desktop styles go below this line */

	body.full-width #header
	{
		padding: 10px 5px;
	}

	#logo
	{
		max-width: 70%;
		display: inline-block;
	}
	
	.bipLogo
	{		
		padding-left: 15px;
		width: 25%;
	}
	
	.bipLogo img
	{
	}
	
}