@charset "UTF-8";
/**
 * PUB_FLEXTRAS/google-cse/google-cse.css
 *
 *
 * @version 1.1.1
 * @updated 01/05/19
 * @author Phil Chapman
 * @copyright 2016-2019 Hi-Peak Internet
 * @since 1.0.0 29/02/16
 *
 * Version history:
 * 1.0.0    29/02/16    PhilC   Initial version
 * 1.1.0    07/03/16    PhilC   Added @charset declaration
 * 1.1.1    01/05/19    PhilC   Updated headerblock to frameLESS v2 format
 *
 */

/* 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 */
