<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.customnavmobile select 
{
   background: transparent;
   width: 290px;
   padding: 5px;
   font-size: 16px;
   line-height: 1.3em;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
}
   
.customnavmobile 
{
	width: 100%;
	max-width: 400px;
	height: 34px;
	overflow: hidden;
	background: url(//www.gmanetwork.com/themes/default/assets/img/icons/new_arrow.jpg) no-repeat right #ddd;
	border: 1px solid #ccc;
}
   
@media screen and (max-width: 1px) 
{
	.customnavpc{
		display:none;
	}
}
	
 @media screen and (min-width: 2px) {

	.customnavpc{
		display:none;
	}
	
}
	
.customnavpc nav li
{
	list-style-type: none;
	float: left;
}
	
.customnavpc nav a 
{
	text-decoration:none;
	display: inline-block;
	cursor: pointer;
	font-size: 9pt;
	font-weight: 700;
	color: rgb(102, 102, 102);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(222, 222, 222);
	padding: 5px 13px;
	width:200px;
	height:30px; padding-top:10px; width:200px;
	background:#f6f6f6;
	text-align:center;
}
.customnavpc nav a:hover 
{
	background:#e9e9e9;
}

.customnavpc nav a:active 
{
	background:#e9e9e9;
}</pre></body></html>