    
    
@media screen and (min-width:1100px){ 
   #extMenuLink a{
      display: inline-block !important;
	    padding: 12px 30px;
	    /*padding: 12px 25px;*/
	    border: 2px solid #004d99;
	    color: #4a5f73;
	    text-decoration: none;
	    font-size: 16px;
	    font-weight: 600;
	    text-transform: uppercase;
	    background: #fff;
      line-height: 1;
   }
  }
