section.seller-short {
background: #ffffff !important;
border: 7px solid #f9Fdff;
}
.contact-owner-navbar {
  position: fixed;
  left: 0;
  z-index: 99;
  bottom: 0;
  box-shadow: 0px 5px 15px -3px black; }

input.call-owner,
.side_block input[type=button].call-owner {
  border-color: #45b150;
  color: white;
  background: #45b150;
  background-color: #45b150; }
  input.call-owner:hover,
  .side_block input[type=button].call-owner:hover {
    background-color: #30993b;
    box-shadow: none;
    color: white; }

.side_block input[type=button].call-owner {
  background: #ffffff;
  color: #006699; 
  border: 1px solid #006699;
  }
  .side_block input[type=button].call-owner:hover {
    background: #F3F7FB !important;
    color: #006699 !important; }

.side_block input[type=button].contact-owner {
  background: #ffffff;
  color: #1392dc; 
  border: 1px solid #1392dc;
  }
  .side_block input[type=button].contact-owner:hover {
    background: #F2F6FB !important;
    color: #006699 !important; }