On android 4.4, styles load, although with android 4.1.1, styles are not loaded.
E.g
the styles on .pane are supposed be:
background: linear-gradient(rgba(80, 120, 199, 0.9),
rgba(80, 120, 199, 0.9)), url('../img/background-full-colour.jpg')
!important;
background-size: cover;
But instead, it is loading with everything ‘none’