﻿
/* value overlay  */
.gsc-control {
  width: 260px;
}
.gs-image-box {
  padding-right : 4px;
}
.gsc-imageResult {
  margin-right: 12px;
}


div.search-control{
font-size: 13px;
}

/* Disable built in search forms */
.gsc-control form.gsc-search-box {
display : none;
}

/* restrict global search form width */
#searchForm {
width : 220px;
}

#leftSearchControl .gsc-resultsRoot {
padding-top : 6px;
}

/* for demonstration purposes ONLY. This is not ok by the terms */
#rightSearchControl .gsc-ad-box {
display : none;
}

/* long form visible urls should be on */
.gsc-webResult div.gs-visibleUrl-long {
display : block;
}

.gsc-webResult div.gs-visibleUrl-short {
display : none;
}

