﻿.pet-list-page .section {
  display: block;
  width: auto;
  margin: 0 0 40px;
}

.pet-list-page .info {
  margin: 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
  color: #444;
}

.pet-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
  }

.pet-list-page .buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}

.pet-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 0 0 0 18px;
  font-size: 12px;
  color: #444;
}

.pet-list-page .add-button {
  margin: 0 0 20px;
  text-align: center;
}

.pet-edit-page .page-title {
  margin: 0 0 -1px;
}

.pet-edit-page .message-error {
  margin: 20px 0;
}

.pet-edit-page .edit-pet {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}

.edit-pet-button {
  background: url('../images/edit.png') left center no-repeat;
}

.delete-pet-button {
  background: url('../images/remove.png') left center no-repeat;
}