.custom-api-box {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 15px 0;
    background-color: #f9f9f9;
}
.ellipsis-multiline {
  display: -webkit-box;
  line-clamp: 2; /* number of lines */
  box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}
.btn-info {
    background-color: #337ab7 !important;
    color: white !important;
}

.btn-info:hover {
color: #fff !important;
background-color: #286090 !important;
border-color: #204d74 !important;
}

.list-group-item{
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 80px;
    margin-right: 80px;
}
/* Remove side margins on small screens */
@media (max-width: 600px) {
    .list-group-item {
        margin-left: 0;
        margin-right: 0;
    }
}