.modules {
  width: 25%;
}
.desc {
  width: 45%;
}
.tools {
  width: 30%;
}

.info-box {
  width: 80%;
}

.list-no-margin {
  margin-top: -1em !important;
}


/* Phone Resizing */
@media (max-width: 768px){
  .table {
    font-size: 12px;
  }
  .info-box {
    width: 100%;
  }
}
