.apple{
background: #f5f5f5;
border: 1px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 1px 2px 4px rgba(0,0,0,.4);
}


.basic {
background: #f5f5f5;
border: 1px solid #e5e5e5;
}

#content {
width: 600px;
margin: 100px auto; 
padding-left: 0.7cm;
}

#legend {
width: 740px;
margin-top: 50px;
padding-left: 30px;
padding-right:30px;
}

#legend_right {
width: 49%;
float: left;
padding-left: 30px;
}

.robot_window {
margin-left:10px;
float:left;
width:48%;
}

p {
font-family: 'Lato', sans-serif;
font-size: 12pt;
}


a {
color: #D9853B;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

h2 {
font-family: 'Lato', sans-serif;
font-size: 16pt;
}

h3 {
font-family: 'Lato', sans-serif;
font-size: 14pt;
}

h4 {
font-family: 'Lato', sans-serif;
font-size: 12pt;
}


ul {
padding-left: 5px;
font-family: 'Lato', sans-serif;
font-size: 12pt;
list-style-position: inside;
list-style-type:square;
}


