<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1000px) and (max-width: 2500px) {
	.container{
	    width: 1000px;
	}
	.search, .category{
		width: 210px;
	}
	.search-mobile{
		display: none;
	}
}
@media (min-width: 769px) and (max-width: 999px) {
	.container{
	    width: 769px;
	}
	.nav&gt;li&gt;a{
		padding: 15px 4px;
		font-size: 12px;
	}
	footer .statistic h3 {
	  font-size: 13px;
	}
    .search-mobile{
		display: none;
	}
}
@media (min-width: 300px) and (max-width: 768px) {
	.search-mobile{
		display: block;
	}
	.search{
		height: auto;
		padding:5px 0px;
		background:transparent;
	}
	header{
		height: 70px;
	}
	.box-logo{
		height: 70px;
	}
	.logo{
		height: 70px;
	}
	header h3{
		margin-top: 5px;
		font-size: 12px;
	}
	header h2{
		margin-top: 5px;
		font-size: 14px;
	}
	header .logo img {
	  width: 100%;
	  vertical-align: top;
	}
	.navbar-inverse .navbar-toggle{
		border-color:#0ebec4;
	}
	.navbar-inverse .navbar-toggle .icon-bar{
		background-color:#0ebec4;
	}
	.content-right{
		padding-right: 0px;
	}
	.notify{
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 10px;
	}
	.invitation{
		border-left:none;
		border-right:none;
		padding: 0px;
		border-bottom: 1px solid #c0c0c0;
		margin-bottom: 10px;
	}
	.document{
		padding-left: 0px;
	}
	.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus, .nav-tabs&gt;li a{
		font-weight: normal;
  		font-size: 12px;
	}
	.category{
		margin: 10px 0px;
		border-radius: 0px;
  		-webkit-border-radius: 0px;
  		-moz-border-radius: 0px;
	}
	.search-desktop{
		display: none;
	}
	.leaf{
		display: none;
	}
	.website-dv h3{
		background: transparent;
		color: #de4a4a;
		font-weight: bold;
  		font-size: 18px;
  		text-transform: uppercase;
  		position: relative;
  		margin-top: 5px;
  		height: auto;
  		left: 0;
  		padding: 0px;
  		text-align: center;
	}
	.website-dv ul{
		margin-top: 5px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding-top: 0px;
	}
	.tree-bottom{
		bottom: -8px;
	}
}
</pre></body></html>