/*
#cse {
    width: 250px;/*60%; /* make sure you don't use inline width 
    margin: 0 auto;
}
*/
/*
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 250px;
}*/

.gsc-control-cse .gsc-table-result {
	font-family : inherit;
}

.gsc-control-cse .gsc-input-box {
	height : inherit;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button,
.gsc-search-button-v2 
 {
	box-sizing  : content-box;
	line-height : normal;
	/*margin-top  : 10px;*/
	/*width: 250px;*/
	height: 30px;
}

/*input.gsc-search-button, 
input.gsc-search-button-v2 
{
	box-sizing  : content-box;
    border-color: #004220;
    background-color: #004220;
    /*margin-top  : 20px;	*/
}
*/
