.card {
  margin-bottom: 1rem;
}

.card-title {
    
	
    color: #0569ff;
}
.list-view .row > [class*='col-'] {
  max-width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
}
.list-view .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media (max-width: 575.98px) {
  .list-view .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.list-view .card > .card-img-top {
  width: auto;
}
.list-view .card .card-body {
  display: inline-block;
}
.btn-grid:hover{
	cursor:pointer;
}
.btn-list:hover{
	cursor:pointer;
}
.moreinfo{
	position: absolute;
    bottom: 20px;
    right: 20px;
    color: white;
    padding: 10px;
    background: #ff9800;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	cursor:pointer;
}
.card-text{
	height: 120px;
}