/* general css definitions */

@font-face {
    font-family: "Prototype";
    src: url('/application/fonts/custom/Prototype.ttf') format("truetype");
}

body {
    font-family: "Prototype";
}

.overlay-msg {
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 5;
    font-size: 20px;
}