.cse .gsc-control-cse, .gsc-control-cse {
	padding: 0;
	border: 0;
}

table.gsc-above-wrapper-area-container {
	margin: 0;
}

table tr td.gsc-result-info-container {
	padding: 0;
}

.gsc-results {
	width: 100%;
}

.gsc-result-info {
	padding: 1em 0;
}

.gsc-above-wrapper-area {
	padding: 0 0 1em;
}

.gsc-resultsHeader {
	display: none;
}

.gsc-wrapper {
	margin-top: 1.5em;
}

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding: 0;
}
.gsc-result .gs-title {
	overflow: visible;
	height: auto;
}
.gs-result .gs-title, .gs-result .gs-title * {
	color: #b9cd95;
    text-decoration: none;
}
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
	color: #b9cd95;
}
.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
	color: #b9cd95;
}
.gs-webResult.gs-result a.gs-title:hover, .gs-webResult.gs-result a.gs-title:hover b, .gs-imageResult a.gs-title:hover, .gs-imageResult a.gs-title:hover b {
	color: #be9d5e;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
	color: #be9d5e;
    font-style: italic;
}

table tr td.gsc-table-cell-snippet-close, table tr td.gsc-table-cell-snippet-open {
	padding: 0;
}

table.gsc-table-result {
	margin: 0;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
	font-size: 20px;
	line-height: 1.4em;
}
table.gsc-table-result * {
	font-size: 16px;
}
@media (max-width: 991px) {
	table.gsc-table-result * {
		font-size: 15px;
	}
}

.gs-fileFormat span {
	font-size: 13px;
}

table.gsc-table-result tr td {
	padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

table.gsc-table-result tr {
	display: flex;
}
.gs-image-box.gs-web-image-box {
	display: flex;
  	flex-direction: column;
  	justify-content: center;
}
.gs-web-image-box-portrait img.gs-image {
	border: 0;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
	color: #53534a;
}
.gsc-results .gsc-cursor-box {
	text-align: center;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #b9cd95;
	margin: 0;	
    padding: 0 .5em;
    font-weight: 400;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #53534a;
	font-weight: normal;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	text-decoration: none;
	color: #be9d5e;
}

.gsc-results .gsc-cursor {
	font-size: 16px;
}
@media (max-width: 991px) { 
	.gsc-results .gsc-cursor {
		font-size: 15px;
	}
}
.gsc-results .gsc-cursor-box {
	margin: 1.5em 0;
}

@media (max-width: 767px) {
	.gsc-branding, .gcsc-branding {
		display: block;
		text-align: center;
	}
}