h2, h3 {    
    color: #002596!important;
}

#centre .box {
  min-width: 0px!important;
  min-height: 0px!important;
  width: 210px!important;
}

#centre .box .image img {
  min-width: 0px!important;
  min-height: 0px!important;
}

.charityawardsbox {
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.075);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  padding: 4px 4px 20px 4px;
}

.box.charityawardsbox {
  margin: 14px 30px 14px 0px!important;
  font-family: 'ITC American Typewriter W02', sans-serif;
}

.box.charityawardsbox .image {
  text-align: center!important;
  margin-bottom: 10px!important;
  width: 210px!important;
  height: 200px!important;
}

.charityawardsbox .toptext {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.charityawardsbox .bottomtext {
  display: inline-block;
  width: auto;
  height: 47px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  padding-left: 43px;
  background: url('./images/petplan-filler.jpg') top left no-repeat;
}

.charityawardsbox h2,
h3,
h4,
h5 {
  margin-bottom: 5px;
  color: #002596;
}

.charityawardsbox h5 {
  font-size: 13px;
  line-height: 18px;
  padding: 10px;
}

.charityawardsbox .button {
  font-size: 13px!important;
  padding: 5px!important;
  background: #8ebe3f!important;
  background-color: #8ebe3f!important;
  background-image: -moz-linear-gradient(top, #8ebe3f, #79a236)!important;
  background-image: -ms-linear-gradient(top, #8ebe3f, #79a236)!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #8ebe3f), to(#79a236))!important;
  background-image: -webkit-linear-gradient(top, #8ebe3f, #79a236)!important;
  background-image: -o-linear-gradient(top, #8ebe3f, #79a236)!important;
  background-image: linear-gradient(180deg, #8ebe3f, #79a236)!important;
  background-repeat: repeat-x!important;
  border-color: #79a236 #79a236 #387038!important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)!important;
}

.charityawardsbox .button:hover {
  background: #79a236!important;
  background-color: #79a236!important;
  background-image: -moz-linear-gradient(top, #79a236, #64862D)!important;
  background-image: -ms-linear-gradient(top, #79a236, #64862D)!important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from( #79a236), to(#64862D))!important;
  background-image: -webkit-linear-gradient(top, #79a236, #64862D)!important;
  background-image: -o-linear-gradient(top, #79a236, #64862D)!important;
  background-image: linear-gradient(180deg, #79a236, #64862D)!important;
}

#centre .vet-nurse-of-the-year .box {
  /*width:153px !important;*/
  width: 148px !important;
  height: 316px;
}

#centre .vet-nurse-of-the-year .box.charityawardsbox .image {
  max-width: 100%;
}

#centre .vet-nurse-of-the-year .image img {
  margin-left: -20%;
}

#centre .inner {
  padding: 20px 0px 20px 40px;
}

.winnersash .winner-sash {
    background: #662d91;
    color: #fff;
    position: absolute;
    top: -7px;
    right: -52px;
    padding: 35px 15px 5px;
    font-size: 14px;
    width: 110px;
    text-align: center;
    zoom: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}