@charset "UTF-8";
/*
PUB_FLEXTRAS/google-cse/google-cse.css
v1.1.0 - 07/03/16
Phil Chapman
Copyright (c) 2016 Hi-Peak Internet

Version history:
1.0.0   29/02/16    PhilC   Initial version
1.1.0   07/03/16    PhilC   Added @charset declaration
*/

/* Google GCSE search box */
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-search-button 
{
    box-sizing: content-box;
    line-height: normal;
}
/* AM22 - To make google search results tabs appear correct */
.gsc-tabsArea div 
{
    /*By default, Google custom search CSS sets it as AUTO, which shows scroll bars*/
    overflow: visible; 
}
.nowrap {
    white-space: nowrap;
}
@media (min-width: 768px) {
	#gcse-search-box {
		margin-top:10px;
	}
}
#cse-search-box{
}
#cse-search-box label{
}

/* Google GCSE search results */
