/* Add here all your CSS customizations */
.bgchange { animation: change 10s infinite; } 
@keyframes change {
0% { background-color:#00BAD1; }
25% {background-color:#008BB5; }
50% {background-color:#005C99; }
75% {background-color:#008BB5; }
100% {background-color:#00BAD1; } 


html.safari.boxed .body {
	overflow: visible !important;
}
tr.flatDetails {
    cursor: pointer;
}

