body {
height:100vh;
font-family: 'Open Sans', sans-serif;
}

#navbar {
margin: 0% 25%;
color: #808080;
}

a::selection,
span::selection {
background: #ffb7b7;
}

a::selection,
span::-moz-selection {
background: #ffb7b7;
}

p {
margin: 0px !important;
}

li {
margin-top: 10px;
font-size: 14px;
line-height: 1.75;
color: rgba(0, 0, 0, 0.7);
}

.back-to-top {
background-color: transparent;
border-style: none;
position: fixed;
bottom: 10px;
right: 10px;
display: none;
}

table {
  padding: 0;
}
table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0; 
}
table tr:nth-child(2n) { background-color: #f8f8f8; }
table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}
table tr th :first-child, table tr td :first-child { margin-top: 0; }
table tr th :last-child, table tr td :last-child { margin-bottom: 0; }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* width: 50%; */
}