<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS for Patent Search */


header,footer div, h2 {  
	margin-bottom:  2rem;
}
header{
    margin-top:  2rem;
}

h2 {
	color:          #008081;
}

#submit {
	background-color: #bf165e;
	border-color:   #bf165e;
	color:          white;
    height:         37px;
	width:          7%;
    text-align:     center;
	vertical-align: middle;
}

footer {
		position:   absolute;
		background: #1e1e1e;
}

.bar{

	float:      left;
	width:      100% ;
	height:     5%;
	background: #a81c64;
}

.cityu-footer, .footer-links a {
	color:      white;
	margin-top: 1rem;
}

.row .col-4{
	text-align: right;
}

.cityu-footer img{
	width:      50%;
	height:     50%;
	margin-top: 1rem;
}

.row input,#submit,#ptL{
	border:         1px solid transparent;
	padding:        .375rem .75rem;
	font-size:      1rem;
	line-height:    1.5;
	border-radius:  .25rem;
	text-align:     center;
	vertical-align: middle;
}

#ptL{
	background: #008081;
	color:      white;
}

#searchIn{
	border-color:   black;
	height:         37px;
}

#searchBox a
{
	color:  #adb5bd;
}

.gsc-webResult .gs-fileFormat{
	display: none;
}

.gsc-webResult a, .gsc-webResult .gsc-url-top, .gsc-webResult .gsc-table-result
{
	margin-top:     0 !important;
	margin-bottom:  .5rem  !important;
	font-weight:    500  !important;
	line-height:    1.2  !important;
	font-family:    var(--bs-body-font-family)  !important;
}

.gsc-webResult a{
	font-size: 1.25rem  !important;
}


.gsc-webResult .gsc-url-top, .gsc-webResult .gsc-table-result{
	font-size: 1rem  !important;
}


@media screen and (max-width: 1000px) 
{
	 #searchIn
	 {
		width:      62%;
	 }
	 #submit{
		width:      55%;
	 }
     	 
	.gsc-webResult 
	{
		text-align: left;
	}

	 .container-lg,header
	 {
		text-align:     center;
	 }
	 input
	 {
		margin-bottom:  1rem;
	 }
     .bar{
         height:2%;
     }
}</pre></body></html>