body{

	 font-family: 'Arial';
	 font-size:1em;
	 width:900px;

}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
	background-color:#7465dc;
	padding:0.2em 15px;
}

h1 {
	font-size: 18px;
	font-size: 1.8rem;
}

h2 {
	font-size: 12px;
	font-size: 1.2rem;
}

h3 {
	font-size: 10px;
	font-size: 1.0rem;
}

h4 {
	font-size: 9px;
	font-size: 0.9rem;
}

h5 {
	font-size: 8px;
	font-size: 0.8rem;
}

h6 {
	font-size: 7px;
	font-size: 0.7rem;
}


table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
}
 td, th{
   padding:5px;
}

tr.alt td {
    color: #000000;
    background-color: #D3D1E6;
}

tr.odd, tr.odd td {
	background-color: #D9D9D9;
}
tr.even, tr.even td {
	background-color: #FFC000;
}

p, li{padding:5px;line-height: 1.4em}
.mrcplate{width:500px;margin:30px;display: block; margin-left: auto; margin-right: auto;}
.robotimg{display: block; margin-left: auto; margin-right: auto; width:500px;}


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
position: fixed;
top: -100%;
width: 100%;
background: rgba(0,0,0,.7);
opacity: 0;
margin:0%;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
margin: auto;
position: absolute;
top: 2%;
left:0;
right:0;
bottom: 0;
max-height: 0%;
max-width: 0%;
border: 3px solid white;
box-shadow: 0px 0px 8px rgba(0,0,0,.3);
z-index: 99999999;
box-sizing: border-box;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
display: block;
width:70px;
height:70px;
box-sizing: border-box;
background: white;
color: black;
text-decoration: none;
position: absolute;
top: -80px;
right: 0;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
content: "";
display: block;
height: 50px;
width: 2px;
background: black;
position: absolute;
left: 36px;
top:10px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-o-transform:rotate(45deg);
transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 50px;
width: 2px;
background: black;
position: absolute;
left: 36px;
top:10px;
-webkit-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
opacity: 1;
top: 0;
bottom: 0;
}

.lightbox-target:target img {
max-height: 100%;
max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
top: 0px;
}


h1 {padding-left:180px; 
	text-align:center;
	background-image: url(images/LMB-logo.png);
    background-size: 167px 93px; ;
    background-repeat: no-repeat;}

.updated{font-size: 80%;}



