
body {
  margin-top:50px;
  margin-bottom:100px;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.container {
max-width: 700px;
}

h1, h2, h3, h4 {
  font-family: 'Lato', "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue","Arial",sans-serif;
  font-weight: 300;
  color: #193441;
}

h3 {
  font-size:140%;
}
h4 {
  font-size:110%;
}

h2, h3, h4 {
  margin-top: 18px;
}

.tab-content a {
	text-decoration: underline;
}

li {
  padding-top: 5px;
  padding-bottom: 5px;
}

code {
  color: #095999;
}