/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
@import url('menu.css');
@import url('login.css');
@import url('admin.css');
@import url('home.css');
@import url('collector.css');
@import url('data.css');

.send-off-screen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}