body {
  /*background: #000 url(//storage.googleapis.com/ingress.com/img/landing/bg.jpg) no-repeat center center fixed;*/
  /*background: #000 url('https://lh3.googleusercontent.com/-PVS2aHmfE0I/UsYEtJ780ZI/AAAAAAAABIY/JuxbODIWr9A/w1920-h1080/hex-pads-ingress03.png') no-repeat center center fixed !important;*/
  background: #000 url('/img/Ingress_stripe.jpg') fixed center !important;
 /* background: #000 url('https://lh5.googleusercontent.com/-G1CxVfb3lhQ/UafRWC-T-OI/AAAAAAAAEoo/MJtk3AWuH_8/w958-h539-no/wallpaper-1487824.jpg') no-repeat center center fixed;*/
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 /* font-size: 1.0em;*/
  padding: 0;
  margin: 0;
  
 

}
.color-enlightened {
	color:#28f428 !important;
}
.color-resistance {
	color:#00c2ff !important;
}
.color-neutral {
	color:#f9f9f9 !important;
}

div#headfix {
	height: 60px;
}
/*@media (max-width: 700px), (max-height: 700px) {*/
@media (max-width: 600px), (max-height: 400px) {
  body {
    font-size: 85% !important;
  }
  h1, h2, h3, h4 {
	font-size: 99.99% !important;
  }
}
/*
@media (max-width: 1150px) {
  body {
    font-size: 90%;
  }
 
}
@media (max-width: 1280px) {
  body {
    font-size: 90%;
  }
}**/

p.list-group-item-text {
	margin-bottom: 1px;
}
div.container-bg {
 /*background-color: #222222;
    border-radius: 4px;
    list-style: none outside none;*/
	
	 background-image: -webkit-gradient(
    linear, left top, right top, from(rgba(0, 0, 0, 0.75)),
    to(rgba(0, 0, 0,  0.75))
  );
  background-image: -moz-linear-gradient(
    left center,
    rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0,  0.75) 95%
  );

}
@font-face {
/*
  font-family: coda_regular;
  src: url('../ttf/coda_regular.ttf');
  */
  font-family: 'Open Sans', sans-serif;
}

div.screen {
 	background-image: -webkit-gradient(
		linear, left top, right top, from(rgba(0, 0, 0, 0.75)),
		to(rgba(0, 0, 0,  0.75))
	  );
	  background-image: -moz-linear-gradient(
		left center,
		rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0,  0.75) 95%
	  );
	 padding-top: 5px;
	 padding-bottom: 5px;
}
.screendate {
	position: relative;
	top: 20px;
	height: 20px;
	width: 100%;
	
	background-image: -webkit-gradient(
		linear, left top, right top, from(rgba(0, 0, 0, 0.75)),
		to(rgba(0, 0, 0,  0.75))
	  );
	  background-image: -moz-linear-gradient(
		left center,
		rgba(0, 0, 0, 0.75) 20%, rgba(0, 0, 0,  0.75) 95%
	  );
}