/***************************************************************************
*                          css/game/hud.css
*                          ----------------
*   begin                : 12-Apr-2018
*   modified             : 25-Apr-2018
*   copyright            : (C) 2018 Daniel Julivert
*   email                : ghoulwiz@gmail.com
*   description          : Game HUD CSS
*
***************************************************************************/

.OrbitalPlannerHUD {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    user-select: none;
    pointer-events: none;
}

