body {
  /*background-color: #fafafa;
  background-color: #eee;*/
  padding-top: 80px;
  padding-bottom: 80px;
  /*font-family: 'Open Sans','Segoe UI','Helvetica Neue',Helvetica,Arial,sans-serif;*/
  font-family: 'Segoe UI','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.sitrategia-font {
  font-family: 'Open Sans','Helvetica Neue','Segoe UI',Helvetica,Arial,sans-serif;
  /*font-weight: 200;*/
}

h1 {
    font-family:'Segoe UI','Open Sans', sans-serif;
    font-weight: 200;
}

h2 {
    font-family:'Segoe UI','Open Sans', sans-serif;
    font-weight: 200;
}

h3 {
    font-family:'Segoe UI', sans-serif;
}

h5 {
    font-family:'Segoe UI Semibold', sans-serif;
}

p.lead{
  font-family: 'Segoe UI','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.astro-code {
  padding: 8px 12px;
}

table {
  border: 1px solid #999;
  /* width: 100%;
  max-width: 100%;
  margin-bottom: 20px; */
  margin-bottom: 20px;
}

thead {
  border-bottom: 1px solid #999;
}

thead > tr > th {
  padding: 2px 6px;
  border: 1px solid #999;
}

tbody > tr > td {
  border: 1px solid #999;
  padding: 2px 6px;
  /* border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999; */
}