body {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  font-family: 'Roboto', sans-serif;
  font-size: medium;
}

h4 {
  font-weight: bold;
}

ul.mylist {
  text-indent: -.6em;
}

.fa-home {
  color: black;
}

div.gallery {
  border: 1px solid #ccc;
}

div.gallery img {
  width: 100%
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

th, td {
  padding: 15px;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
	margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}