@charset "UTF-8";
/* CSS Document */

.bg-black {
	background-color: #000;
}#black {
	margin: 0px;
	padding: 0px;
}
.voffset  { margin-top: 2px; 
}
.voffset1 { margin-top: 5px; 
}
.voffset2 { margin-top: 10px; 
}
.voffset3 { margin-top: 15px; 
}
.voffset4 { margin-top: 30px; 
}
.voffset5 { margin-top: 40px; 
}
.voffset6 { margin-top: 60px; 
}
.voffset7 { margin-top: 80px; 
}
.voffset8 { margin-top: 100px; 
}
.voffset9 { margin-top: 150px; 
}
.boffset  { margin-bottom: 2px; 
}
.boffset1 { margin-bottom: 5px; 
}
.boffset2 { margin-bottom: 10px; 
}
.boffset3 { margin-bottom: 15px; 
}
.boffset4 { margin-bottom: 30px; 
}
.boffset5 { margin-bottom: 40px; 
}
.boffset6 { margin-bottom: 60px; 
}
.boffset7 { margin-bottom: 80px; 
}
.boffset8 { margin-bottom: 100px; 
}
.boffset9 { margin-bottom: 150px; 
}
.leftsideoffset  { margin-left: 2px; 
}
.leftsideoffset1 { margin-left: 5px; 
}
.leftsideoffset2 { margin-left: 10px; 
}
.leftsideoffset3 { margin-left: 15px; 
}

.rightsideoffset  { margin-right: 2px; 
}
.rightsideoffset1 { margin-right: 5px; 
}
.rightsideoffset2 { margin-right: 10px; 
}
.rightsideoffset3 { margin-right: 15px; 
}

.text-white {
	color: #FFF;
}
.img-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-snitch-yellow {
	color: #fefb02;
}
.bg-snitch-yellow {
	background-color: #fefb02;
}
.btn-snitchYellow {
  color: #000000;
  background-color: #fefb02;
  border-color: #fefb02;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #FF0100;
  border-color: #FF0100;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FF0100;
  border-color: #FF0100;
}