.pagination {
  display: inline-block;
}

.pagination a {
  color: #b91715;
  font-weight: 600;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.adminmenus a {
  background-color: #ddd;
  color: #b91715;
  font-weight: 600;
  float: left;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid white;
}
.spaceu{
  padding-top: 10px;
}
.directleft{
  float: left;
}
.spaceall{
  padding-bottom: 15px
}
.listingheading{
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px
}
.listing-data{
  margin: 0 0 1em 0;
}
@media screen and (max-width: 480px) {

 .mainwidth {
  width: 300px;
        }
  .directleft{
    clear: both;
}
  .directleft img{
  width: 150px !important;
  height: 150px;
        }



      }