<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add your custom css styles */
.gsc-input-box {
	padding: 0 !important;
}

.gsc-search-button
{
		display: none;
    background-color: #1a4195;
    border-radius: 5px;

}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #1a4195 !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #1a4195 !important;
    filter: none;
}

div.ads{
  border:4px dashed #006fec;
  margin: 40px 0 10px 0;
  padding: 20px 20px 10px 20px;
  background: #f4f4f4;
}

div.ads a{
  font-size: 18px;
}

h1.h3true{
	font-size:25px;
}

section.content{
	padding:0px 0 40px 0;
}

div.post-content-details{
	margin: 0px 0 20px 0;
}


div.post-content-details div.post-description img{
	width: 100%;
	height: auto;
}</pre></body></html>