.table thead th{
    border:none;
}

.fa-check{
    color: green;
}

.fa-times{
    color:#e74c3c;
}

.btn-success{
    border-radius:30px;
}

.tool-logo{
    max-width: 185px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
.tool-logo{
    max-width: 90px;
}
}