.row {
    	margin-right: 0 !important; 
    	margin-left: 0 !important; 
    	padding-right: 0 !important; 
    	padding-left: 0 !important; 
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9 {
    	margin-right: 0 !important; 
    	margin-left: 0 !important; 
    	padding-right: 0 !important; 
    	padding-left: 0 !important; 
}
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9 {
    	margin-right: 0 !important; 
    	margin-left: 0 !important; 
    	padding-right: 0 !important; 
    	padding-left: 0 !important; 
}
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-offset-0, .col-md-offset-1, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9 {
    	margin-right: 0 !important; 
    	margin-left: 0 !important; 
    	padding-right: 0 !important; 
    	padding-left: 0 !important; 
}
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9 {
    	margin-right: 0 !important; 
    	margin-left: 0 !important; 
    	padding-right: 0 !important; 
    	padding-left: 0 !important; 
}
.rotateIt {
	display: inline-block;
	white-space: nowrap;
	transform-origin: top left;
	transform: rotate(-90deg) translateX(-50%) translateY(0%);
	padding-right: 10px;
}
.rotateIt2 {
	display: inline-block;
	white-space: nowrap;
	transform-origin: top left;
	transform: rotate(-90deg) translateX(-50%) translateY(0%);
	padding-right: 10px;
	font-size: 1.25em;
}
.myDataBlock {
	border-left: 1px solid #990000;
}
.titleHeader {
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-top: 1px solid #990000;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px 5px 0px 0px;
	font-family: 'Lucida Console', Courier, monospace; 
	font-weight: normal; 
	color: white;	
	padding: 1px;
}
.contentData {
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	font-family: 'Lucida Console', Courier, monospace; 
	font-weight: normal; 
	color: white;	
	padding: 1px;
	background-color: rgba(0, 0, 0, 0.4);
}
.mySetHeight {
	font-family: 'Lucida Console', Courier, monospace; 
	font-weight: normal; 
	color: white;
	position: relative; 
	background-color: #330000; 
	border: 1px solid #990000; 
	overflow: hidden;
	min-width: 175px !important;
	max-width: 175px !important;
}
.smallSp {
	font-size: 0.65em;
}
.rejNotice {
	border-left: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	background-color: #660000;
}
.blink_me {
  animation: blinker 2s linear infinite;
}
.blink_me2 {
  animation: blinker2 1s linear infinite;
}
.white_link {
  color: white !important;
  text-decoration: underline;
}
.white_link:hover {
  color: #000000 !important;
}
@keyframes blinker {
	1% {
		opacity: 1;
	}
  50% {
    opacity: 0.25;
  }
  99% {
    opacity: 1;
  }
}
@keyframes blinker2 {
	1% {
		color: #000000;
	}
  50% {
    color: #FFFFFF;
  }
  99% {
    color: #000000;
  }
}
#RustMapButton {
	border: 1px solid #660000;
	padding: 5px;
	text-align: center;
	background-color: #330000;
	color: white;
	font-weight: bold;
}
#RustMapButton:hover {
	border: 1px solid #ffffff;
	padding: 5px;
	text-align: center;
	background-color: #660000;
	color: white;
	font-weight: bold;
}
.bgclr_0 {
  background-color: #999999;
  font-weight: bold;
}
.bgclr_1 {
  background-color: #777777;
  font-weight: bold;
}
.bgclr_high {
  color: white;
  background-color: #990000;
  font-weight: bold;
}
