body {
    background: #ffffff !important;
}

.nav, .nav__section--user, .nav__section--user__item, .nav__section--user__link {
    background-color: #ffffff !important;
}

.nav__section--pages, .nav__link, .button {
    background-color: #d8d8d8;
}

a.button.offered {
   background: #FFA500;
}
a.button.accepted {
   background: #00D100;
}

.table thead tr {
     background-color: #5e44b4 !important;
}

.nav__link:hover, .nav__link--active {
    border-bottom-color: #5e44b4 !important;
}

hr {
  border-top: 2px solid #d8d8d8 !important;
}

@media only screen and (max-width: 720px) {

    .apartments__list table tr {
        border-top: 2px solid #5e44b4;
    }

}
