/* general */
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.2;
/*  color: #333; */
}

body {
  /* background-color: #eef0f4; */
  font-family: 'Open Sans', sans-serif;
}

.table-borderless tbody tr td, .table-borderless tbody tr th, .table-borderless thead tr th {
    border: none;
}

