@import ‘base’

epuber_spinner_container

position fixed
top 50%
left 50%
width 70px
height 70px
margin-top -35px // half of height
margin-left -35px // half of width
background-color text_color
border-radius 35px

box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.6);

epuber_connection_container

display block
position fixed
top 0px
left 0px
width 100%
background-color #ff0033
border-bottom 1px solid #980000
padding 10px 0px
z-index 99999999
cursor pointer
box-shadow 0px 1px 10px 0px rgba(0, 0, 0, 0.6)

p
  text-indent 0
  text-align center
  line-height 1.4em
  margin 0px 15px
  color white
  font-size 20px
  font-weight medium
  font-family sans-serif