.fr-all-software-column {
  float: left;
  width: 25%;
  padding: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #d6d6d6;
  border-radius: 5px;
  color: #000;
  margin: 0px 20px 20px 0px;
  height: 200px;
}

.fr-all-software-row {
  margin-top: 40px;
}

.fr-all-software-row:after {
  content: "";
  display: table;
  clear: both;
}

.fr-top-link-item {
  padding-bottom: 6px;
}

a.fr-top-link {
  font-size: 15px !important;
  text-decoration: underline;
  color: #1a3065;
}

.fr-left-nav-title {
  padding-bottom: 25px;
}

@media screen and (max-width: 800px) {
  .fr-all-software-column {
    width: 92%;
  }
}
