
/*
  Set the color of the icon
*/
svg path,svg rect{
  fill: blue;
}

.card-trio{
  margin-bottom: 5px;
}

.e-tel{
  padding: 3px;
  background-color: silver;
  text-align: center;
  font-weight: bold;
  margin: 3px;
  border-radius: 3px;
}

.search-result{
    background-color:yellow;
 
}

.pagination {
    display: -ms-flexbox;
    flex-wrap: wrap;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}


@media screen and ( max-width: 520px ){

    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:last-child,
    .page-item.active {

        display: block;
    }
}