/* CSS placed here will affect users of the Monobook skin */

#bodyContent table.data {
  border-collapse: collapse;
  margin: 0.5em 0 1em;
}

#bodyContent table.data td,
#bodyContent table.data th {
  border: 1px solid #ccc;
  padding: 4px 8px;
}

#bodyContent {
  font-size: 110%;
}

body {
  font-family: "Segoe UI","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Arial,Tahoma,Verdana,sans-serif;
}