/* rules for ipad portrait (landscape already ok) */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #logo a img.retina {position: relative; bottom: 40px;}
}

#owners .col-md-6 {
    margin-left: 20%;
}

.check-list li.disabled {
    background-position: 0 -28px;
}