<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

.visible-xxs{
	display: none;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */

}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */

}
/* Smartphones (portrait) ----------- */
@media only screen
/*and (max-width : 320px)*/
and (max-width : 480px){
/* Styles */

  body { font-size: 0.95em; }

  #header{
    height: 60px;
  }
  #share .a2a_default_style{
    width: 260px;
  }
  #share,
  #stats{
    top: 60px;
  }
  .nav{
    padding: 4px 0 0;
  }
	.nav li a{
		margin: 0 3px;
		padding: 3px 5px;
	}
	.stats-blocks .four,
	.stats-blocks .two{
		width: 100%;
		border-bottom: 1px solid #E7E7E7;
		margin-bottom: -1px;
/* 		margin: 0 -1px 0 -1px; */
	}
	.stats-blocks .four{
    width: 50%;
	}
	.right-column {
		width: 220px !important;
	}
	.stats-blocks .noborder-small {
		border-right: 0px !important;
	}
	
	.visible-xxs{
	display: block;
	}
}
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}
/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}
/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}
/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

</pre></body></html>