#pubTable {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

#pubTable td {
  border-bottom: 1px solid #ddd;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 5px;
  margin: 5px;
  font-weight: 700;
}

.list-inline li {
  font-size: 20px;
}

#pubTable th {
  text-align: center;
}

p.counter {
  display: none;
}

.list-group-item {
  padding: 5px 15px;
}

#projects p {
  font-size: 16px;
}

#projects .project-img {
  width: 300px;
  height: 250px;
}

#projects .row {
  margin-bottom: 3em;
}

@media screen and (max-width: 350px) {
  #projects .project-img {
    width: 100%;
  }
}
